Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API > Endpoints

Event Exhibitor Endpoints

Scroll Prev Top Next More

List Event Exhibitors

This endpoint returns a list of Event Exhibitor Objects.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitors

Method: GET

Refer to Event Exhibitor Object.

Click to zoom in/out

Sample Event Exhibitors Response

 

List Event Exhibitors for an Event

This endpoint returns a list of Event Exhibitor Objects for a single event.

Endpoint: https://server/EventProApi/DataService.svc/event/{eventID}/exhibitors

Method: GET

The eventID passed to this endpoint is the Oid of the Event from which you want to retrieve exhibitors.

Refer to Event Exhibitor Object.

 

Add Event Exhibitor

This endpoint allows you to add an Event Exhibitor to the system.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/add

Method: POST  

You pass to this endpoint an Event Exhibitor Object that is used to create the Event Exhibitor.

The Event Exhibitor Object needs to have a reference to the Event Object it is for using the Event field and also requires the Exhibitor Type, Account, Contact, and Status fields to be set.

The created Event Exhibitor is returned as an Event Exhibitor Object.

Refer to Event Exhibitor Object.

 

Update Event Exhibitor

This endpoint allows you to make modifications to an Event Exhibitor.

Endpoint:  https://server/EventProApi/DataService.svc/event/exhibitor/update

Method: POST

You pass to this endpoint an Event Exhibitor Object with the Oid set to the Oid of the Event Exhibitor you want to update.

Any non-Read-Only field you use will be updated on the Event Exhibitor record.

The updated Event Exhibitor is returned as an Event Exhibitor Object.

Refer to Event Exhibitor Object.

 

Delete Event Exhibitor

This endpoint allows you to delete an existing Event Exhibitor with a matching Oid.

Endpoint:  https://server/EventProApi/DataService.svc/event/exhibitor/delete/{oid}

Method: GET

Refer to Event Exhibitor Object.

 

List Event Exhibitor Setup Items

This endpoint returns a list of Event Exhibitor Setup Item objects.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/setupitems

Method: GET

Refer to Event Exhibitor Resource Setup Item Object.

Click to zoom in/out

Sample Event Exhibitor Setup Item Response

 

List Event Exhibitor Setup Items for an Exhibitor

This endpoint returns a list of Event Exhibitor Setup Items objects for a single Exhibitor.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/{exhibitorID}/setupitems

Method: GET

The exhibitorID passed to this endpoint is the Oid of the Exhibitor you want the Setup Items for.

Refer to Event Exhibitor Resource Setup Item Object.

 

Add an Event Exhibitor Setup Item

This endpoint allows you to add an Event Exhibitor to the system.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/setupitem/add

Method: POST

You pass to this endpoint an Event Exhibitor Setup Item Object that is used to create the Event Exhibitor Setup Item.

The Event Exhibitor Setup Item Object needs to have a reference to the Exhibitor Object it is for using the Exhibitor field.

The created Event Exhibitor Setup Item is returned as an Event Exhibitor Setup Item Object.

Refer to Event Exhibitor Resource Setup Item Object.

 

Update an Event Exhibitor Setup Item

This endpoint allows you to make modifications to an Event Exhibitor Setup Item.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/setupitem/update

Method: POST

You pass to this endpoint an Event Exhibitor Setup Item Object with the Oid set to the Oid of the Event Exhibitor Setup Item you want to update.

Any non-Read-Only field you use will be updated on the Event Exhibitor Setup Item record.

The updated Event Exhibitor Setup Item is returned as an Event Exhibitor Setup Item Object.

Refer to Event Exhibitor Resource Setup Item Object.

 

Delete an Event Exhibitor Setup Item

This endpoint allows you to delete an existing Event Exhibitor Setup Item with a matching Oid.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/setupitem/delete/{oid}

Method: GET

Refer to Event Exhibitor Resource Setup Item Object.

 

List Event Exhibitor Misc Items

This endpoint returns a list of Event Exhibitor Miscellaneous Item objects.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/miscitems

Method: GET

Refer to Event Exhibitor Resource Misc Item Object.

Click to zoom in/out

Sample Event Exhibitor Misc Item Response

 

List Event Exhibitor Misc Items for an Exhibitor

This endpoint returns a list of Event Exhibitor Miscellaneous Item objects for a single exhibitor.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/{exhibitorID}/miscitems

Method: GET

The exhibitorID passed to this endpoint is the Oid of the Exhibitor you want the Miscellaneous Items for.

Refer to Event Exhibitor Resource Misc Item Object.

 

Add an Event Exhibitor Misc Item

This endpoint allows you to add an Event Exhibitor Misc Item to the system.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/miscitem/add

Method: POST

You pass to this endpoint an Event Exhibitor Misc Item Object that is used to create the Event Exhibitor Miscellaneous Item.

The Event Exhibitor Miscellaneous Item Object needs to have a reference to the Exhibitor Object it is for using the Exhibitor field.

The created Event Exhibitor Misc Item is returned as an Event Exhibitor Misc Item Object.

Refer to Event Exhibitor Resource Misc Item Object.

 

Update an Event Exhibitor Misc Item

This endpoint allows you to make modifications to an Event Exhibitor Miscellaneous Item.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/miscitem/update

Method: POST

You pass to this endpoint an Event Exhibitor Miscellaneous Item Object with the Oid set to the Oid of the Event Exhibitor Miscellaneous Item you want to update.

Any non-Read-Only field you use will be updated on the Event Exhibitor Misc Item record.

The updated Event Exhibitor Misc Item is returned as an Event Exhibitor Misc Item Object.

Refer to Event Exhibitor Resource Misc Item Object.

 

Delete an Event Exhibitor Misc Item

This endpoint allows you to delete an existing Event Exhibitor Miscellaneous Item with a matching Oid.

Endpoint: https://server/EventProApi/DataService.svc/event/exhibitor/miscitem/delete/{oid}

Method: GET

Refer to Event Exhibitor Resource Misc Item Object.

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