POST api/orderuser/sharelocation?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

OKOfOrderLocation
NameDescriptionTypeAdditional information
data

OrderLocation

None.

errCode

integer

None.

errMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errCode": 1,
  "errMsg": "sample string 2",
  "data": {
    "ObjectID": 1,
    "VehicleName": "sample string 2",
    "Lon": 1.0,
    "Lat": 1.0,
    "rLon": 1.0,
    "rlat": 1.0,
    "Address": "sample string 3",
    "GPSTime": "2025-12-06 13:02:47",
    "RcvTime": "2025-12-06 13:02:47",
    "Speed": 4,
    "Direct": 5,
    "DirectDesc": "sample string 6",
    "Miles": 7,
    "TrackerType": 8,
    "Battery": 9,
    "BatteryLife": 10,
    "VehicleTypeID": 11,
    "VehicleNumBackColor": "sample string 12",
    "VehicleTypeName": "sample string 13",
    "StatusDes": "sample string 14",
    "IsOnline": 15,
    "Status": 16,
    "GPSFlag": 17,
    "IsAlarm": 18,
    "Schedule": "sample string 19",
    "SIM2": "sample string 20",
    "SIM": "sample string 21",
    "VehicleBrandName": "sample string 22",
    "VehicleBrandUrl": "sample string 23"
  }
}