GET api/SAMTInformation/GetChassisInformationForSamt?ChasiNO={ChasiNO}&VinNO={VinNO}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ChasiNO | string |
None. |
|
| VinNO | string |
None. |
Body Parameters
None.
Response Information
Resource Description
SamtModel| Name | Description | Type | Additional information |
|---|---|---|---|
| resultCode | integer |
None. |
|
| resultMessage | string |
None. |
|
| Obj | ObjSamtModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"resultCode": 1,
"resultMessage": "sample string 2",
"Obj": {
"KM": 1,
"MotorNo": "sample string 2",
"VinNo": "sample string 3",
"WarrantyStatusTitle": "sample string 4",
"WarrantyDescription": "sample string 5",
"WarrantyEndDate": "2026-01-30T18:01:24.764176+03:30",
"WarrantyStartDate": "2026-01-30T18:01:24.764176+03:30",
"LastDateService": "2026-01-30T18:01:24.764176+03:30",
"LastDateReplaceMotor": "2026-01-30T18:01:24.764176+03:30",
"LastDateReplaceGearbox": "2026-01-30T18:01:24.764176+03:30",
"LastDateReplaceBody": "2026-01-30T18:01:24.764176+03:30",
"LastDateReplaceCarRoom": "2026-01-30T18:01:24.764176+03:30",
"WarrantyStatus": 64,
"IsReplacedMotor": true,
"IsReplacedGearBox": true,
"IsReplacedBody": true,
"IsReplacedCarRoom": true
}
}
application/xml, text/xml
Sample:
<SamtModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SevenSystem.WebApi.Controllers">
<Obj>
<IsReplacedBody>true</IsReplacedBody>
<IsReplacedCarRoom>true</IsReplacedCarRoom>
<IsReplacedGearBox>true</IsReplacedGearBox>
<IsReplacedMotor>true</IsReplacedMotor>
<KM>1</KM>
<LastDateReplaceBody>2026-01-30T18:01:24.764176+03:30</LastDateReplaceBody>
<LastDateReplaceCarRoom>2026-01-30T18:01:24.764176+03:30</LastDateReplaceCarRoom>
<LastDateReplaceGearbox>2026-01-30T18:01:24.764176+03:30</LastDateReplaceGearbox>
<LastDateReplaceMotor>2026-01-30T18:01:24.764176+03:30</LastDateReplaceMotor>
<LastDateService>2026-01-30T18:01:24.764176+03:30</LastDateService>
<MotorNo>sample string 2</MotorNo>
<VinNo>sample string 3</VinNo>
<WarrantyDescription>sample string 5</WarrantyDescription>
<WarrantyEndDate>2026-01-30T18:01:24.764176+03:30</WarrantyEndDate>
<WarrantyStartDate>2026-01-30T18:01:24.764176+03:30</WarrantyStartDate>
<WarrantyStatus>64</WarrantyStatus>
<WarrantyStatusTitle>sample string 4</WarrantyStatusTitle>
</Obj>
<resultCode>1</resultCode>
<resultMessage>sample string 2</resultMessage>
</SamtModel>