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

To update existing Phone Number.

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

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

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

{
EntityID: 1, //It is EntityID of contact or account , you can get it from PhoneNumbe get API ex. 1,2
ID: 168, //It is Phone number id which you want ot update ex. 1,2
Number: "9876345", //It is updated Phone number ex. 123-788,123214
CommTypeID: 1 //It is updated Comm type id ex. generally 1 for office,2 for mobile,3 for pager ,4 for fax

}




© 2016 AddressTwo. All Rights Reserved.