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": "38dbdd1a-5864-4b44-8846-574fbcbef101"
}

multipart/form-data

Sample:
{"SurgeonId":"38dbdd1a-5864-4b44-8846-574fbcbef101"}

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>38dbdd1a-5864-4b44-8846-574fbcbef101</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.