POST api/orders/warehouse/items
Request Information
URI Parameters
None.
Body Parameters
UpdateWHItem| Name | Description | Type | Additional information |
|---|---|---|---|
| DealerAccountNumber | string |
None. |
|
| CustomerID | integer |
None. |
|
| DMINumber | string |
None. |
|
| MfgNumber | string |
None. |
|
| WHCode | string |
None. |
|
| QtyAvailable | integer |
None. |
|
| QtyReq | integer |
None. |
|
| QtyOrdered | integer |
None. |
|
| DealerCost | string |
None. |
|
| RetailCost | string |
None. |
|
| OrderedOnPage | string |
None. |
|
| Surcharge | string |
None. |
|
| ProductNotes | string |
None. |
|
| CartMasterID | integer |
None. |
|
| ItemMotorFreight | boolean |
None. |
|
| CartStatusID | integer |
None. |
|
| HomeZoneOnly | boolean |
None. |
|
| HomeWHZoneOnly | boolean |
None. |
|
| CurRow | integer |
None. |
|
| SearchID | integer |
None. |
|
| CheckStockID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DealerAccountNumber": "sample string 1",
"CustomerID": 2,
"DMINumber": "sample string 3",
"MfgNumber": "sample string 4",
"WHCode": "sample string 5",
"QtyAvailable": 6,
"QtyReq": 7,
"QtyOrdered": 8,
"DealerCost": "sample string 9",
"RetailCost": "sample string 10",
"OrderedOnPage": "sample string 11",
"Surcharge": "sample string 12",
"ProductNotes": "sample string 13",
"CartMasterID": 14,
"ItemMotorFreight": true,
"CartStatusID": 16,
"HomeZoneOnly": true,
"HomeWHZoneOnly": true,
"CurRow": 19,
"SearchID": 20,
"CheckStockID": 21
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| HeadersWritten | boolean |
None. |
|
| SupportsAsyncFlush | boolean |
None. |
|
| Cookies | Collection of Object |
None. |
|
| Headers | Dictionary of string [key] and string [value] |
None. |
|
| StatusCode | integer |
None. |
|
| SubStatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
|
| TrySkipIisCustomErrors | boolean |
None. |
|
| SuppressFormsAuthenticationRedirect | boolean |
None. |
|
| SuppressDefaultCacheControlHeader | boolean |
None. |
|
| BufferOutput | boolean |
None. |
|
| ContentType | string |
None. |
|
| Charset | string |
None. |
|
| ContentEncoding | Encoding |
None. |
|
| HeaderEncoding | Encoding |
None. |
|
| Cache | HttpCachePolicy |
None. |
|
| IsClientConnected | boolean |
None. |
|
| ClientDisconnectedToken | CancellationToken |
None. |
|
| IsRequestBeingRedirected | boolean |
None. |
|
| RedirectLocation | string |
None. |
|
| Output | TextWriter |
None. |
|
| OutputStream | Stream |
None. |
|
| Filter | Stream |
None. |
|
| SuppressContent | boolean |
None. |
|
| Status | string |
None. |
|
| Buffer | boolean |
None. |
|
| Expires | integer |
None. |
|
| ExpiresAbsolute | date |
None. |
|
| CacheControl | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.