{
"has_more": true,
"items": [
{
"analytical_code": "CODE123",
"category_group": {
"id": 229
},
"created_at": "2023-08-30T10:08:08.146343Z",
"id": 421,
"label": "HR - Salaries",
"updated_at": "2023-08-30T10:08:08.146343Z",
"weight": "0.25"
},
{
"analytical_code": "CODE123",
"category_group": {
"id": 229
},
"created_at": "2023-08-30T10:08:08.146343Z",
"id": 421,
"label": "HR - Salaries",
"updated_at": "2023-08-30T10:08:08.146343Z",
"weight": "0.25"
}
],
"next_cursor": "dXBkYXRlZF9hdDoxNjc0MTIzNDU2"
}
List categories of a customer invoice
ℹ️ This endpoint requires one of the following scopes:
customer_invoices:all
,customer_invoices:readonly
{
"has_more": true,
"items": [
{
"analytical_code": "CODE123",
"category_group": {
"id": 229
},
"created_at": "2023-08-30T10:08:08.146343Z",
"id": 421,
"label": "HR - Salaries",
"updated_at": "2023-08-30T10:08:08.146343Z",
"weight": "0.25"
},
{
"analytical_code": "CODE123",
"category_group": {
"id": 229
},
"created_at": "2023-08-30T10:08:08.146343Z",
"id": 421,
"label": "HR - Salaries",
"updated_at": "2023-08-30T10:08:08.146343Z",
"weight": "0.25"
}
],
"next_cursor": "dXBkYXRlZF9hdDoxNjc0MTIzNDU2"
}
(Required)
"42"
Cursor for pagination. Use this to fetch the next set of results. The cursor is an opaque string returned in the previous response's metadata. Leave empty for the first request.
"dXBkYXRlZF9hdDoxNjc0MTIzNDU2"
Number of items to return per request. Defaults to 20 if not specified. Must be between 1 and 100.
"20"
The list of categories of the customer invoice. If the invoice is draft, an empty list will be returned.
The response is of type object
.