Invoice Master
GET {{base_url}}/DataEntry/inMaster/: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 invoice in a batch.
Master record information comes from the General Information section on the Invoice detail screen for each invoice 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
[{"Batch":"INBatch00001","Invoice":"00000000333","WBS1":"00091605.000","WBS1Name":"Update %","ClientName":"","WBS2Level":"N","ChargeType":"R","WBS2":" ","WBS2Name":"","WBS3Level":"N","WBS3":" ","WBS3Name":"","Org":"A0.00.00","TransDate":"2017-12-16T00:00:00.000","DueDate":"","TransComment":"Invoice","Posted":"Y","Seq":1,"CurrencyCode":"USD","CurrencyExchangeOverrideMethod":"N","CurrencyExchangeOverrideDate":"","CurrencyExchangeOverrideRate":0,"Status":"N","StatusDescription":"Posted","AuthorizedByName":"","AuthorizedBy":"","RejectReason":"","ModUser":"","ModUserEmployee":"","ModDate":"","Diary":"D1","DiaryNo":1456}]