POST api/Surgeon/SurgeonsNoteDelete

Request Information

URI Parameters

None.

Body Parameters

SurgeonsNoteDeleteRequest
NameDescriptionTypeAdditional information
NotesId

integer

None.

SurgeonId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NotesId": 1,
  "SurgeonId": "925e9bd4-eae2-43e1-be0a-268acdc01895"
}

multipart/form-data

Sample:
{"NotesId":1,"SurgeonId":"925e9bd4-eae2-43e1-be0a-268acdc01895"}

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>925e9bd4-eae2-43e1-be0a-268acdc01895</SurgeonId>
</SurgeonsNoteDeleteRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SurgeonsNoteDeleteRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.