TAG LINE
SMALL TITLE
id | "id": 7 Type: Number This is the unique numeric identifier for the EventRegistrationEventBindingAction |
eventRegistrationId | "eventRegistrationId": 12 Type: Number Unique identifier for the associated EventRegistration object. |
eventBindingActionId | "eventBindingActionId": 27 Type: Number Unique identifier for the associated EventBindingAction object. |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v3/EventRegistrationEventBindingAction |
Retrieve all of the EventRegistrationEventBindingAction objects. |
GET | api/v3/EventRegistrationEventBindingAction/Paged |
Retreive all of the EventRegistrationEventBindingAction objects in a paged fashion. |
GET | api/v3/EventRegistrationEventBindingAction/{id:int} |
Retrieve an instance of the EventRegistrationEventBindingAction object by it's ID. | |
{id:int} | Unique identifier for the EventRegistrationEventBindingAction object. |