GET api/Records/GetAllServices?from={from}&to={to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from | string |
Required |
|
| to | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ServicesModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| startTrip | string |
None. |
|
| endTrip | string |
None. |
|
| KMS | string |
None. |
|
| portagem | string |
None. |
|
| hora | string |
None. |
|
| percentagem | string |
None. |
|
| recebido | string |
None. |
|
| valor | string |
None. |
|
| referenceOrPlate | string |
None. |
|
| obs | string |
None. |
|
| dateAdded | date |
None. |
|
| IncoiceCheck | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"startTrip": "sample string 2",
"endTrip": "sample string 3",
"KMS": "sample string 4",
"portagem": "sample string 5",
"hora": "sample string 6",
"percentagem": "sample string 7",
"recebido": "sample string 8",
"valor": "sample string 9",
"referenceOrPlate": "sample string 10",
"obs": "sample string 11",
"dateAdded": "2026-01-14T23:14:18.2086271+00:00",
"IncoiceCheck": true
},
{
"Id": 1,
"startTrip": "sample string 2",
"endTrip": "sample string 3",
"KMS": "sample string 4",
"portagem": "sample string 5",
"hora": "sample string 6",
"percentagem": "sample string 7",
"recebido": "sample string 8",
"valor": "sample string 9",
"referenceOrPlate": "sample string 10",
"obs": "sample string 11",
"dateAdded": "2026-01-14T23:14:18.2086271+00:00",
"IncoiceCheck": true
}
]
application/xml, text/xml
Sample:
<ArrayOfServicesModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ataxi.Models">
<ServicesModels>
<Id>1</Id>
<IncoiceCheck>true</IncoiceCheck>
<KMS>sample string 4</KMS>
<dateAdded>2026-01-14T23:14:18.2086271+00:00</dateAdded>
<endTrip>sample string 3</endTrip>
<hora>sample string 6</hora>
<obs>sample string 11</obs>
<percentagem>sample string 7</percentagem>
<portagem>sample string 5</portagem>
<recebido>sample string 8</recebido>
<referenceOrPlate>sample string 10</referenceOrPlate>
<startTrip>sample string 2</startTrip>
<valor>sample string 9</valor>
</ServicesModels>
<ServicesModels>
<Id>1</Id>
<IncoiceCheck>true</IncoiceCheck>
<KMS>sample string 4</KMS>
<dateAdded>2026-01-14T23:14:18.2086271+00:00</dateAdded>
<endTrip>sample string 3</endTrip>
<hora>sample string 6</hora>
<obs>sample string 11</obs>
<percentagem>sample string 7</percentagem>
<portagem>sample string 5</portagem>
<recebido>sample string 8</recebido>
<referenceOrPlate>sample string 10</referenceOrPlate>
<startTrip>sample string 2</startTrip>
<valor>sample string 9</valor>
</ServicesModels>
</ArrayOfServicesModels>