get https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers()/PrimaryAddress
This request pulls 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:
- There are two types of addresses associated with customers:
PrimaryAddress
andMailAddress
. This request pullsPrimaryAddress
info, butMailAddress
information can also be pulled. To pull 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 Contact & Personal Information article.
Database
For information regarding address database tables, see the following articles: