POST api/Patient/PatientProcedureDelete

Request Information

URI Parameters

None.

Body Parameters

PatientProcedureDeleteRequest
NameDescriptionTypeAdditional information
PatientData

PatientProcedureDelete

None.

PatientID

globally unique identifier

None.

WebApiVersion

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientData": {
    "PatientProcedureID": "8b5eedc2-a9be-4611-8eda-6eaf4b52d248"
  },
  "PatientID": "15c02dc3-7eb7-4f3b-b7e2-b5e9b807279b",
  "WebApiVersion": 2,
  "Language": "sample string 3"
}

application/xml, text/xml

Sample:
<PatientProcedureDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <Language>sample string 3</Language>
  <PatientID>15c02dc3-7eb7-4f3b-b7e2-b5e9b807279b</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientData>
    <PatientProcedureID>8b5eedc2-a9be-4611-8eda-6eaf4b52d248</PatientProcedureID>
  </PatientData>
</PatientProcedureDeleteRequest>

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.