This GET endpoint returns a list of Event Location Setup Item objects.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/setupitems
Refer to Event Location Setup Item Object.
This GET endpoint returns a list of Event Setup Item objects for a single event location.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/location/{eventLocationID}/setupitems
The eventLocationID passed to this endpoint is the Oid of the event location you want the setup items for.
Refer to Event Location Setup Item Object.
This GET endpoint returns a list of Event Staffing Item objects.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/staffingitems
Refer to Event Location Staffing Item Object.
This GET endpoint returns a list of Event Staffing Item objects for a single event location.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/location/{eventLocationID}/staffingitems
The eventLocationID passed to this endpoint is the Oid of the event location you want the staffing items for.
Refer to Event Location Staffing Item Object.
This GET endpoint returns a list of Event Staffing Item objects for a single event.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/{eventID}/staffingitems
The eventID passed to this endpoint is the Oid of the event you want the staffing items for.
Refer to Event Location Staffing Item Object.
This POST endpoint allows you to add an Event Staffing Item to the system.
Method: POST
Endpoint: https://server/EventProApi/DataService.svc/event/staffingitem/add
You pass to this endpoint an Event Staffing Item Object that is used to create the event staffing item.
The Event Staffing Item Object needs to have a reference to:
1.the Event Object it is for (using the Event field), and
2.the Setup Resource Staffing Item it is for (using the ResourceItem field).
The created event staffing item is returned as an Event Staffing Item Object.
Refer to Event Location Staffing Item Object.
This POST endpoint allows you to make modifications to an Event Staffing Item.
Method: POST
Endpoint: https://server/EventProApi/DataService.svc/event/staffingitem/update
You pass to this endpoint an Event Staffing Item Object with the Oid set to the Oid of the event staffing item you want to update.
Any non-read-only field you use will be updated on the event staffing item record.
The updated event staffing item is returned as an Event Staffing Item Object.
Refer to Event Location Staffing Item Object.
This GET endpoint allows you to delete an existing Event Staffing Item with a matching Oid.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/staffingitem/delete/{oid}
Refer to Event Location Staffing Item Object.
This GET endpoint returns a list of Event Location Catering Config objects.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/cateringconfigs
Refer to Event Location Catering Config Object.
This GET endpoint returns a list of Event Catering Config objects for a single event location.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/location/{eventLocationID}/cateringconfigs
The eventLocationID passed to this endpoint is the Oid of the event location you want the catering configs for.
Refer to Event Location Catering Config Object.
This GET endpoint returns a list of Event Location Beverage Config objects.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/beverageconfigs
Refer to Event Location Beverage Config Object.
This GET endpoint returns a list of Event Beverage Config objects for a single event location.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/location/{eventLocationID}/beverageconfigs
The eventLocationID passed to this endpoint is the Oid of the event location you want the beverage configs for.
Refer to Event Location Beverage Config Object.
This GET endpoint returns a list of Event Location Package objects.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/packages
Refer to Event Location Package Object.
This GET endpoint returns a list of Event Package objects for a single event location.
Endpoint: https://server/EventProApi/DataService.svc/event/location/{eventLocationID}/packages
The eventLocationID passed to this endpoint is the Oid of the event location you want the packages for.
Refer to Event Location Package Object.
This GET endpoint returns a list of Event Miscellaneous Item objects.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/miscitems
Refer to Event Misc Item Object.
This GET endpoint returns a list of Event Miscellaneous Item objects for a single event.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/{eventID}/miscitems
The eventID passed to this endpoint is the Oid of the event you want the miscellaneous items for.
Refer to Event Misc Item Object.
This POST endpoint allows you to add an event miscellaneous item to the system.
Method: POST
Endpoint: https://server/EventProApi/DataService.svc/event/miscitem/add
You pass to this endpoint an Event Miscellaneous Item object that is used to create the event miscellaneous item.
The Event Miscellaneous Item object needs to have a reference to:
1.the Event object it is for using the Event field, and
2.the Setup Resource Miscellaneous Item it is for using the ResourceItem field.
The created event miscellaneous item is returned as an Event Miscellaneous Item object.
Refer to Event Misc Item Object.
This POST endpoint allows you to make modifications to an event miscellaneous item.
Method: POST
Endpoint: https://server/EventProApi/DataService.svc/event/miscitem/update
You pass to this endpoint an Event Miscellaneous Item object with the Oid set to the Oid of the event miscellaneous item you want to update.
Any non-Read-Only field you use will be updated on the event miscellaneous item record.
The updated event miscellaneous item is returned as an Event Miscellaneous Item object.
Refer to Event Misc Item Object.
This GET endpoint allows you to delete an existing event miscellaneous item with a matching Oid.
Method: GET
Endpoint: https://server/EventProApi/DataService.svc/event/miscitem/delete/{oid}
Refer to Event Misc Item Object.