POST wm/payorder
Request Information
URI Parameters
None.
Body Parameters
Collection of WM_PayAndBill| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MouthBillID | string |
None. |
|
| CreateDate | date |
None. |
|
| PayOrderID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"MouthBillID": "sample string 2",
"CreateDate": "2026-04-16T13:29:31.299051+08:00",
"PayOrderID": 1
},
{
"ID": 1,
"MouthBillID": "sample string 2",
"CreateDate": "2026-04-16T13:29:31.299051+08:00",
"PayOrderID": 1
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.