Cash Disbursement Master

GET {{base_url}}/DataEntry/cdMaster/: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 cash disbursement in a batch.

Master record information comes from the General Information section on the Cash Disbursement detail screen for each cash disbursement 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

[{"CheckNo":"00000009988","BankCode":"127","TransDate":"2017-12-01T00:00:00.000","Payee":"Test Payee","Batch":"CDAPIIBatch00001","Posted":"N","Seq":0,"CurrencyCode":"CAD","CurrencyExchangeOverrideMethod":"N","CurrencyExchangeOverrideDate":"","CurrencyExchangeOverrideRate":0,"Status":"N","StatusDescription":"In Progress","AuthorizedByName":"","AuthorizedBy":"","RejectReason":"","ModUser":"","ModUserEmployee":"","ModDate":"","Diary":"D1","DiaryNo":1448}]