Update Cash Disbursement Control

PUT {{base_url}}/DataEntry/cdControl/:Batch

NOTE: This applies if you have the Use Files to Group Transactions option set to Yes in Settings » Accounting » Transactions.

Use this endpoint to update the control file for a batch of cash disbursements.

Request Body

{"Batch"=>"CDAPIIBatch00001", "Description"=>"Cash Disbursement API Test Update 1"}

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"Batch":"CDAPIIBatch00001","Description":"Cash Disbursement API Test Update 1","Recurring":"N","EndDate":"2017-12-31T00:00:00.000","Total":12.21,"SumTotal":130,"DiffTotal":-117.79,"DefaultBank":"127","DefaultBankDescription":"Bank North - Canada","BankCurrencyCode":"CAD","Selected":"N","Posted":"N","Creator":"ADMIN","Period":201305,"Company":"A0"}]