Cash Receipt Control

GET {{base_url}}/DataEntry/crControl/: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 the control record for a specific batch of cash receipts.

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":"CRBatch00001","Description":"Cash Receipts API Test 1","Recurring":"N","EndDate":"2017-12-31T00:00:00.000","Total":120,"SumTotal":120,"DiffTotal":0,"DefaultBank":"101.10","DefaultBankDescription":"US company CAD currency","BankCurrencyCode":"CAD","Selected":"N","Posted":"N","Creator":"ADMIN","Period":201305,"Company":"A0","PostPeriod":0,"PostSeq":0,"SubmittedBy":"","SubmittedDate":""}]