# Patient Pregnancy Details

| **API URL**     | {{url}}/spice-service/patient/pregnancy-details/info |
| --------------- | ---------------------------------------------------- |
| **Method**      | POST                                                 |
| **Description** | Patient Pregnancy Details                            |

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

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

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

{"patientTrackId":11}

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

```
{
  "message": "Got Patient Pregnancy details.",
  "entity": null,
  "status": true,
  "entityList": null,
  "responseCode": 200,
  "totalCount": null
}
```
