PUT fxo/Finance/JournalEntryFX

Request Information

URI Parameters

None.

Body Parameters

UpdateJournalEntryFX
NameDescriptionTypeAdditional information
journalentryfx

Update_JournalEntryfx

None.

journalentryfx_transaction

Collection of Update_JournalEntryfx_Transaction

None.

Request Formats

application/json, text/json

Sample:
{
  "journalentryfx": {
    "record_id": 1,
    "jour_ent_date": "sample string 2",
    "jour_ent_reference": "sample string 3"
  },
  "journalentryfx_transaction": [
    {
      "detail_id": 1,
      "act_id": {
        "value": "sample string 1",
        "id": 2
      },
      "currency": {
        "value": "sample string 1",
        "id": 2
      },
      "act_cur_rate": 2.0,
      "act_seg_id": "sample string 3",
      "debit": 4.0,
      "credit": 5.0,
      "notes": "sample string 6"
    },
    {
      "detail_id": 1,
      "act_id": {
        "value": "sample string 1",
        "id": 2
      },
      "currency": {
        "value": "sample string 1",
        "id": 2
      },
      "act_cur_rate": 2.0,
      "act_seg_id": "sample string 3",
      "debit": 4.0,
      "credit": 5.0,
      "notes": "sample string 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 'UpdateJournalEntryFX'.

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.