POST api/Patient/PatientProcedureDelete
Request Information
URI Parameters
None.
Body Parameters
PatientProcedureDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientData | PatientProcedureDelete |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientData": {
"PatientProcedureID": "1d76f159-9775-48f7-8ca9-a6fe0bb2a9da"
},
"PatientID": "c7c990e2-822b-4629-be41-4bf9e6338258",
"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>c7c990e2-822b-4629-be41-4bf9e6338258</PatientID>
<WebApiVersion>2</WebApiVersion>
<PatientData>
<PatientProcedureID>1d76f159-9775-48f7-8ca9-a6fe0bb2a9da</PatientProcedureID>
</PatientData>
</PatientProcedureDeleteRequest>
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.