POST api/Payment/single
Request Information
URI Parameters
None.
Body Parameters
PaySingleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNo | string |
None. |
|
| MethodTypeId | integer |
None. |
|
| MethodTypeName | string |
None. |
|
| PaymentNumber | string |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| PaymentFees | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"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.