Get credit notes
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Query parameters
order
Sort order (ascending by default). Typically used together with the sort
parameter.
Allowed values:
limit
The number of items (0 .. 100) to return in a single page of the response. The response may contain fewer items if it is the last or only page.
pagination_token
A pagination token obtained from a previous call to this endpoint. Use it to get the next or previous page of results for your initial query. If pagination_token
is specified, all other query parameters are ignored and inferred from the initial query.
If not specified, the first page of results will be returned.
sort
The field to sort the results by. Typically used together with the order
parameter.
Allowed values:
created_at__gt
created_at__lt
created_at__gte
created_at__lte
issued_at
issued_at__gt
issued_at__lt
issued_at__gte
issued_at__lte
document_id
document_id__iexact
document_id__contains
document_id__icontains
has_file
total_amount__gt
total_amount__lt
total_amount__gte
total_amount__lte
subtotal__gt
subtotal__lt
subtotal__gte
subtotal__lte
based_on
counterpart_id
created_by_entity_user_id
status
status__in
status__not_in
origin
Allowed values:
currency
project_id
project_id__in
Response
Successful Response
data
List of credit notes for the current page
next_pagination_token
Token to retrieve the next page of results
prev_pagination_token
Token to retrieve the previous page of results