Cash Receipt Landing Page
GET {{base_url}}/DataEntry/crLanding
Use this endpoint to retrieve one of the following from the Cash Receipt form (landing page): - A list of all the record files (or batches) if you have the Use Files to Group Transactions option set to Yes in Settings » Accounting » Transactions. - A list of all the records if you have the Use Files to Group Transactions option set to No in Settings » Accounting » Transactions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | Optional. |
The page to retrieve. Value 1 means that you are retrieving the first page of records from the landing page. |
| pageSize
| string | | Optional.
The number of records to include in the page you are retrieving. It will retrieve records 1-5 of the data for the first page of the landing page.
If you entered a page value of 2 and pageSize of 5, it would retrieve records 6-10 of the data for the second page of the landing page. |
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
[{"Description":"32432","Creator":"ADMIN","EndDate":"2012-10-11T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"CR","Batch":"32432","Company":"","Period":"11/2011","RawPeriod":201111,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCR","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"60E667E427314132A90B96AC886C8561","Creator":"Import Module","EndDate":"2017-12-31T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"CR","Batch":"60E667E427314132A90B96AC886C8561","Company":"","Period":"05/2013","RawPeriod":201305,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCR","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"8595cc5c310649b2a273e327e65a22f5","Creator":"ADMIN","EndDate":"2017-12-31T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"CR","Batch":"8595cc5c310649b2a273e327e65a22f5","Company":"","Period":"05/2013","RawPeriod":201305,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCR","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"a89ab74d51a54149aea465c44ccbabbb","Creator":"ADMIN","EndDate":"2017-12-31T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"CR","Batch":"a89ab74d51a54149aea465c44ccbabbb","Company":"","Period":"05/2013","RawPeriod":201305,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCR","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"AA0125161","Creator":"ADMIN","EndDate":"2016-01-25T00:00:00.000","ApprovalStatus":"A","ApprovalStatusDesc":"Approved","TransType":"CR","Batch":"AA0125161","Company":"","Period":"03/2013","RawPeriod":201303,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCR","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"}]