This endpoint returns a list of Event Exhibitor Objects.
Endpoint: https://server/EventProApi/DataService.svc/event/exhibitors
Method: GET
Refer to Event Exhibitor Object.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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