v1
latestOpenAPI 3.1.12026-07-2452287575.4 KBList Receivables
Returns a list of Receivables that were previously created.
Query parameters
Retrieve a specific page of a List.
Set the number of results per page of a List.
Filter for transactions with the given amount due.
Filter for transactions with an amount due greater than the given amount due.
Filter for transactions with an amount due greater than or equal to the given amount due.
Filter for transactions with an amount due lower than the given amount due.
Filter for transactions with an amount due lower than or equal to the given amount due.
Filter for transactions with the given amount paid.
Filter for transactions with an amount paid greater than the given amount.
Filter for transactions with an amount paid greater than or equal to the given amount.
Filter for transactions with an amount paid lower than the given amount.
Filter for transactions with an amount paid lower than or equal to the given amount.
Filter for transactions with the bill_number provided.
Filter for receivables due from this Company ID.
Filter for transactions created at the given date and time.
Filter for transactions created after the given date and time.
Filter for transactions created after or at the given date and time.
Filter for transactions created before the given date and time.
Filter for transactions created before or at the given date and time.
Filter for receivables that deposit into the given account IDs.
[ "bba63245-37d2-4c6a-9e82-e9d12a247c06" ]
Filter for transactions due on the given date.
Filter for transactions due after the given date.
Filter for transactions due after or on the given date.
Filter for transactions due before the given date.
Filter for transactions due before or on the given date.
Filter for transactions by the external ID provided.
Filter for invoices issued on the given date.
Filter for invoices issued after the given date.
Filter for invoices issued after or on the given date.
Filter for invoices issued before the given date.
Filter for invoices issued before or on the given date.
Sort the transactions by the given attributes
Filter for transactions with the given statuses.
Filter for transactions where status changed at the given date and time.
Filter for transactions where status changed after the given date and time.
Filter for transactions where status changed after or at the given date and time.
Filter for transactions where status changed before the given date and time.
Filter for transactions where status changed before or at the given date and time.
Response
OK
Example response
{
"results": [
{
"created_at": "2021-05-15T03:49:53.299680+00:00",
"deposit_into_account": {
"type_details": {
"primary_color": "#0075a3"
}
},
"send_on": "2022-11-26"
}
]
}