POST api/Surgeon/SurgeonsNoteDelete
Request Information
URI Parameters
None.
Body Parameters
SurgeonsNoteDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| NotesId | integer |
None. |
|
| SurgeonId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotesId": 1,
"SurgeonId": "99b931a4-4747-41ea-8286-f229545be12f"
}
multipart/form-data
Sample:
{"NotesId":1,"SurgeonId":"99b931a4-4747-41ea-8286-f229545be12f"}
application/xml, text/xml
Sample:
<SurgeonsNoteDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScrupUpBusinessModel.DTO"> <NotesId>1</NotesId> <SurgeonId>99b931a4-4747-41ea-8286-f229545be12f</SurgeonId> </SurgeonsNoteDeleteRequest>
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.