Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API > Endpoints

Event Location Endpoints

Scroll Prev Top Next More

List Event Locations

This endpoint returns a list of Event Location Objects.

Endpoint: https://server/EventProApi/DataService.svc/eventlocations

Method: GET

Refer to Event Location Object.

Click to zoom in/out

API Sample Event Locations Response

 

Add Event Location

This endpoint allows you to add an event location to the system.

Endpoint: https://server/EventProApi/DataService.svc/eventlocation/add

Method: POST

You pass to this endpoint an Event Location Object that is used to create the event location.

The Event Location Object needs to have a reference to the Event Object it is for using the Event field, and also requires the venue location, booked date, and booked times to be set.

The created event location is returned as an Event Location Object.

Refer to Event Location Object.

For more details about whether an object needs to referenced by its Oid or ItemName, see Object Oid or ItemCode.

 

Update Event Location

This endpoint allows you to make modifications to an event location.

Endpoint: https://server/EventProApi/DataService.svc/eventlocation/update

Method: POST

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

Any non-read-only field you use will be updated on the event location record.

The updated event location is returned as an Event Location Object.

Refer to Event Location Object.

For more details about whether an object needs to referenced by its Oid or ItemName, see Object Oid or ItemCode.

 

Delete Event Location

This endpoint allows you to delete an existing event location with a matching Oid. An event location needs to be cancelled first using the Update endpoint.

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

Method: GET

Refer to Event Location Object.

 

List Event Location Images

This endpoint returns a list of Event Location Image objects.

Endpoint:  https://server/eventProApi/DataService.svc/eventlocation/images

Method: GET

Refer to Event Location Image Object.

Click to zoom in/out

API Sample Event Location Image Response

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