Skip to main content
PATCH
/
v1
/
customers
/
{id}
/
tariff
Update customer tariff
curl --request PATCH \
  --url https://api.example.com/v1/customers/{id}/tariff \
  --header 'Content-Type: application/json' \
  --data '
{
  "tariff": "<string>"
}
'

Path Parameters

id
string<uuid>
required

Body

application/json
tariff
string

Response

200

Tariff updated successfully