Update Venues
Updating organization venue
Parameters
Type
Description
venueName(Mandatory)
String(36)
Venue Name
city(Mandatory)
String(36)
Venue City
timezones(Mandatory)
String(36)
Venue Timezone
latitude(Mandatory)
Decimal
Venue Timezone latitude
longitude(Mandatory)
Decimal
Venue Timezone longitude
URL Parameters:
clientUUID
venueUUID
Post update organization venue
POST
https://<baseurl>/v1/organization/venue/edit/@clientUUID/@venueUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
venueUUID
string
Venue UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
Last updated