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

To update the value of any stored Custom Field.

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

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

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

{
CustomDomainValueID: 0, //If setting the value to a drop-down or tag value, enter the id of that value.
CustomTypeID: 56, //The ID of the Custom Field itself.
EntityID: 1, //The ID of the Account/Contact/Pipeline to which this custom field is related.
EntityID2: 1, //The ID of the Account (Only in case of customfield is related to Pipeline, and for other cases it should be null)
Value: "New Value" //The new value, if text type Custom Field, to update.

}




© 2016 AddressTwo. All Rights Reserved.