POST MatCharge/SubOrder
提交书本费订单
Request Information
URI Parameters
None.
Body Parameters
SubMatOrderRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId |
学生ID |
string |
None. |
| MatIds |
书本Id集合 |
string |
None. |
| payType |
1支付宝 2微信 3ApplePay , |
integer |
None. |
| totalPay |
应付金额 后台会再次计算比对 , |
decimal number |
None. |
| shipping |
邮费 |
decimal number |
None. |
| isPost |
是否邮寄 1:邮寄 0:自提 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentId": "sample string 1",
"MatIds": "sample string 2",
"payType": 3,
"totalPay": 4.0,
"shipping": 5.0,
"isPost": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |