POST PaymentCollection/SubmitApply?access_token={access_token}
请求参数
URI 参数
| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| access_token | string |
Required |
Body 参数
SubmitPaymentApplyRP| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| importPaymentNo | string |
无。 |
|
| order | SubmitPaymentApplyDetail 集合 |
无。 |
|
| receiveDate | date |
无。 |
|
| paymentTypeId | string |
无。 |
|
| accountId | string |
无。 |
|
| vipName | string |
无。 |
|
| totalAmount | decimal number |
无。 |
|
| ticketNo | string |
无。 |
|
| remark | string |
无。 |
|
| unitId | string |
无。 |
|
| userId | string |
无。 |
请求格式
application/json, text/json
示例:
{
"importPaymentNo": "sample string 1",
"order": [
{
"orderId": "sample string 1",
"orderNo": "sample string 2",
"paymentAmount": 3.0
},
{
"orderId": "sample string 1",
"orderNo": "sample string 2",
"paymentAmount": 3.0
}
],
"receiveDate": "2025-12-14 02:49:27",
"paymentTypeId": "sample string 2",
"accountId": "sample string 3",
"vipName": "sample string 4",
"totalAmount": 5.0,
"ticketNo": "sample string 6",
"remark": "sample string 7",
"unitId": "sample string 8",
"userId": "sample string 9"
}
application/xml, text/xml
示例:
<SubmitPaymentApplyRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Order.Request">
<unitId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">sample string 8</unitId>
<userId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">sample string 9</userId>
<accountId>sample string 3</accountId>
<importPaymentNo>sample string 1</importPaymentNo>
<order>
<SubmitPaymentApplyDetail>
<orderId>sample string 1</orderId>
<orderNo>sample string 2</orderNo>
<paymentAmount>3</paymentAmount>
</SubmitPaymentApplyDetail>
<SubmitPaymentApplyDetail>
<orderId>sample string 1</orderId>
<orderNo>sample string 2</orderNo>
<paymentAmount>3</paymentAmount>
</SubmitPaymentApplyDetail>
</order>
<paymentTypeId>sample string 2</paymentTypeId>
<receiveDate>2025-12-14T02:49:27.2320524+08:00</receiveDate>
<remark>sample string 7</remark>
<ticketNo>sample string 6</ticketNo>
<totalAmount>5</totalAmount>
<vipName>sample string 4</vipName>
</SubmitPaymentApplyRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Version | Version |
无。 |
|
| Content | HttpContent |
无。 |
|
| StatusCode | HttpStatusCode |
无。 |
|
| ReasonPhrase | string |
无。 |
|
| Headers | Object 集合 |
无。 |
|
| RequestMessage | HttpRequestMessage |
无。 |
|
| IsSuccessStatusCode | boolean |
无。 |