Cash Disbursement Landing Page

GET {{base_url}}/DataEntry/cdLanding

Use this endpoint to retrieve one of the following from the Cash Disbursement 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

KeyDatatypeRequiredDescription
pagestringOptional.

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

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

[{"Description":"0E952C722F4344F1878673DFB109E015","Creator":"Import Module","EndDate":"2017-12-31T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"CD","Batch":"0E952C722F4344F1878673DFB109E015","Company":"","Period":"05/2013","RawPeriod":201305,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCD","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"123456789012345678901234567890","Creator":"Import Module","EndDate":"2011-07-15T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"CD","Batch":"123456789012345678901234567890","Company":"","Period":"12/2011","RawPeriod":201112,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCD","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"47B0275285A64314B58C5E28B2A14157","Creator":"Import Module","EndDate":"2017-12-31T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"CD","Batch":"47B0275285A64314B58C5E28B2A14157","Company":"","Period":"05/2013","RawPeriod":201305,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCD","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"592529362c7544609e832df5d8764193","Creator":"ADMIN","EndDate":"2017-12-31T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"CD","Batch":"592529362c7544609e832df5d8764193","Company":"","Period":"05/2013","RawPeriod":201305,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListCD","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"5d6eb79d3ee14035ba0d62ae1376f561","Creator":"ADMIN","EndDate":"2017-12-31T00:00:00.000","ApprovalStatus":"P","ApprovalStatusDesc":"Posted","TransType":"CD","Batch":"5d6eb79d3ee14035ba0d62ae1376f561","Company":"A0","Period":"05/2013","RawPeriod":201305,"PostStatus":"Y","PostStatusDesc":"Complete","PostComment":"1 recs, Pd end 12/31/2017","PostDate":"2018-12-18T01:46:38.797","PostUser":"ADMIN","PostSeq":502,"TransListReportPath":"","PostLogReportPath":"/Standard/PostingLog/PostLogCD","PostLogReportName":"Cash Disbursements Posting Log","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"}]