POST api/PatientPositioning/GetUserPatientPositionings

Request Information

URI Parameters

None.

Body Parameters

GetByUserProcedureId
NameDescriptionTypeAdditional information
UserProcedureID

string

None.

IsPackageDowngraded

boolean

None.

FeatureValue

integer

None.

Request Formats

application/json, text/json

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

multipart/form-data

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

application/xml, text/xml

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.