SendLocation

send Location

post
Query parameters
idstringRequiredExample: id
Body
all ofOptional
and
anyOptionalExample: {"instance_key":"id","jid":"receivernumber","coordinates":{"lat":24.121231,"long":55.1121221}}
Responses
200Success
post
POST /chats/sendLocation HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 94

{
  "instance_key": "id",
  "jid": "receivernumber",
  "coordinates": {
    "lat": 24.121231,
    "long": 55.1121221
  }
}
200Success

No content

Last updated

Was this helpful?