PUT web/Finance/JournalEntryFX
Request Information
URI Parameters
None.
Body Parameters
UpdateJournalEntryFX| Name | Description | Type | Additional 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:
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.