Add New Address

This call allows you to add a new address to LMS.

Introduction

This request allows you to add a new address to LMS. While this request does create a new address entity in the database, it does not link the address to a customer. For information on how to do that, as well as links to other information, take a look at our API - Addresses article on our help site.

{
 "PrimaryAddress": {
   "address1": "100 10th Street",
   "address2": null,
   "city": "San Francisco",
   "state": "geo.state.NJ",
   "zipcode": "94103",
   "country": "company.country.usa",
   "geoLat": "37.774570",
   "geoLon": "-122.415135",
   "active": 1,
   "isVerified": 0,
   "isStandardized": 0
 }
}

Address GEO Collection Values

FieldExpected ValueValue Description
State
geo.state.Insert the capitalized 2 letter state postal code. If you are unsure of the state code, they are listed here.
geo.state.Insert the capitalized 2 letter province postal code. If you are unsure of the province code, they are listed here.
Country
company.country.usaThe country of the address is the United States of America
company.country.canThe country of the address is Canada

🚧

Reminder

Sending this request creates the entity in the database but does not associate it with any customer or loan.

📘

Try it

To receive a 200 response, you will need to add information to the parameters that are listed as required. For the "state" and "country" parameters, make sure to reference the GEO Collections table listed above.

If you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.

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