{
"customerId": "string",
"customerRoleId": "string",
"branches": [
"string"
],
"isActive": true,
"hasAllBranchesAccess": true,
"hasCompanyAccess": true,
"storeIds": [
"string"
]
}
curl --location --request PUT 'https://platform.shopranos.eu/api/users/customerUser-membership/' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"customerRoleId": "string",
"branches": [
"string"
],
"isActive": true,
"hasAllBranchesAccess": true,
"hasCompanyAccess": true,
"storeIds": [
"string"
]
}'
{}