POST api/Surgeon/SurgeonsNoteListBySurgeonID

Request Information

URI Parameters

None.

Body Parameters

SurgeonsNoteListRequest
NameDescriptionTypeAdditional information
SurgeonId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SurgeonId": "08a7207d-5505-44cb-a0db-5d8ee0eec2b3"
}

multipart/form-data

Sample:
{"SurgeonId":"08a7207d-5505-44cb-a0db-5d8ee0eec2b3"}

application/xml, text/xml

Sample:
<SurgeonsNoteListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScrupUpBusinessModel.DTO">
  <SurgeonId>08a7207d-5505-44cb-a0db-5d8ee0eec2b3</SurgeonId>
</SurgeonsNoteListRequest>

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 'SurgeonsNoteListRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.