Update AP Disbursement Control

PUT {{base_url}}/DataEntry/cvControl/: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 AP disbursements.

Request Body

{"Batch"=>"CVBatch00001", "Description"=>"AP Disbursement API Test Update 1", "Recurring"=>"N", "EndDate"=>"2017-12-31T00:00:00.000"}

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":"CVBatch00001","Description":"AP Disbursement API Test Update 1","Recurring":"N","EndDate":"2017-12-31T00:00:00.000","DefaultCurrencyCode":"USD","Total":700,"SumTotal":575,"DiffTotal":125,"PayMethod":"B","DefaultLiab":"","DefaultLiabDescription":"","DefaultBank":"ABOSTON","DefaultBankDescription":"Baybank - Boston","DefaultDate":"2017-12-11T00:00:00.000","Selected":"N","Posted":"N","Creator":"Import Module","Period":201305,"Company":"A0"}]