PUT fxo/General/APICollection
Request Information
URI Parameters
None.
Body Parameters
APICollection| Name | Description | Type | Additional information |
|---|---|---|---|
| api_id | integer |
Required |
|
| payment_id | integer |
Required |
|
| reference | string |
None. |
|
| status | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"api_id": 1,
"payment_id": 2,
"reference": "sample string 3",
"status": 4
}
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.