POST api/Equipment/SurgeonEquipmentsDelete
Request Information
URI Parameters
None.
Body Parameters
SurgeonEquipmentsDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UEID | integer |
None. |
|
| SurgeonId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UEID": 1,
"SurgeonId": "a8d1fe3f-c752-40f8-adfc-ccd43b8f9731"
}
multipart/form-data
Sample:
{"UEID":1,"SurgeonId":"a8d1fe3f-c752-40f8-adfc-ccd43b8f9731"}
application/xml, text/xml
Sample:
<SurgeonEquipmentsDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScrupUpBusinessModel.DTO"> <SurgeonId>a8d1fe3f-c752-40f8-adfc-ccd43b8f9731</SurgeonId> <UEID>1</UEID> </SurgeonEquipmentsDeleteRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.