POST v1/quotationAndPurchase/verifyMotorData?registrationNo={registrationNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
getVehicleDetailsDataResult| Name | Description | Type | Additional information |
|---|---|---|---|
| message | Object |
None. |
|
| vehicleMake | string |
None. |
|
| vehicleMakeID | integer |
None. |
|
| vehicleModel | string |
None. |
|
| vehicleModelID | integer |
None. |
|
| engineNumber | string |
None. |
|
| chassisNumber | string |
None. |
|
| ownerName | string |
None. |
|
| ownerAddress | string |
None. |
|
| vehicleStatus | string |
None. |
|
| vehicleColor | string |
None. |
|
| vehicleColorID | integer |
None. |
|
| stateOfRegistration | string |
None. |
|
| expiryDate | string |
None. |
|
| validityPeriod | Object |
None. |
|
| vehicleCategory | Object |
None. |
|
| yearOfManufacture | Object |
None. |
|
| mobileNo | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"message": {},
"vehicleMake": "sample string 2",
"vehicleMakeID": 3,
"vehicleModel": "sample string 4",
"vehicleModelID": 5,
"engineNumber": "sample string 6",
"chassisNumber": "sample string 7",
"ownerName": "sample string 8",
"ownerAddress": "sample string 9",
"vehicleStatus": "sample string 10",
"vehicleColor": "sample string 11",
"vehicleColorID": 12,
"stateOfRegistration": "sample string 13",
"expiryDate": "sample string 14",
"validityPeriod": {},
"vehicleCategory": {},
"yearOfManufacture": {},
"mobileNo": {}
}
application/xml, text/xml
Sample:
<getVehicleDetailsDataResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/unifiedApp.Models.turnquestBase"> <chassisNumber>sample string 7</chassisNumber> <engineNumber>sample string 6</engineNumber> <expiryDate>sample string 14</expiryDate> <message /> <mobileNo /> <ownerAddress>sample string 9</ownerAddress> <ownerName>sample string 8</ownerName> <stateOfRegistration>sample string 13</stateOfRegistration> <validityPeriod /> <vehicleCategory /> <vehicleColor>sample string 11</vehicleColor> <vehicleColorID>12</vehicleColorID> <vehicleMake>sample string 2</vehicleMake> <vehicleMakeID>3</vehicleMakeID> <vehicleModel>sample string 4</vehicleModel> <vehicleModelID>5</vehicleModelID> <vehicleStatus>sample string 10</vehicleStatus> <yearOfManufacture /> </getVehicleDetailsDataResult>
text/html
Sample:
{"message":{},"vehicleMake":"sample string 2","vehicleMakeID":3,"vehicleModel":"sample string 4","vehicleModelID":5,"engineNumber":"sample string 6","chassisNumber":"sample string 7","ownerName":"sample string 8","ownerAddress":"sample string 9","vehicleStatus":"sample string 10","vehicleColor":"sample string 11","vehicleColorID":12,"stateOfRegistration":"sample string 13","expiryDate":"sample string 14","validityPeriod":{},"vehicleCategory":{},"yearOfManufacture":{},"mobileNo":{}}