Update a customer
Customers
Update a customer
Modify mutable fields on an existing customer.
PUT
Update a customer
Only provided fields are modified. All fields in the request body are optional — omit a field to leave it unchanged.Documentation Index
Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
LMS internally requires
firstname and lastname on every customer
update even when neither is changing. The service reads the existing
customer and fills these in transparently — true partial updates work
as documented, no need to echo the name on every PUT.Path parameters
Request body
Example
Response
200 OK returns the updated customer object.
Errors
| Code | When |
|---|---|
not_found | No customer with that ID |
invalid_argument | Malformed body |

