PUT
/
customer_invoices
/
{id}
/
categories
[
  {
    "id": 123,
    "weight": "<string>",
    "label": "<string>",
    "analytical_code": "<string>",
    "category_group": {
      "id": 123
    }
  }
]

Path Parameters

id
string
required

Body

application/json · object[]

Body

The body is of type object[].

Response

200
application/json

200

The response is of type object[].