POST api/Shopping/SubmitOrder
Request Information
URI Parameters
None.
Body Parameters
PostOrderInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| filepath | string |
None. |
|
| expressId | integer |
None. |
|
| addressId | integer |
None. |
|
| cartids | string |
None. |
|
| uniqueId | string |
None. |
|
| maderemark | string |
None. |
|
| useTicketId | integer |
None. |
|
| useBalance | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"filepath": "sample string 1",
"expressId": 2,
"addressId": 3,
"cartids": "sample string 4",
"uniqueId": "sample string 5",
"maderemark": "sample string 6",
"useTicketId": 7,
"useBalance": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDataMsgOfOrderView| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | OrderView |
None. |
|
| Code | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.