Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API > Endpoints

Event Resource Endpoints

Scroll Prev Top Next More

List Event Setup Items

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.

Click to zoom in/out

Sample Event Setup Items Response

 

List Event Setup Items for a single Event Location

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.

 

List Event Staffing Items

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.

Click to zoom in/out

Sample Event Staffing Item Response

 

List Event Staffing Items for a single Event Location

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.

 

List Event Staffing Items for a single Event

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.

 

Add Event Staffing Items

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.

 

Update Event Staffing Items

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.

 

Delete Event Staffing Items

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.

 

List Event Catering Configs

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.

Click to zoom in/out

Sample Event Catering Config Response

 

List Event Catering Configs for a single Event Location

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.

 

List Event Beverage Configs

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.

Click to zoom in/out

Sample Event Beverage Config Response

 

List Event Beverage Configs for a single Event Location

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.

 

List Event Packages

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.

Click to zoom in/out

Sample Event Package Response

 

List Event Packages for a single Event Location

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.

 

List Event Miscellaneous Items

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.

Click to zoom in/out

Sample Event Miscellaneous Item Response

 

List Event Miscellaneous Items for a single Event

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.

 

Add an Event Miscellaneous Item

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.

 

Update an Event Miscellaneous Item

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.

 

Delete an Event Miscellaneous Item

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.

© 2023 EventPro Software, a wholly owned subsidiary of Profit Systems Inc. All Rights Reserved.