post https://api-sandbox-revel.revelup.com/resources/CustomerGroup/
Add a new CustomerGroup
Log in to see full request history
Responses
201Successful operation
400Bad request
401Authorization required
Add a new CustomerGroup
201Successful operation
400Bad request
401Authorization required
xxxxxxxxxx
10curl --request POST \
--url https://api-sandbox-revel.revelup.com/resources/CustomerGroup/ \
--header 'content-type: application/json' \
--data '
{
"active": true,
"name": "Name of this CustomerGroup object.",
"tax_free": false
}
'
Try It!
to start a request and see the response here!