# Provide information about a transfer of a document to the target system Update information about the transfer for the given document Endpoint: POST /documents/{id}/transfer Version: 2.51.0 Security: OAuth2 ## Path parameters: - `id` (string, required) Id of of the document to update. ## Request fields (application/json): - `successful` (boolean, required) Indicates if the transfer was successful or not Example: true - `message` (string) May be used to provide additional details about the transfer. Especially in the erroneous case this field is valueable. ## Response 400 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 404 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 202 fields ## Response 429 fields