Invoice Detail
GET {{base_url}}/DataEntry/inDetail/: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 retrieve detail information for each invoice in a batch.
Detail information comes from the Project 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","WBS2":" ","WBS3":" ","PKey":"PAUL180179968275","Seq":1,"InvoiceSection":"C","TaxCode":"","Account":"42200","AccountName":"Reimb Expense Revenue","AccountCurrencyCode":"","GlobalAccount":"Y","AccountType":4,"Amount":120,"RetAmount":20,"TaxBasis":0,"Retainer":"N","LinkWBS1":"","LinkWBS2":"","LinkWBS3":"","CreditMemoRefNo":""}]