Clients Address Api
interface ClientsAddressApi
Functions
Link copied to clipboard
abstract suspend fun addClientAddress(clientid: Long, postClientClientIdAddressesRequest: PostClientClientIdAddressesRequest, type: Long? = null): PostClientClientIdAddressesResponse
Create an address for a Client Mandatory Fields : type and clientId Responses:
Link copied to clipboard
abstract suspend fun getAddresses1(clientid: Long, status: String? = null, type: Long? = null): List<GetClientClientIdAddressesResponse>
List all addresses for a Client Example Requests: client/1/addresses clients/1/addresses?status=false,true&&type=1,2,3 Responses:
Link copied to clipboard
Responses:
Link copied to clipboard
abstract suspend fun updateClientAddress(clientid: Long, putClientClientIdAddressesRequest: PutClientClientIdAddressesRequest): PutClientClientIdAddressesResponse
Update an address for a Client All the address fields can be updated by using update client address API Mandatory Fields type and addressId Responses: