POST api/VehicleInspection/VIVehicleInfo

Request Information

URI Parameters

None.

Body Parameters

VI_VehicleInfo
NameDescriptionTypeAdditional information
Sno

string

None.

Stauts_Code

string

None.

Stauts_Message

string

None.

Plate_Number

string

None.

Plate_Type_Arabic_Name

string

None.

Plate_Type_English_Name

string

None.

Vehicle_Make_Arabic

string

None.

Vehicle_Make_English

string

None.

Vehicle_Model_Arabic

string

None.

Vehicle_Model_English

string

None.

Vehicle_Type_Arabic

string

None.

Vehicle_Type_English

string

None.

Manufacture_year

string

None.

Color_1_Arabic

string

None.

Color_1_English

string

None.

Chassis_Number

string

None.

Engine_Number

string

None.

Horse_Power

string

None.

Weight

string

None.

No_of_Cylinder

string

None.

Createdby

string

None.

PlateTypeCode

string

None.

Condition

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sno": "sample string 1",
  "Stauts_Code": "sample string 2",
  "Stauts_Message": "sample string 3",
  "Plate_Number": "sample string 4",
  "Plate_Type_Arabic_Name": "sample string 5",
  "Plate_Type_English_Name": "sample string 6",
  "Vehicle_Make_Arabic": "sample string 7",
  "Vehicle_Make_English": "sample string 8",
  "Vehicle_Model_Arabic": "sample string 9",
  "Vehicle_Model_English": "sample string 10",
  "Vehicle_Type_Arabic": "sample string 11",
  "Vehicle_Type_English": "sample string 12",
  "Manufacture_year": "sample string 13",
  "Color_1_Arabic": "sample string 14",
  "Color_1_English": "sample string 15",
  "Chassis_Number": "sample string 16",
  "Engine_Number": "sample string 17",
  "Horse_Power": "sample string 18",
  "Weight": "sample string 19",
  "No_of_Cylinder": "sample string 20",
  "Createdby": "sample string 21",
  "PlateTypeCode": "sample string 22",
  "Condition": "sample string 23"
}

application/xml, text/xml

Sample:
<VI_VehicleInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.VehicleInspection">
  <Chassis_Number>sample string 16</Chassis_Number>
  <Color_1_Arabic>sample string 14</Color_1_Arabic>
  <Color_1_English>sample string 15</Color_1_English>
  <Condition>sample string 23</Condition>
  <Createdby>sample string 21</Createdby>
  <Engine_Number>sample string 17</Engine_Number>
  <Horse_Power>sample string 18</Horse_Power>
  <Manufacture_year>sample string 13</Manufacture_year>
  <No_of_Cylinder>sample string 20</No_of_Cylinder>
  <PlateTypeCode>sample string 22</PlateTypeCode>
  <Plate_Number>sample string 4</Plate_Number>
  <Plate_Type_Arabic_Name>sample string 5</Plate_Type_Arabic_Name>
  <Plate_Type_English_Name>sample string 6</Plate_Type_English_Name>
  <Sno>sample string 1</Sno>
  <Stauts_Code>sample string 2</Stauts_Code>
  <Stauts_Message>sample string 3</Stauts_Message>
  <Vehicle_Make_Arabic>sample string 7</Vehicle_Make_Arabic>
  <Vehicle_Make_English>sample string 8</Vehicle_Make_English>
  <Vehicle_Model_Arabic>sample string 9</Vehicle_Model_Arabic>
  <Vehicle_Model_English>sample string 10</Vehicle_Model_English>
  <Vehicle_Type_Arabic>sample string 11</Vehicle_Type_Arabic>
  <Vehicle_Type_English>sample string 12</Vehicle_Type_English>
  <Weight>sample string 19</Weight>
</VI_VehicleInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.