POST api/Surgeon/SurgeonsNoteListBySurgeonID
Request Information
URI Parameters
None.
Body Parameters
SurgeonsNoteListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SurgeonId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SurgeonId": "4ee3075e-f5ca-45fe-9ee7-94f0471d8869"
}
multipart/form-data
Sample:
{"SurgeonId":"4ee3075e-f5ca-45fe-9ee7-94f0471d8869"}
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>4ee3075e-f5ca-45fe-9ee7-94f0471d8869</SurgeonId> </SurgeonsNoteListRequest>
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.