POST fxo/Reconcilation

Request Information

URI Parameters

None.

Body Parameters

ReconcileBatch
NameDescriptionTypeAdditional information
batch_status

integer

Required

batch_details

Collection of ReconcileBatchDetail

Required

from_date

string

Required

to_date

string

Required

api_alias

string

Required

notes

string

None.

batch_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "batch_status": 1,
  "batch_details": [
    {
      "deal_trans_id": "sample string 1",
      "api_trade_id": "sample string 2",
      "provider_execution_id": "sample string 3",
      "api_trade_values": "sample string 4",
      "fxo_deal_values": "sample string 5",
      "is_auto_reconciled": true,
      "failure_reason": "sample string 7",
      "reconcile_status": 8
    },
    {
      "deal_trans_id": "sample string 1",
      "api_trade_id": "sample string 2",
      "provider_execution_id": "sample string 3",
      "api_trade_values": "sample string 4",
      "fxo_deal_values": "sample string 5",
      "is_auto_reconciled": true,
      "failure_reason": "sample string 7",
      "reconcile_status": 8
    }
  ],
  "from_date": "sample string 2",
  "to_date": "sample string 3",
  "api_alias": "sample string 4",
  "notes": "sample string 5",
  "batch_id": 6
}

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 'ReconcileBatch'.

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.