# Provide information about a transfer of a case to the target system Update information about the transfer for the given case. Endpoint: POST /cases/{id}/transfer Version: 2.68.0 Security: OAuth2 ## Path parameters: - `id` (string, required) Id of the case 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 valuable in the erroneous case. ## 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