AP Disbursement Detail
GET {{base_url}}/DataEntry/cvDetail/: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 detail information for each AP disbursement in a batch.
Detail information comes from the Project Information section on the AP Disbursement detail screen for each AP disbursement 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":"CVBatch00001","CheckNo":"455555","PKey":"API0000A1","Seq":1,"Description":"Test line 1","WBS1":"0A199900.900","WBS1Name":"ABC Plaza Study 345","ClientName":"Sterling Place Limited Partnership","WBS2Level":"Y","ChargeType":"R","WBS2":"A000","WBS2Name":"Feasibility Study","WBS3Level":"N","WBS3":" ","WBS3Name":"","FunctionalCurrencyCode":"USD","Org":"A0.00.00","ExpenseCode":"","ExpenseCodeType":"","AccountEditable":"","BillByDefaultConsultants":"E","BillByDefaultOtherExp":"E","BillByDefaultORTable":0,"Account":"61100","AccountName":"Structural Consultant","AccountCurrencyCode":"","GlobalAccount":"Y","AccountType":8,"NetAmount":300,"TotalTax":75,"OriginatingVendor":"","Amount":375,"CurrencyExchangeOverrideRate":0,"PaymentAmount":375,"SuppressBill":"N","Document":"UploadDocumentGrid.png","DocumentToolTipColumn":"","OriginatingVendorName":"","DefaultsSet":"Y","TaxToolTipColumn":""},{"Batch":"CVBatch00001","CheckNo":"455555","PKey":"API0000A2","Seq":2,"Description":"Test line 2","WBS1":"0A199900.900","WBS1Name":"ABC Plaza Study 345","ClientName":"Sterling Place Limited Partnership","WBS2Level":"Y","ChargeType":"R","WBS2":"A000","WBS2Name":"Feasibility Study","WBS3Level":"N","WBS3":" ","WBS3Name":"","FunctionalCurrencyCode":"USD","Org":"A0.00.00","ExpenseCode":"","ExpenseCodeType":"","AccountEditable":"","BillByDefaultConsultants":"E","BillByDefaultOtherExp":"E","BillByDefaultORTable":0,"Account":"61100","AccountName":"Structural Consultant","AccountCurrencyCode":"","GlobalAccount":"Y","AccountType":8,"NetAmount":200,"TotalTax":"","OriginatingVendor":"","Amount":200,"CurrencyExchangeOverrideRate":0,"PaymentAmount":200,"SuppressBill":"N","Document":"UploadDocumentGrid.png","DocumentToolTipColumn":"","OriginatingVendorName":"","DefaultsSet":"Y","TaxToolTipColumn":""}]