AddressTwo.com

AddressTwo v2.0 API

This API is made available for the use of approved customer API consumers. To request an API Key, contact us at [email protected] first to discuss your project and request access.

Universal base URL for all the Endpoints: http://apiv2.addresstwo.com/api/


POST  /Address

To add new address.

Request Headers:
    Content-Type: application/json
    ConsumerToken: [hashed-token-provided]

POST http://apiv2.addresstwo.com/api/Address

Content-Type: application/json
ConsumerToken: [hashed-token-provided]

{
EntityID: 1, //It is EntityID of account ex. 1,2
CommTypeID: 2000, //It is Comm type id ex. generally 2000 for shipping,2001 for billing,2002 for home
Street1: "My street1 name", //It is street1 name in your address
Street2: "My street2 name", //It is street2 name in your address
Street3: "My street3 name", //It is street3 name in your address
City: "My city name", //It is city name in your address
Zip: "My Zip code", //It is zip code in your address
County: "My county", //It is county in your address
State: "My state name", //It is state name in your address
Country: "My country name" //It is country name in your address

}




© 2016 AddressTwo. All Rights Reserved.