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": "14564d80-5d9b-42b0-8b35-a39140d97d90"
  },
  "PatientID": "945c0435-58b0-4aa0-a510-45fe774f4696",
  "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>945c0435-58b0-4aa0-a510-45fe774f4696</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientData>
    <PatientProcedureID>14564d80-5d9b-42b0-8b35-a39140d97d90</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.