Skip to main content
POST
/
v1
/
pvt
/
Customer
/
{originalId}
/
changetier
cURL
curl --request POST \
  --url https://api.bonifiq.com.br/v1/pvt/Customer/{originalId}/changetier \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "GracePeriodInDays": 123,
  "TierId": 123,
  "GracePeriodComments": "<string>"
}
'
{
  "ErrorMessage": "<string>",
  "ErrorCode": 123,
  "Result": true,
  "HasError": true
}

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Path Parameters

originalId
string
required

Body

application/json
GracePeriodInDays
integer<int32> | null
TierId
integer<int32>
GracePeriodComments
string | null

Response

200 - application/json
ErrorMessage
string | null

Error message or description

ErrorCode
integer<int32> | null

Optional error code, if available

Result
boolean
HasError
boolean

If true the request had an error.