Bulk insert customer groups.
Request
Body Params application/json
[
{
"id": "string",
"customerSegments": [
{
"id": "string",
"customerIds": [
"string"
]
}
]
}
]
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/CustomerGroupings/bulkinsert' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"customerSegments": [
{
"id": "string",
"customerIds": [
"string"
]
}
]
}
]'
Responses
application/json Modified at 2024-09-16 08:20:09