POST api/wborder
Request Information
URI Parameters
None.
Body Parameters
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| cartMasterID | integer |
None. |
|
| comments | string |
None. |
|
| poNumber | string |
None. |
|
| dealerAccountNumber | string |
None. |
|
| isIntl | string |
None. |
|
| isShowOrder | boolean |
None. |
|
| eventID | integer |
None. |
|
| P21CustID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cartMasterID": 1,
"comments": "sample string 2",
"poNumber": "sample string 3",
"dealerAccountNumber": "sample string 4",
"isIntl": "sample string 5",
"isShowOrder": true,
"eventID": 7,
"P21CustID": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.