Request
Body Params application/json
{
"customerId": "string",
"categories": [
{
"name": "string"
}
],
"types": [
{
"name": "string"
}
]
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/Assortment' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"categories": [
{
"name": "string"
}
],
"types": [
{
"name": "string"
}
]
}'
Responses
application/json {
"id": "string",
"companyId": "string",
"customerId": "string",
"categories": [
{
"id": "string",
"name": "string"
}
],
"types": [
{
"id": "string",
"name": "string"
}
],
"combinations": [
{
"branchId": "string",
"categoryId": "string",
"typeId": "string"
}
],
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}
Modified at 2025-07-08 13:29:36