Examples of billing lists:
Show me all my bills from whenever to 2013-01-01 to 2013-01-31 regardless of the status
example: /billing/lists/billingList?date_start=2013-01-01&date_end=2013-01-31
Show me all my bills from whenever to 2013-01-01 to 2013-01-31 where status is PAID
example: /billing/lists/billingList?date_start=2013-01-01&date_end=2013-01-31&status=PAID
Show me all my bills from whenever to 2013-01-01 to 2013-01-31 where status is PAID and payment_type is LSV
example: /billing/lists/billingList?date_start=2013-01-01&date_end=2013-01-31&status=PAID&payment_type=LSV
Show me all my bills from whenever to 2013-01-01 to 2013-01-31 where status is PAID and payment_type is LSV and vat is not null
example: /billing/lists/billingList?date_start=2013-01-01&date_end=2013-01-31&status=PAID&payment_type=LSV&with_vat=1
Show me all my bills from whenever to 2013-01-01 to 2013-01-31 regardless of the status using payment_date
example: /billing/lists/billingList?date_start=2013-01-01&date_end=2013-01-31&use_paid_date=1
@return
Data Table object
Arguments
(also
Data Table args)
| date_start |
required, date |
| date_end |
required, date |
| country |
max:2 |
| status |
in: OPEN, PAID, PARTIALPAID, REMINDED, CANCELLED, ACCEPTED |
| payment_type |
string |
| with_vat |
string |
| use_paid_date |
string |
| start |
string |
| limit |
string |
| selected |
string |
| order_by |
string |
| order_direction |
string |
| match_type |
string |
| booking_account |
string |
| vat_group |
string |
| doc_type |
string |
Similar params as billingList
Returns a task to create PDF
Arguments
| date_start |
required, date |
| date_end |
required, date |
| country |
max:2 |
| status |
in: OPEN, PAID, PARTIALPAID, REMINDED, CANCELLED, ACCEPTED |
| payment_type |
string |
| with_vat |
string |
| use_paid_date |
string |
| start |
string |
| limit |
string |
| selected |
string |
| order_by |
string |
| order_direction |
string |
| match_type |
string |
| booking_account |
string |
| vat_group |
string |
| currentUserLang |
string |
| columns |
string |
| doc_type |
string |
Examples of VAT Lists:
Show me all my bills from whenever to 2013-01-01 to 2013-01-31 where status is PAID and payment_type is LSV and vat is not null
example: /billing/lists/vatList?date_start=2013-01-01&date_end=2013-01-31&status=PAID&payment_type=LSV&with_vat=1
Show me all my bills from whenever to 2013-01-01 to 2013-01-31 where status is PAID using the paid_date
example: /billing/lists/vatList?date_start=2013-01-01&date_end=2013-01-31&status=PAID&use_paid_date=1
@return
Data Table object
Arguments
(also
Data Table args)
| date_start |
required, date |
| date_end |
required, date |
| country |
max:2 |
| status |
in: OPEN, PAID, PARTIALPAID, REMINDED, CANCELLED, ACCEPTED |
| payment_type |
string |
| with_vat |
string |
| use_paid_date |
string |
| start |
string |
| limit |
string |
| selected |
string |
| order_by |
string |
| order_direction |
string |
| match_type |
string |
| booking_account |
string |
| vat_group |
string |
| doc_type |
string |
Similar params to vatList
Returns a task to create PDF
Arguments
| date_start |
required, date |
| date_end |
required, date |
| country |
max:2 |
| status |
in: OPEN, PAID, PARTIALPAID, REMINDED, CANCELLED, ACCEPTED |
| payment_type |
string |
| with_vat |
string |
| use_paid_date |
string |
| start |
string |
| limit |
string |
| selected |
string |
| order_by |
string |
| order_direction |
string |
| match_type |
string |
| booking_account |
string |
| vat_group |
string |
| currentUserLang |
string |
| columns |
string |
| doc_type |
string |
Get all records with pagination.
The function accepts limit and has a maximum limit that can not be overwritten
Arguments
Get all records
this function returns all the records. Pagination / limit are not accepted
Arguments
Get one record based on id
Arguments
Get Change Log for an object
Arguments