GET api/v{version}/BreakDownService/GetTractorInfo?assetId={assetId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
TractorInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Firm | string |
None. |
|
| Mileage | decimal number |
None. |
|
| MobileNr | string |
None. |
|
| TyreSize | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Firm": "sample string 1",
"Mileage": 2.0,
"MobileNr": "sample string 3",
"TyreSize": "sample string 4"
}