Update Employee Expense Master

PUT {{base_url}}/DataEntry/exMaster/:Batch|MasterPKey

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 employee expense.

Master record information comes from the General Information section on the Employee Expense detail screen for each employee expense in the batch.

Request Body

{"Batch"=>"EXNonBatch00001", "MasterPKey"=>"551A9F01962E4BB1B4ACF97B4019308D", "Employee"=>"0AANEWJPY", "ReportDate"=>"2017-12-16T00:00:00.000", "ReportName"=>"API Non Batch Report in Company A"}

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

[{"Employee":"0AANEWJPY","EmplName":"AA Employeein752USJPY","ReportDate":"2017-12-16T00:00:00.000","ReportName":"API Non Batch Report in Company A","AdvanceAmount":0,"TotalDue":375,"Batch":"EXNonBatch00001","MasterPKey":"551A9F01962E4BB1B4ACF97B4019308D","Posted":"N","Seq":1,"DefaultCurrencyCode":"USD","CurrencyExchangeOverrideMethod":"N","CurrencyExchangeOverrideDate":"","CurrencyExchangeOverrideRate":0,"PaymentCurrencyCode":"USD","PaymentExchangeOverrideMethod":"N","PaymentExchangeOverrideDate":"","PaymentExchangeOverrideRate":0,"Status":"N","StatusDescription":"In Progress","AuthorizedByName":"","AuthorizedBy":"","RejectReason":"","ModUser":"ADMIN","ModUserEmployee":"0000A0001","ModDate":"2015-06-29T20:03:16.407"}]