POST api/VINs
Request Information
URI Parameters
None.
Body Parameters
VINs| Name | Description | Type | Additional information |
|---|---|---|---|
| VIN_Id | integer |
None. |
|
| VIN_Code | string |
None. |
|
| VIN_Chassis | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VIN_Id": 1,
"VIN_Code": "sample string 2",
"VIN_Chassis": "sample string 3"
}
application/xml, text/xml
Sample:
<VINs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSWorld_Api.Models"> <VIN_Chassis>sample string 3</VIN_Chassis> <VIN_Code>sample string 2</VIN_Code> <VIN_Id>1</VIN_Id> </VINs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VINs| Name | Description | Type | Additional information |
|---|---|---|---|
| VIN_Id | integer |
None. |
|
| VIN_Code | string |
None. |
|
| VIN_Chassis | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"VIN_Id": 1,
"VIN_Code": "sample string 2",
"VIN_Chassis": "sample string 3"
}
application/xml, text/xml
Sample:
<VINs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSWorld_Api.Models"> <VIN_Chassis>sample string 3</VIN_Chassis> <VIN_Code>sample string 2</VIN_Code> <VIN_Id>1</VIN_Id> </VINs>