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

To update existing Account.

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

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

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

{
AccountPublic: false, //It is value you want for your acoount ex. true or false
Name: "My updated company name", //It is company name for account ex. my company name, my updated value
ID: 1, //It is account id you want to update ex. 1,2
CreateDate: "08-15-2016", //It is create date of account you can get it from account get API ex. 2016-07-21T08:02:51.62,2016-07-25
UserID: 79, //It is user id when you login with credentials ex. 79,80
LastModifiedByID: 79, //It is user id with which user login ex. 79,80
Discriminator: "A" //It is A for account and C in case of contact ex. A

}




© 2016 AddressTwo. All Rights Reserved.