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": "cfbfd868-bbd4-4aa3-83ab-9647673b8b0f"
}
multipart/form-data
Sample:
{"NotesId":1,"SurgeonId":"cfbfd868-bbd4-4aa3-83ab-9647673b8b0f"}
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>cfbfd868-bbd4-4aa3-83ab-9647673b8b0f</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.