# Patient Transfer Count

| **API URL**     | {{url}}/spice-service/patient-transfer/notification-count |
| --------------- | --------------------------------------------------------- |
| **Method**      | POST                                                      |
| **Description** | Patient Transfer Count                                    |

**Input:**

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

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

{     "siteId": 1 }

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

```
  {
    "message": "Retrieved patient transfer count successfully.",
    "entity": {
        "count": 0
    },
    "status": true,
    "entityList": null,
    "responseCode": 200,
    "totalCount": null
}
```
