Alteração Tipo Usuário Varejo
API reponsável por alterar o tipo (trial|normal) de um usuário do varejo no billing.
Last updated
Was this helpful?
API reponsável por alterar o tipo (trial|normal) de um usuário do varejo no billing.
Last updated
Was this helpful?
Was this helpful?
{
"title": "Unauthorized",
"status": 401,
"detail": "User auth error."
}{
"title": "Bad Request",
"status": 400,
"detail": "User retail not found."
}{
"title": "Bad Request",
"status": 400,
"detail": "User Type is invalid."
}curl --location --request PATCH 'localhost:89/user-retail/21890128643' \
--header 'Authorization: Bearer bc0d305a769d9ab768ebf4d09bcf9013710d37ce' \
--header 'Content-Type: application/json' \
--data-raw '{
"userType": "normal"
}'