Request
Body Params application/json-patch+json
{
"prefix": "string",
"description": "string",
"name": "string",
"paddingLength": 1,
"salesType": "Retail"
}
Request Code Samples
curl --location --request POST 'https://platform.shopranos.eu/api/Series' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"prefix": "string",
"description": "string",
"name": "string",
"paddingLength": 1,
"salesType": "Retail"
}'
Responses
This response does not have a body.
Modified at 2026-03-16 11:48:00