Update a Contact
PUT {{base_url}}/contact/:ContactID
Use this endpoint to update a single contact in the Contacts hub.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
requiredFieldValidation | string | Optional. |
The flag that indicates whether or not the validation for required screen designer fields is needed.
Use "N" if you want to bypass the validation. Otherwise, the default is "Y," which enforces the validation.
NOTE: This does not apply to required system fields. |
| startWorkflow
| string | | Optional.
The flag that indicates whether or not the trigger for a workflow is initiated.
Use "N" if you want to bypass the trigger. Otherwise, the default is "Y," which initiates the workflow. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Company":"Madison Company","flName":"Albert Balfour","ContactID":"AEM45","ClientID":"AEM45","CLAddress":"\u003cDefault\u003e","Vendor":"","VEAddress":"","LastName":"Balfour","FirstName":"Albert","MiddleName":"","Salutation":"Mr.","Suffix":"","Title":"Chief Executive Officer","Address1":"9865 Horsepen Rd","Address2":"","Address3":"","Address4":"","City":"Herndon","State":"MA","Zip":"20171","Country":"","Phone":"202.555.8300","Fax":"202.555.8301","Pager":"","CellPhone":"","HomePhone":"","Email":"email@company.com","Memo":"","MailingAddress":"N","Billing":"N","PrimaryInd":"N","ContactStatus":"I","CreateUser":"Billy Boy Charles, Jr.","CreateDate":"2007-09-04T17:44:57.000","ModUser":"Billy Boy Charles, Jr.","ModDate":"2017-05-04T16:13:42.083","Addressee":"","PreferredName":"","CustomCurrencyCode":"USD","Source":"","PagerFormat":"","CellPhoneFormat":"","HomePhoneFormat":"","AjeraSync":"","TLInternalKey":"","TLSyncModDate":"","Owner":"","StatusReason":"","Rating":"","FirmDescription":"","FirmAddress1":"5312 7th Avenue","FirmAddress2":"","FirmAddress3":"","FirmAddress4":"","FirmCity":"Washington","FirmState":"DC","FirmZip":"24001","FirmCountry":"US","FirmBusinessPhone":"202.555.8300","FirmBusinessPhoneFormat":"","FirmBusinessFax":"202.555.8301","FirmBusinessFaxFormat":"","FirmPager":"","ProjectDescription":"","Market":"","Website":"","QualifiedStatus":"sysQual","StatusDate":"2017-02-23T22:41:21.833","ProfessionalSuffix":"","SFID":"","emOwnerfl":"","RecentOpportunityName":"","RecentOpportunityID":"","RecentOppRole":"","TopTPStartDate":"","TopTPSubject":"","TopTPContactID":"","TopTPCreateEmployee":"","TopTPCreateUserName":"","HasPhoto":0,"PhotoModDate":"","ClientName":"Madison Company","VName":"","QBOID":"","QBOIsMainContact":"N","QBOLastUpdated":"","CustJBsfieldfortestingTouchCRM":"","custNewsletter":"N","custTEST1":"","custCorporateList":"N","custPromotional":"N","custMarket":"","desc_custMarket":"","custPersonal":"","custBirthDate":"","custGolf":"N","custSpouseName":"","custTennis":"N"}]