POST api/order/ordersearchB2B
Request Information
URI Parameters
None.
Body Parameters
OrderSearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderType | string |
None. |
|
| Customer | string |
None. |
|
| OrderNo | string |
None. |
|
| PickStatus | string |
None. |
|
| OrderDateType | string |
None. |
|
| OrderFormDate | string |
None. |
|
| OrderToDate | string |
None. |
|
| ShowTotal | boolean |
None. |
|
| PostCode | string |
None. |
|
| StockCode | string |
None. |
|
| DespStatus | string |
None. |
|
| ScrMode | string |
None. |
|
| OrderStatus | string |
None. |
|
| Datekey | string |
None. |
|
| BranchCode | string |
None. |
|
| ChannelCode | string |
None. |
|
| DateType | string |
None. |
|
| ClientID | integer |
None. |
|
| PersonID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderType": "sample string 1",
"Customer": "sample string 2",
"OrderNo": "sample string 3",
"PickStatus": "sample string 4",
"OrderDateType": "sample string 5",
"OrderFormDate": "sample string 6",
"OrderToDate": "sample string 7",
"ShowTotal": true,
"PostCode": "sample string 9",
"StockCode": "sample string 10",
"DespStatus": "sample string 11",
"ScrMode": "sample string 12",
"OrderStatus": "sample string 13",
"Datekey": "sample string 14",
"BranchCode": "sample string 15",
"ChannelCode": "sample string 16",
"DateType": "sample string 17",
"ClientID": 18,
"PersonID": 19
}
application/xml, text/xml
Sample:
<OrderSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modulusv4.Domain"> <BranchCode>sample string 15</BranchCode> <ChannelCode>sample string 16</ChannelCode> <ClientID>18</ClientID> <Customer>sample string 2</Customer> <DateType>sample string 17</DateType> <Datekey>sample string 14</Datekey> <DespStatus>sample string 11</DespStatus> <OrderDateType>sample string 5</OrderDateType> <OrderFormDate>sample string 6</OrderFormDate> <OrderNo>sample string 3</OrderNo> <OrderStatus>sample string 13</OrderStatus> <OrderToDate>sample string 7</OrderToDate> <OrderType>sample string 1</OrderType> <PersonID>19</PersonID> <PickStatus>sample string 4</PickStatus> <PostCode>sample string 9</PostCode> <ScrMode>sample string 12</ScrMode> <ShowTotal>true</ShowTotal> <StockCode>sample string 10</StockCode> </OrderSearchCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |