PUT
/
api
/
external
/
v2
/
customer_invoices
/
{customer_invoice_id}
/
categories
[
  {
    "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"
  }
]

Path Parameters

customer_invoice_id
string
required

(Required)

Example:

"42"

Body

application/json · object[]

The body is of type object[].

Response

200
application/json

The list of categories of the customer invoice

The response is of type object[].