Create or Update Location

Create or update location

post

Create a new location or update existing location details

Header parameters
X-API-KEYstringRequired

Your API key

X-SECRET-KEYstringRequired

Your Secret key

Body
app_idstringRequired
idstringRequired
namestringRequired
addressstringOptional
phonestringOptional
emailstringOptional
timezonestringOptional
hoursstringOptional
Responses
200
Location created/updated successfully
application/json
post
POST /v2/ExternalApi/newLocation HTTP/1.1
Host: api.gleantap.com
X-API-KEY: text
X-SECRET-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 123

{
  "app_id": "text",
  "id": "text",
  "name": "text",
  "address": "text",
  "phone": "text",
  "email": "text",
  "timezone": "text",
  "hours": "text"
}
{
  "result": "success"
}

Last updated