Get all line items of a credit note
Path parameters
credit_note_id
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.
created_at__gt
created_at__lt
created_at__gte
created_at__lte
name
name__iexact
name__contains
name__icontains
description
description__contains
description__icontains
total__gt
total__lt
total__gte
total__lte
subtotal__gt
subtotal__lt
subtotal__gte
subtotal__lte
unit_price__gt
unit_price__lt
unit_price__gte
unit_price__lte
quantity__gt
quantity__lt
quantity__gte
quantity__lte
tax__gt
tax__lt
tax__gte
tax__lte
tax_amount__gt
tax_amount__lt
tax_amount__gte
tax_amount__lte
created_by_user_id
unit
unit__iexact
source
source_id
Response
Successful Response
data
List of credit note line items 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