Invoice Landing Page
GET {{base_url}}/DataEntry/inLanding
NOTE: This supports filterHash query string parameters. For information about filterHash query string parameters, see Pagination.
Use this endpoint to retrieve one of the following from the Invoice 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":"007 Invoice Marina","Creator":"ADMIN","EndDate":"2011-02-28T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"IN","Batch":"007 Invoice Marina","Company":"","Period":"12/2008","RawPeriod":200812,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"Total":1000,"TransListReportPath":"/Standard/TransactionList/TranListIN","PostLogReportPath":"","PostLogReportName":"","Invoice":"","TransDate":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"008 Invoice Marina","Creator":"ADMIN","EndDate":"2011-02-28T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"IN","Batch":"008 Invoice Marina","Company":"","Period":"12/2008","RawPeriod":200812,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"Total":1000,"TransListReportPath":"/Standard/TransactionList/TranListIN","PostLogReportPath":"","PostLogReportName":"","Invoice":"","TransDate":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"00Dp Inv 1","Creator":"ADMIN","EndDate":"2017-12-01T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"IN","Batch":"d1541e1ba7d14d488e53d4742be85d2d","Company":"","Period":"05/2013","RawPeriod":201305,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"Total":0,"TransListReportPath":"/Standard/TransactionList/TranListIN","PostLogReportPath":"","PostLogReportName":"","Invoice":"00000000555","TransDate":"2017-09-17T00:00:00.000","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"123456789012345678901234567890","Creator":"Import Module","EndDate":"2011-07-15T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"IN","Batch":"123456789012345678901234567890","Company":"","Period":"12/2011","RawPeriod":201112,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"Total":0,"TransListReportPath":"/Standard/TransactionList/TranListIN","PostLogReportPath":"","PostLogReportName":"","Invoice":"INVLALALKSD","TransDate":"2014-06-23T00:00:00.000","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"3","Creator":"ADMIN","EndDate":"2013-03-20T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"IN","Batch":"3","Company":"","Period":"11/2011","RawPeriod":201111,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"Total":-41651.66,"TransListReportPath":"/Standard/TransactionList/TranListIN","PostLogReportPath":"","PostLogReportName":"","Invoice":"00000000006","TransDate":"2013-03-20T00:00:00.000","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"}]