Create New Venue

Adding new 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

Post New Venue

POST https://<baseurl>/v1/organization/venue/add/@clientUUID

Path Parameters

Name
Type
Description

clientUUID

string

Client UUID

Headers

Name
Type
Description

Authentication

string

Authentication token

#########################################################################
## success
#########################################################################

{
    "message": "success",
    "status": 200
}

#########################################################################
## Error:Unable to save data
#########################################################################
            
{
	"message": "error",
	"status": 400,
}



Last updated