Cleverciti RestAPI Version 2.0

<back to all web services

RoverMarkerGapEdit

The following routes are available for this service:
PATCH/ccs/city/view/rovermarker/gap/edit
RoverMarkerGapEdit Parameters:
NameParameterData TypeRequiredDescription
idqueryGuidYesUnique View ID
useridquerystringYesUserID that access the Service
GapIdqueryGuidYesUnique Gap ID
NamequerystringYesName of the Gap
CommentquerystringYesComment of the Gap
axquerydoubleYesLongitude x1
ayquerydoubleYesLatitude y1
bxquerydoubleYesLongitude x2
byquerydoubleYesLatitude y2
cxquerydoubleYesLongitude x3
cyquerydoubleYesLatitude y3
dxquerydoubleYesLongitude x4
dyquerydoubleYesLatitude y4
base64ImagequerystringYesMarkerImage
accquerydoubleYesacc
statusquerystringYesstatus
distquerydoubleYesdist
azimutquerydoubleYesazimut
AltitudeRefquerystringYesAltitude Reference
AltitudequerydoubleNoAltitude

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PATCH /ccs/city/view/rovermarker/gap/edit HTTP/1.1 
Host: 188.138.100.94 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"id":"00000000000000000000000000000000","userid":"String","GapId":"00000000000000000000000000000000","Name":"String","Comment":"String","ax":0,"ay":0,"bx":0,"by":0,"cx":0,"cy":0,"dx":0,"dy":0,"base64Image":"String","acc":0,"status":"String","dist":0,"azimut":0,"AltitudeRef":"String","Altitude":0}