Modify Contact by ContactId

Implementation Notes

Updates contact with a new set of details by ContactId.

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
contactid ContactId of contact to modify. Path long
Submission

Details of the contact to modify body
CustomContact{
CustomFieldName (string,optional),
CustomFieldValue (string,optional)
}
 { 
    "CustomFieldName": "string", 
    "CustomFieldValue": "string"
 }  
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found