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

To update existing Contact.

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

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

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

{
AccountID: 1, //It is AccountID in which we update contact ex. 1
Discriminator: "C", //It is C for contact ex. C
FirstName: "Contact First name", //It is First name of contact ex. John,Ricky
LastName: "Contact Last name", //It is last name of contact ex. Cena,Martin
ID: 2, //It is ID of contact ex. 1,2
LastModifiedByID: 79, //It is user id with which user login ex. 79,80
UserID: 79, //It is user id with which user login ex. 79,80
SmsOptionID: 2, //It is value you can get from GET contact API ex. 2
CreateDate: 08-15-2016 //It is create date of contact you can get it from contact get API ex. 2016-07-21T08:02:51.62,2016-07-25

}




© 2016 AddressTwo. All Rights Reserved.