PUT
/
supplier_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

id
number
required
weight
string
required

Weight must have at most 4 decimals

Response

200

id
number
required
weight
string
required

Weight must have at most 4 decimals

label
string
required
analytical_code
string | null
category_group
object | null