Update Journal Entry Master
PUT {{base_url}}/DataEntry/jeMaster/:Batch|RefNo
NOTE: This applies if you have the Use Files to Group Transactions option set to No in Settings » Accounting » Transactions.
Use this endpoint to update master record information for each journal entry.
Master record information comes from the General Information section on the Journal Entry detail screen for each journal entry in the batch.
Request Body
{"Batch"=>"JENonBatch00001", "RefNo"=>"00000002591", "TransDate"=>"2017-12-22T00:00:00.000"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
"[\r\n {\r\n \"Batch\": \"1102.1\",\r\n \"RefNo\": \"5EC29A99CE8437A0107D73A5CDDE208D\",\r\n \"TransDate\": \"2017-12-12T00:00:00.000\",\r\n \"Description\": \"\",\r\n \"Type\": \"3\",\r\n \"UpdateBilled\": \"N\",\r\n ...\r\n }\r\n]"