API Search endpoints…⌘K

Update an address for a Client

PUT/lokta-lms/api/v1/client/{clientid}/addresses

All the address fields can be updated by using update client address API

Mandatory Fields
type and addressId

Path parameters

clientidpath · integer · int64 · required

clientId

Request body application/json

addressIdinteger · int64 · optional
addressLine1string · optional
addressLine2string · optional
addressLine3string · optional
addressTypeIdinteger · int64 · optional
citystring · optional
countryIdinteger · int64 · optional
countyDistrictstring · optional
createdBystring · optional
createdOnstring · optional
isActiveboolean · optional
latitudenumber · optional
longitudenumber · optional
postalCodestring · optional
stateProvinceIdinteger · int64 · optional
townVillagestring · optional
updatedBystring · optional
updatedOnstring · optional

Responses

200OK

Response fields

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.