POST api/PatientPositioning/GetUserPatientPositionings
Request Information
URI Parameters
None.
Body Parameters
GetByUserProcedureId| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.