POST api/my/basura/stopover/end/trip
Request Information
URI Parameters
None.
Body Parameters
GroupTripEndTripDTOName | Description | Type | Additional information |
---|---|---|---|
groupid | integer |
None. |
|
note | string |
None. |
|
odometer | decimal number |
None. |
|
starttripid | integer |
None. |
|
lat | decimal number |
None. |
|
lon | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "groupid": 1, "note": "sample string 2", "odometer": 1.1, "starttripid": 3, "lat": 4.1, "lon": 5.1 }
application/xml, text/xml
Sample:
<GroupTripEndTripDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <groupid>1</groupid> <lat>4.1</lat> <lon>5.1</lon> <note>sample string 2</note> <odometer>1.1</odometer> <starttripid>3</starttripid> </GroupTripEndTripDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.