POST Order/GetOrderDetail

Request Information

URI Parameters

None.

Body Parameters

OrderDetailRequestModel
NameDescriptionTypeAdditional information
OrderCode

string

None.

IsTransfer

boolean

None.

HideCreditMemoItem

boolean

None.

SortType

string

None.

TransferTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderCode": "sample string 1",
  "IsTransfer": true,
  "HideCreditMemoItem": true,
  "SortType": "sample string 4",
  "TransferTypeId": 5
}

application/xml, text/xml

Sample:
<OrderDetailRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitaCabinetry.Model.Order">
  <HideCreditMemoItem>true</HideCreditMemoItem>
  <IsTransfer>true</IsTransfer>
  <OrderCode>sample string 1</OrderCode>
  <SortType>sample string 4</SortType>
  <TransferTypeId>5</TransferTypeId>
</OrderDetailRequestModel>

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />