AP Voucher Master

GET {{base_url}}/DataEntry/apMaster/: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 AP voucher in a batch.

Master record information comes from the General Information section on the AP Voucher detail screen for each AP voucher in the batch.

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

[{"Batch":"APIBatch00001","Description":"AP Voucher API Test 1","Recurring":"N","EndDate":"2017-12-31T00:00:00.000","DefaultCurrencyCode":"USD","Total":0,"SumTotal":13275,"DiffTotal":-13275,"DefaultLiab":"Aconsultan","DefaultLiabDescription":"AP - Consultant","DefaultBank":"ABOSTON","DefaultBankDescription":"Baybank - Boston","DefaultDate":"2017-12-11T00:00:00.000","Selected":"N","Posted":"N","Creator":"ADMIN","Period":0,"Company":"A0","LiabAccountCurrencyCode":"USD","BankAccountCurrencyCode":"USD"}]