Request
Body Params application/json
{
"name": "string",
"prefix": "string",
"notes": "string",
"status": "string",
"type": "string",
"users": [
"string"
],
"roles": [
"string"
],
"customers": [
"string"
],
"customerGroups": [
"string"
],
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
}
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/series' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"prefix": "string",
"notes": "string",
"status": "string",
"type": "string",
"users": [
"string"
],
"roles": [
"string"
],
"customers": [
"string"
],
"customerGroups": [
"string"
],
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
}
}'
Responses
application/json Modified at 2024-10-14 14:22:33