Employee Expense Master
GET {{base_url}}/DataEntry/exMaster/:Batch
NOTES:
- This applies if you have the Use Files to Group Transactions option set to Yes in Settings » Accounting » Transactions.
- This supports filterHash query string parameters. For information about filterHash query string parameters, see Pagination.
Use this endpoint to retrieve master record information for each employee expense in a batch.
Master record information comes from the General Information section on the Employee Expense detail screen for each employee expense in the batch.
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
[{"Employee":"0AANEWJPY","EmplName":"AA Employeein752USJPY","ReportDate":"2017-12-16T00:00:00.000","ReportName":"API Report in Company A","AdvanceAmount":0,"TotalDue":375,"Batch":"EXBatch00001","MasterPKey":"551A9F01962E4BB1B4ACF97B4019308C","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"}]