Events: Set Primary Contact

  • Updated

Set Primary Contact

 

 


POST /v2/event/setPrimary/contact

This API will set the contact with the specified contact ID as Primary for the event. All parameters are mandatory.


Parameter
EventNumber    Array

The event number for which the contact is to be set as Primary

ContactId    Number

The Unique ID of the contact to be set as Primary. Refer to the Contacts – Get API to see how to fetch the Unique ID.

 

{       
"EventNumber" : "1234", "ContactID" : 1000 }

Response:
{  
“success”: “true”,
“result”: ""
}

Was this article helpful?

Have more questions? Submit a request