PUT fxo/Finance/CashBook
Request Information
URI Parameters
None.
Body Parameters
UpdateCashbook| Name | Description | Type | Additional information |
|---|---|---|---|
| cashbook_master | CashBookMaster |
Required |
|
| cashbook_detail | CashBookDetail |
Required |
Request Formats
application/json, text/json
Sample:
{
"cashbook_master": {
"record_id": 1,
"name": "sample string 2",
"description": "sample string 3",
"is_active": true,
"is_allow_negative": true,
"inventory_org": {
"value": "sample string 1",
"id": 2
},
"external_id": "sample string 6"
},
"cashbook_detail": {
"account_segment": {
"account": {
"value": "sample string 1",
"id": 2
},
"segment": "sample string 1"
},
"account_clearing": {
"account": {
"value": "sample string 1",
"id": 2
},
"segment": "sample string 1"
},
"account_cash_intransit": {
"account": {
"value": "sample string 1",
"id": 2
},
"segment": "sample string 1"
},
"currency": {
"value": "sample string 1",
"id": 2
},
"opening_balance": 1.1,
"domination": {
"cur_note": 1,
"cur_value": "sample string 2"
},
"external_det_id": "sample string 2",
"opening_rate": 3.1
}
}
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.