Update or Add the EventSubscription object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/EventSubscription/Email/{id}Path ParamsidintegerrequiredUnique identifier for the EventSubscription object.Body ParamsnamestringdescriptionstringisActivebooleantruetruefalseeventRegistrationIdnumberUnique identifier for the associated EventRegistration object.eventRegistrationNamestringThe name of the object associated with the eventRegistrationId property.eventBindingActionIdnumberUnique identifier for the associated EventBindingAction object.eventBindingActionNamestringThe name of the object associated with the eventBindingActionId property.accessTypeIdnumberUnique identifier for the associated AccessType object.accessTypeNamestringThe name of the object associated with the accessTypeId property.createdByUserIdnumberUnique identifier for the associated User object.createdByUserNamestringThe name of the object associated with the createdByUserId property.updatedByUserIdnumberUnique identifier for the associated User object.updatedByUserNamestringThe name of the object associated with the updatedByUserId property.Responses 200Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array. 400The request could not be processed.Updated 2 months ago