Return a list of bills based on the filters forwarded.
Method used: GET
Documents receivable: /api/gfin/v1/ReceivableDocuments
Documents payable: /api/gfin/v1/PayableDocuments
Query parameters:
Attribute | Type | Description | Default |
---|---|---|---|
page | numeric | page number | 1 |
pagesize | numeric | page size | 10 |
filter | character | (optional) filters in oData pattern | - |
allfields | logical | (optional) return all fields from the tables | false |
fields | character | add fields to the return | - |
Example:
queryParam
/api/gfin/v1/ReceivableDocuments?pagesize=10&page=1&allfields=true |
Json Object
Attribute | Type | Description |
---|---|---|
items | Array | list of documents |
hasnext | Logical | true if there is a next page |
struct | Array | struct of the returned fields |
Example:
response
{ |