POST api/ClosestDriverPositions
Request Information
URI Parameters
None.
Body Parameters
GetDriverPositionsRequestName | Description | Type | Additional information |
---|---|---|---|
Lat | decimal number |
Required Range: inclusive between -90 and 90 |
|
Long | decimal number |
Required Range: inclusive between -180 and 180 |
|
NumberOfVehicles | integer |
None. |
|
FleetId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "lat": 1.0, "long": 2.0, "numberOfVehicles": 1, "fleetId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.