Create Customer Group
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name": "string",
"customer_codes": [
"string"
]
}
Request Code Samples
curl --location --request POST 'http://petfen-voucher.local.com:8086/api/cms/v1/customer-groups' \
--header 'X-Auth-Service: Bearer ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"customer_codes": [
"string"
]
}'
Responses
application/json Modified at 2025-05-03 16:02:12