PUT v1/ASANUSCaseCartService/FWL/CaseCartOrderToOR

Documentation for 'Put'.

Request Information

Parameters

NameDescriptionAdditional information
requestBody
Documentation for 'requestBody'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ClinicalOrderNumber": "sample string 1",
  "CaseCartBarcode": "sample string 2",
  "Rebooking": true
}

text/xml

Sample:
<MDLCaseCartOrderToORRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.CaseCart.KIS.Interface">
  <CaseCartBarcode>sample string 2</CaseCartBarcode>
  <ClinicalOrderNumber>sample string 1</ClinicalOrderNumber>
  <Rebooking>true</Rebooking>
</MDLCaseCartOrderToORRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, text/xml

Sample:

Sample not available.