Request
Body Params application/json
{
"title": "string",
"description": "string",
"groups": [
{
"title": "string",
"id": "string",
"position": 0,
"items": [
{
"id": "string",
"position": 0
}
]
}
]
}
Request samples
curl --location --request PUT 'https://platform.shopranos.eu/api/AttributeSets/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"groups": [
{
"title": "string",
"id": "string",
"position": 0,
"items": [
{
"id": "string",
"position": 0
}
]
}
]
}'
Responses
application/json {
"id": "string",
"companyId": "string",
"title": "string",
"description": "string",
"groups": [
{
"title": "string",
"id": "string",
"position": 0,
"items": [
{
"id": "string",
"position": 0
}
]
}
],
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}
Modified at 2025-07-08 13:29:04