Parametry
Tworzy nowy parametr wraz z jego właściwościami
post/qualities
Request body
Example request
{
"name": {
"1": "English Text",
"2": "Polski tekst"
},
"properties": [
{
"name": {
"1": "English Text",
"2": "Polski tekst"
}
}
],
"values": [
{
"name": {
"1": "English Text",
"2": "Polski tekst"
}
}
]
}Response
Utworzono parametr
Example response
{
"id": 15,
"name": {
"1": "English Text",
"2": "Polski tekst"
},
"properties": [
{
"id": 101,
"name": {
"1": "English Text",
"2": "Polski tekst"
},
"order": 1
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.