List all addresses for a Client
GET
/lokta-lms/api/v1/client/{clientid}/addressesExample Requests:
client/1/addresses
clients/1/addresses?status=false,true&&type=1,2,3
Path parameters
clientidpath · integer · int64 · requiredclientId
Query parameters
statusquery · string · optionalstatus
typequery · integer · int64 · optionaltype
Responses
defaultdefault responseResponse fields
addressIdinteger · int64 · optionaladdressLine1string · optionaladdressLine2string · optionaladdressLine3string · optionaladdressTypestring · optionaladdressTypeIdinteger · int64 · optionaladdressTypeIdOptionsarray of CodeValueData · optionalcitystring · optionalclientIDinteger · int64 · optionalcountryIdinteger · int64 · optionalcountryIdOptionsarray of CodeValueData · optionalcountryNamestring · optionalcountyDistrictstring · optionalcreatedBystring · optionalcreatedOnstring · date · optionalisActiveboolean · optionallatitudenumber · optionallongitudenumber · optionalpostalCodestring · optionalstateNamestring · optionalstateProvinceIdinteger · int64 · optionalstateProvinceIdOptionsarray of CodeValueData · optionalstreetstring · optionaltownVillagestring · optionalupdatedBystring · optionalupdatedOnstring · date · optionalEvery 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.