POST api/Patient/PatientPharmacyDelete

Request Information

URI Parameters

None.

Body Parameters

PatientPharmacyDeleteRequest
NameDescriptionTypeAdditional information
PatientData

PatientPharmacyDelete

None.

PatientID

globally unique identifier

None.

WebApiVersion

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientData": {
    "PatientPharmacyID": "359b195e-0922-4dc3-877e-97dac04e0a4a"
  },
  "PatientID": "c90376c6-9b08-458c-8a0e-823ec028006e",
  "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>c90376c6-9b08-458c-8a0e-823ec028006e</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientData>
    <PatientPharmacyID>359b195e-0922-4dc3-877e-97dac04e0a4a</PatientPharmacyID>
  </PatientData>
</PatientPharmacyDeleteRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.