POST api/orders
Request Information
URI Parameters
None.
Body Parameters
AddOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
None. |
|
| DealerAccountNumber | string |
None. |
|
| Descr | string |
None. |
|
| CartStatusID | integer |
None. |
|
| CustomerAddressID | integer |
None. |
|
| ReturnValue | boolean |
None. |
|
| IsShowCart | boolean |
None. |
|
| ShipDate | date |
None. |
|
| CustLoginID | integer |
None. |
|
| DropShip | boolean |
None. |
|
| SiteID | integer |
None. |
|
| DropContact | string |
None. |
|
| DropStreetAddress | string |
None. |
|
| DropCity | string |
None. |
|
| DropState | string |
None. |
|
| DropZipCode | integer |
None. |
|
| EventID | integer |
None. |
|
| DropStreetAddress2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": 1,
"DealerAccountNumber": "sample string 2",
"Descr": "sample string 3",
"CartStatusID": 4,
"CustomerAddressID": 5,
"ReturnValue": true,
"IsShowCart": true,
"ShipDate": "2026-02-03T14:00:09.3301175-06:00",
"CustLoginID": 9,
"DropShip": true,
"SiteID": 11,
"DropContact": "sample string 12",
"DropStreetAddress": "sample string 13",
"DropCity": "sample string 14",
"DropState": "sample string 15",
"DropZipCode": 16,
"EventID": 17,
"DropStreetAddress2": "sample string 18"
}
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.