POST api/my/basura/bookings/personnels/geolocation/goto/update

Request Information

URI Parameters

None.

Body Parameters

BookingsGoToDestinationDTO
NameDescriptionTypeAdditional information
routeid

integer

None.

lat

decimal number

None.

lon

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "routeid": 1,
  "lat": 2.1,
  "lon": 3.1
}

application/xml, text/xml

Sample:
<BookingsGoToDestinationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <lat>2.1</lat>
  <lon>3.1</lon>
  <routeid>1</routeid>
</BookingsGoToDestinationDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BookingsGoToDestinationDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.