PUT fxo/General/APICollection

Request Information

URI Parameters

None.

Body Parameters

APICollection
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'APICollection'.

application/xml

Sample:

An exception has occurred while using the formatter 'CustomXmlFormatter' to generate sample for media type 'application/xml'. Exception message: Cannot access a closed Stream.

text/xml

Sample:

An exception has occurred while using the formatter 'CustomXmlFormatter' to generate sample for media type 'text/xml'. Exception message: Cannot access a closed Stream.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.