# Patient Transfer - Update

| **API URL**     | {{url}}/spice-service/patient-transfer/update |
| --------------- | --------------------------------------------- |
| **Method**      | POST                                          |
| **Description** | Patient transfer update                       |

#### **Input:** <a href="#patienttransfer-update-input" id="patienttransfer-update-input"></a>

| **Field Name**        | **Type** | **Mandatory** | **Example**                                                                                                                                     |
| --------------------- | -------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Authorization(Header) | String   | Yes           | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |

#### **Sample Input:** <a href="#patienttransfer-update-sampleinput" id="patienttransfer-update-sampleinput"></a>

{\
"id": 3,\
"tenantId": 4,\
"transferStatus": "CANCELED"\
}

#### **Sample Output:** <a href="#patienttransfer-update-sampleoutput" id="patienttransfer-update-sampleoutput"></a>

```
{
  "message": "Patient transfer canceled.",
  "entity": null,
  "status": true,
  "entityList": null,
  "responseCode": 200,
  "totalCount": null
}
```
