Get address

This request retrieves a customer's address information.

   Click here to learn more about this request

Addresses are associated with customers and are nested within the Customers entity. Note the following when using this request:

There are two types of addresses associated with customers: PrimaryAddress and MailAddress. This request retrieves PrimaryAddress info, but MailAddress information can also be retrieved. To retrieve information from both objects with a single request, use the following endpoint:

https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers({id})?$expand=PrimaryAddress,MailAddress

Like customers, addresses have IDs. This request's response lists the address's ID.

For an example of how customer addresses work within the UI, take a look at our Customer Details article.

Database

For information regarding address database tables, see the following articles:

Database – Address Entity (address_entity)

Database – Customer Main Table (customer_entity)

Language
Credentials
Click Try It! to start a request and see the response here!