POST api/PatientPositioning/GetSurgeonPatientPositionings

Request Information

URI Parameters

None.

Body Parameters

GetBySurgeonProcedureId
NameDescriptionTypeAdditional information
SurgeonProcedureID

string

None.

IsPackageDowngraded

boolean

None.

FeatureValue

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SurgeonProcedureID": "sample string 1",
  "IsPackageDowngraded": true,
  "FeatureValue": 3
}

multipart/form-data

Sample:
{"SurgeonProcedureID":"sample string 1","IsPackageDowngraded":true,"FeatureValue":3}

application/xml, text/xml

Sample:
<GetBySurgeonProcedureId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScrupUpBusinessModel.DTO">
  <FeatureValue>3</FeatureValue>
  <IsPackageDowngraded>true</IsPackageDowngraded>
  <SurgeonProcedureID>sample string 1</SurgeonProcedureID>
</GetBySurgeonProcedureId>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.