POST api/Security/OperatorDelete
Request Information
URI Parameters
None.
Body Parameters
OperatorDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientData | OperatorDelete |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientData": {
"OperatorID": "1784b92f-67c2-41b5-bdab-2f42bae03cff"
},
"PatientID": "c7465c15-693e-461a-b167-62e32254df56",
"WebApiVersion": 2,
"Language": "sample string 3"
}
application/xml, text/xml
Sample:
<OperatorDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<Language>sample string 3</Language>
<PatientID>c7465c15-693e-461a-b167-62e32254df56</PatientID>
<WebApiVersion>2</WebApiVersion>
<PatientData>
<OperatorID>1784b92f-67c2-41b5-bdab-2f42bae03cff</OperatorID>
</PatientData>
</OperatorDeleteRequest>
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.