PUT fxo/General/PaymentStatus
Request Information
URI Parameters
None.
Body Parameters
Collection of APIRemmitances| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| api_id | integer |
None. |
|
| remittance_id | string |
None. |
|
| payment_id | integer |
Required |
|
| reference_id | string |
None. |
|
| status | integer |
Required |
|
| json | string |
None. |
|
| external_account_id | string |
None. |
|
| webhook_notification | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"api_id": 2,
"remittance_id": "sample string 3",
"payment_id": 4,
"reference_id": "sample string 5",
"status": 6,
"json": "sample string 7",
"external_account_id": "sample string 8",
"webhook_notification": true
},
{
"id": 1,
"api_id": 2,
"remittance_id": "sample string 3",
"payment_id": 4,
"reference_id": "sample string 5",
"status": 6,
"json": "sample string 7",
"external_account_id": "sample string 8",
"webhook_notification": true
}
]
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.