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  /AddressPut

To update exsiting address.

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

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

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

{
EntityID: 1, //It is EntityID of account value from get address API ex. 1,2
ID: 1, //It is ID of address which you want to update ex. 1,2
UserID: 79, //It is user id with which user login ex. 79,80
CommTypeID: 2000, //It is Comm type id ex. generally 2000 for shipping,2001 for billing,2002 for home
Street1: "updated street1", //It is updated street1 in your address
Street2: "updated street2", //It is updated street2 in your address
Street3: "updated street3", //It is updated street3 in your address
City: "updated city", //It is updated city in your address
State: "updated state", //It is updated state in your address
Zip: "updated zip", //It is updated zip in your address
County: "updated county", //It is updated county in your address
Country: "updated country", //It is updated country in your address
CreateDate: "03-21-2016 6.15.25 AM" //It is created date of your address, from get address API

}




© 2016 AddressTwo. All Rights Reserved.