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