POST
/
v1
/
c
/
customer
/
{customer_id}
/
activate
curl --request POST \
  --url http://127.0.0.1:8080/v1/c/customer/{customer_id}/activate \
  --header 'Content-Type: application/json' \
  --header 'wb-key: <api-key>' \
  --data '{
  "notes": "Management told us to change their status"
}'

Authorizations

wb-key
string
header
required

Path Parameters

customer_id
string
required

Body

application/json

Notes to attach to a Customer

notes
string | null

Notes. Free form field