PUT fxo/General/PaymentStatus

Request Information

URI Parameters

None.

Body Parameters

Collection of APIRemmitances
NameDescriptionTypeAdditional 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:

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

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.