POST api/Patient/PatientPharmacyDelete
Request Information
URI Parameters
None.
Body Parameters
PatientPharmacyDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientData | PatientPharmacyDelete |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientData": {
"PatientPharmacyID": "deb5be1e-a171-42f3-b947-d89577dcd965"
},
"PatientID": "fb6298e2-273f-4956-892e-ce5deee6ae9c",
"WebApiVersion": 2,
"Language": "sample string 3"
}
application/xml, text/xml
Sample:
<PatientPharmacyDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<Language>sample string 3</Language>
<PatientID>fb6298e2-273f-4956-892e-ce5deee6ae9c</PatientID>
<WebApiVersion>2</WebApiVersion>
<PatientData>
<PatientPharmacyID>deb5be1e-a171-42f3-b947-d89577dcd965</PatientPharmacyID>
</PatientData>
</PatientPharmacyDeleteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.