API Search endpoints…⌘K

Update a Client

PUT/lokta-lms/api/v1/clients/{clientId}

Note: You can update any of the basic attributes of a client (but not its associations) using this API.

Changing the relationship between a client and its office is not supported through this API. An API specific to handling transfers of clients between offices is available for the same.

The relationship between a client and a group must be removed through the Groups API.

Path parameters

clientIdpath · integer · int64 · required

clientId

Request body application/json

externalIdstring · optional
firstnamestring · optional
lastnamestring · optional
resourceExternalIdstring · optional

Responses

200OK

Response fields

changesPutClientsClientIdRequest · optional

PutClientsClientIdRequest

clientIdinteger · int64 · optional
officeIdinteger · int64 · optional
resourceExternalIdstring · optional
resourceIdinteger · int64 · optional

Every request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors. Open this operation in the interactive explorer, or read it as Markdown.