Langsung ke konten utama
PATCH
/
v3
/
customers
/
{id}
Update a business customer
curl --request PATCH \
  --url https://api.scalev.com/v3/customers/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parameter Path

id
string
wajib

Body

application/json

The body is of type object.

Respons

Success

Raw single-resource success payload for v3.