POIs
Update a POI
Partially updates a POI. Send only the fields you want to change. To switch geometry, include geometry_type plus either latitude/longitude/geofence_radius_meters (for circle) or polygon_coordinates (for polygon).
PATCH
Authorizations
Authorization: Bearer ulk__. Cree la clave en Configuración → API.
Path Parameters
Numeric POI id.
Pattern:
^\d+$Body
application/json
Example:
1029
Required string length:
1 - 255Example:
"Cliente Altice – Bávaro"
Maximum string length:
2000Example:
"Actualizado: nuevo punto de entrega"
Example:
null
Available options:
circle, polygon Example:
"circle"
Required range:
-90 <= x <= 90Example:
18.6792
Required range:
-180 <= x <= 180Example:
-68.4014
Required range:
10 <= x <= 1000Example:
300
Required array length:
3 - 500 elementsMaximum array length:
32Required string length:
1 - 64Example:
["cliente", "vip"]Response
OK
