PUT
/
clients
/
individual
/
{clientId}
curl --request PUT \
  --url https://spark.test.woodcore.co/api/v2/clients/individual/{clientId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "emailAddress": "email+05@domain.com",
  "firstname": "Jay",
  "lastname": "Kelly"
}'
{}

Update Individual Customer

Update Individual Customer

Authorizations

Authorization
string
header
required

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

Path Parameters

clientId
string
required
Example:

"1"

Body

application/json

Response

200 - application/json
ddddd

The response is of type object.