Update Customer
Path parameters
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Body
one ofOptional
or
Responses
200
Successful update of customer data
application/json
Responseobject
put
/v0/customers/{customer_id}PUT /v0/customers/{customer_id} HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 158
{
"identifying_information": {
"id_number": "text"
},
"documents": [
{
"file_id": "123e4567-e89b-12d3-a456-426614174000",
"purpose": "id_document",
"description": "text"
}
]
}200
Successful update of customer data
{}Last updated