POST api/rates/Confirmed
Provides Payment Confirmation, Expects: Form Post multipart parameters (restricted datacom).
Request Information
URI Parameters
None.
Body Parameters
ConfirmPaid object
ConfirmPaid| Name | Description | Type | Additional information |
|---|---|---|---|
| ChargeId | integer |
None. |
|
| Type | string |
None. |
|
| Amount | decimal number |
None. |
|
| Detail | string |
None. |
|
| ReferenceNo | string |
None. |
|
| quantity | string |
None. |
|
| PaymentType | string |
None. |
|
| OnlinePaymentId | string |
None. |
|
| SettlementDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"chargeId": 1,
"type": "sample string 2",
"amount": 3.0,
"detail": "sample string 4",
"referenceNo": "sample string 5",
"quantity": "sample string 6",
"paymentType": "sample string 7",
"onlinePaymentId": "sample string 8",
"settlementDate": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpStatusCode and/or Msg
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.