Aller au contenu

/api/clients/{id}/identity (PUT)

PUT
/api/clients/{id}/identity
curl --request PUT \
--url https://example.com/api/clients/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/identity \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "legalName": "example", "addressLines": "example", "contactEmail": "example" }'
id
required
string format: uuid
Media type application/json
object
legalName
string
nullable
addressLines
string
nullable
contactEmail
string
nullable
Example generated
{
"legalName": "example",
"addressLines": "example",
"contactEmail": "example"
}

OK