POST api/Payment/multi
Request Information
URI Parameters
None.
Body Parameters
PayMultiRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Requests | Collection of PaySingleRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"Requests": [
{
"InvoiceNo": "sample string 1",
"MethodTypeId": 2,
"MethodTypeName": "sample string 3",
"PaymentNumber": "sample string 4",
"PaymentAmount": 5.0,
"PaymentFees": 6.0
},
{
"InvoiceNo": "sample string 1",
"MethodTypeId": 2,
"MethodTypeName": "sample string 3",
"PaymentNumber": "sample string 4",
"PaymentAmount": 5.0,
"PaymentFees": 6.0
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.