POST api/orders/checkout
Request Information
URI Parameters
None.
Body Parameters
CheckoutOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| CartMasterID | integer |
None. |
|
| OrderComments | string |
None. |
|
| PurchaseOrder | string |
None. |
|
| BrowserType | string |
None. |
|
| IPAddress | string |
None. |
|
| EventID | integer |
None. |
|
| P21CustID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartMasterID": 1,
"OrderComments": "sample string 2",
"PurchaseOrder": "sample string 3",
"BrowserType": "sample string 4",
"IPAddress": "sample string 5",
"EventID": 6,
"P21CustID": 7
}
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.