Update Miscellaneous Expense Master
PUT {{base_url}}/DataEntry/miMaster/:Batch|MasterRefNo
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 miscellaneous expense.
Master record information comes from the General Information section on the Miscellaneous Expense detail screen for each miscellaneous expense in the batch.
Request Body
{"Batch"=>"MINonBatch00001", "RefNo"=>"00REFFEFER3", "TransDate"=>"2017-12-19T00: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
[{"Batch":"MINonBatch00001","RefNo":"00REFFEFER3","TransDate":"2017-12-19T00:00:00.000","Description":"Maste record 1","Posted":"N","Seq":1,"CurrencyCode":"USD","CurrencyExchangeOverrideMethod":"N","CurrencyExchangeOverrideDate":"","CurrencyExchangeOverrideRate":0,"Status":"N","StatusDescription":"In Progress","AuthorizedByName":"","AuthorizedBy":"","RejectReason":"","ModUser":"","ModUserEmployee":"","ModDate":"","Diary":"D1","DiaryNo":1460}]