Update Plan Duration
PATCH
/plan-duration/{companyId}/{roleId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/plan-duration//' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Basic",
"price": 230
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
roleId
string
requerido
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01