Update Miscellaneous Expense Control

PUT {{base_url}}/DataEntry/miControl/: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 miscellaneous expenses.

Request Body

{"Batch"=>"MIBatch00001", "Description"=>"Miscellaneous Expense API Test Update 2"}

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":"MIBatch00001","Description":"Miscellaneous Expense API Test Update 2","Recurring":"N","EndDate":"2017-12-31T00:00:00.000","DefaultCurrencyCode":"USD","Total":620,"SumTotal":620,"DiffTotal":0,"Selected":"N","Posted":"N","Creator":"ADMIN","Period":201305,"Company":"A0"}]