Parametry - Grupy

Tworzy nową grupę parametrów

post/qualitiesgroups

Request body

namestring required

Zwykły tekst (grupy nie są wielojęzyczne)

orderinteger required
sourcestring
original_idinteger nullable

Response

Utworzono grupę parametrów

idinteger
namestring
sourcestring
original_idinteger nullable
datestring
orderinteger

Example response

{
  "id": 12,
  "name": "Cechy Obuwia",
  "source": "erp_system",
  "original_id": 5402,
  "date": "2026-07-02 11:15:00",
  "order": 1,
  "qualities": [
    {
      "id": 15,
      "name": {
        "1": "English Text",
        "2": "Polski tekst"
      },
      "order": 1,
      "properties": [
        {
          "id": 142,
          "name": {
            "1": "English Text",
            "2": "Polski tekst"
          },
          "order": 1
        }
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.