POST api/CarInpection/SaveCarInspectionData
Request Information
URI Parameters
None.
Body Parameters
CarInspectionDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GarageRegistrationId | integer |
None. |
|
| AssignProblemToUserId | integer |
None. |
|
| AirBags | boolean |
None. |
|
| RegYear | integer |
None. |
|
| MakeYear | integer |
None. |
|
| KMDriven | integer |
None. |
|
| EngineCapacity | string |
None. |
|
| SpareKey | string |
None. |
|
| DateOfInspection | date |
None. |
|
| RegNumber | string |
None. |
|
| Transmission | string |
None. |
|
| OwnerShip | string |
None. |
|
| Insurance | string |
None. |
|
| Exteriors | integer |
None. |
|
| ExteriorsObservationNote | string |
None. |
|
| Engine | integer |
None. |
|
| EngineObservationNote | string |
None. |
|
| TransmissionData | integer |
None. |
|
| TransmissionObservationNote | string |
None. |
|
| AC | integer |
None. |
|
| ACObservationNote | string |
None. |
|
| Interior | integer |
None. |
|
| InteriorObservationNote | string |
None. |
|
| SteeringWheel | integer |
None. |
|
| SteeringWheelObservationNote | string |
None. |
|
| Gear | integer |
None. |
|
| GearObservationNote | string |
None. |
|
| LockingSystem | integer |
None. |
|
| LockingSystemObservationNote | string |
None. |
|
| GearBox | integer |
None. |
|
| GearBoxObservationNote | string |
None. |
|
| Cultch | integer |
None. |
|
| CultchObservationNote | string |
None. |
|
| HeadLight | integer |
None. |
|
| HeadLightObservationNote | string |
None. |
|
| Electricals | integer |
None. |
|
| ElectricalsObservationNote | string |
None. |
|
| Suspension | integer |
None. |
|
| SuspensionObservationNote | string |
None. |
|
| Breaks | integer |
None. |
|
| BreaksObservationNote | string |
None. |
|
| BodyScratches | integer |
None. |
|
| BodyScratchesObservationNote | string |
None. |
|
| TyreCondition | integer |
None. |
|
| TyreConditionObservationNote | string |
None. |
|
| Battery | integer |
None. |
|
| BatteryObservationNote | string |
None. |
|
| ABS | integer |
None. |
|
| ABSObservationNote | string |
None. |
|
| AirBagsCodition | integer |
None. |
|
| AirBagsObservationNote | string |
None. |
|
| CommonObservationNotes | string |
None. |
|
| EstimatedVehicleValue | decimal number |
None. |
|
| InspectionDate | date |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"GarageRegistrationId": 1,
"AssignProblemToUserId": 1,
"AirBags": true,
"RegYear": 1,
"MakeYear": 1,
"KMDriven": 1,
"EngineCapacity": "sample string 2",
"SpareKey": "sample string 3",
"DateOfInspection": "2025-12-31T18:19:13.430325+05:30",
"RegNumber": "sample string 4",
"Transmission": "sample string 5",
"OwnerShip": "sample string 6",
"Insurance": "sample string 7",
"Exteriors": 1,
"ExteriorsObservationNote": "sample string 8",
"Engine": 1,
"EngineObservationNote": "sample string 9",
"TransmissionData": 1,
"TransmissionObservationNote": "sample string 10",
"AC": 1,
"ACObservationNote": "sample string 11",
"Interior": 1,
"InteriorObservationNote": "sample string 12",
"SteeringWheel": 1,
"SteeringWheelObservationNote": "sample string 13",
"Gear": 1,
"GearObservationNote": "sample string 14",
"LockingSystem": 1,
"LockingSystemObservationNote": "sample string 15",
"GearBox": 1,
"GearBoxObservationNote": "sample string 16",
"Cultch": 1,
"CultchObservationNote": "sample string 17",
"HeadLight": 1,
"HeadLightObservationNote": "sample string 18",
"Electricals": 1,
"ElectricalsObservationNote": "sample string 19",
"Suspension": 1,
"SuspensionObservationNote": "sample string 20",
"Breaks": 1,
"BreaksObservationNote": "sample string 21",
"BodyScratches": 1,
"BodyScratchesObservationNote": "sample string 22",
"TyreCondition": 1,
"TyreConditionObservationNote": "sample string 23",
"Battery": 1,
"BatteryObservationNote": "sample string 24",
"ABS": 1,
"ABSObservationNote": "sample string 25",
"AirBagsCodition": 1,
"AirBagsObservationNote": "sample string 26",
"CommonObservationNotes": "sample string 27",
"EstimatedVehicleValue": 1.0,
"InspectionDate": "2025-12-31T18:19:13.430325+05:30",
"CreatedOn": "2025-12-31T18:19:13.430325+05:30"
}
application/xml, text/xml
Sample:
<CarInspectionDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mechon.Models"> <ABS>1</ABS> <ABSObservationNote>sample string 25</ABSObservationNote> <AC>1</AC> <ACObservationNote>sample string 11</ACObservationNote> <AirBags>true</AirBags> <AirBagsCodition>1</AirBagsCodition> <AirBagsObservationNote>sample string 26</AirBagsObservationNote> <AssignProblemToUserId>1</AssignProblemToUserId> <Battery>1</Battery> <BatteryObservationNote>sample string 24</BatteryObservationNote> <BodyScratches>1</BodyScratches> <BodyScratchesObservationNote>sample string 22</BodyScratchesObservationNote> <Breaks>1</Breaks> <BreaksObservationNote>sample string 21</BreaksObservationNote> <CommonObservationNotes>sample string 27</CommonObservationNotes> <CreatedOn>2025-12-31T18:19:13.430325+05:30</CreatedOn> <Cultch>1</Cultch> <CultchObservationNote>sample string 17</CultchObservationNote> <DateOfInspection>2025-12-31T18:19:13.430325+05:30</DateOfInspection> <Electricals>1</Electricals> <ElectricalsObservationNote>sample string 19</ElectricalsObservationNote> <Engine>1</Engine> <EngineCapacity>sample string 2</EngineCapacity> <EngineObservationNote>sample string 9</EngineObservationNote> <EstimatedVehicleValue>1</EstimatedVehicleValue> <Exteriors>1</Exteriors> <ExteriorsObservationNote>sample string 8</ExteriorsObservationNote> <GarageRegistrationId>1</GarageRegistrationId> <Gear>1</Gear> <GearBox>1</GearBox> <GearBoxObservationNote>sample string 16</GearBoxObservationNote> <GearObservationNote>sample string 14</GearObservationNote> <HeadLight>1</HeadLight> <HeadLightObservationNote>sample string 18</HeadLightObservationNote> <Id>1</Id> <InspectionDate>2025-12-31T18:19:13.430325+05:30</InspectionDate> <Insurance>sample string 7</Insurance> <Interior>1</Interior> <InteriorObservationNote>sample string 12</InteriorObservationNote> <KMDriven>1</KMDriven> <LockingSystem>1</LockingSystem> <LockingSystemObservationNote>sample string 15</LockingSystemObservationNote> <MakeYear>1</MakeYear> <OwnerShip>sample string 6</OwnerShip> <RegNumber>sample string 4</RegNumber> <RegYear>1</RegYear> <SpareKey>sample string 3</SpareKey> <SteeringWheel>1</SteeringWheel> <SteeringWheelObservationNote>sample string 13</SteeringWheelObservationNote> <Suspension>1</Suspension> <SuspensionObservationNote>sample string 20</SuspensionObservationNote> <Transmission>sample string 5</Transmission> <TransmissionData>1</TransmissionData> <TransmissionObservationNote>sample string 10</TransmissionObservationNote> <TyreCondition>1</TyreCondition> <TyreConditionObservationNote>sample string 23</TyreConditionObservationNote> </CarInspectionDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GarageRequestAccept| Name | Description | Type | Additional information |
|---|---|---|---|
| GarageId | integer |
None. |
|
| UserId | string |
None. |
|
| RequestId | integer |
None. |
|
| Distance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"GarageId": 1,
"UserId": "sample string 2",
"RequestId": 3,
"Distance": 1.0
}
application/xml, text/xml
Sample:
<GarageRequestAccept xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mechon.Models"> <Distance>1</Distance> <GarageId>1</GarageId> <RequestId>3</RequestId> <UserId>sample string 2</UserId> </GarageRequestAccept>