POST web/Finance/JournalEntryControlAccount
Request Information
URI Parameters
None.
Body Parameters
JournalEntryControlAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| journalcontrolaccount | JournalControlAccount |
None. |
|
| cr_sub_ledger | Cr_Sub_Ledger |
Required |
|
| dr_sub_ledger | Dr_Sub_Ledger |
Required |
Request Formats
application/json, text/json
Sample:
{
"journalcontrolaccount": {
"entry_date": "sample string 1",
"currency": {
"value": "sample string 1",
"id": 2
},
"amount": 2.0,
"cur_rate": 3.0,
"notes": "sample string 4"
},
"cr_sub_ledger": {
"cr_type": {
"value": "sample string 1",
"id": 2
},
"cr_account": {
"value": "sample string 1",
"id": 2
},
"cr_entity": {
"value": "sample string 1",
"id": 2
}
},
"dr_sub_ledger": {
"dr_type": {
"value": "sample string 1",
"id": 2
},
"dr_account": {
"value": "sample string 1",
"id": 2
},
"dr_entity": {
"value": "sample string 1",
"id": 2
}
}
}
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.