PUT api/TSWHOLESALE_CARS/PutTSWHOLESALE_CARS/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TSWHOLESALE_CARS| Name | Description | Type | Additional information |
|---|---|---|---|
| CAR_ID | integer |
None. |
|
| CAR_NUMBER | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CAR_ID": 1,
"CAR_NUMBER": "sample string 2"
}
application/xml, text/xml
Sample:
<TSWHOLESALE_CARS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EnginAnallyse.Models"> <CAR_ID>1</CAR_ID> <CAR_NUMBER>sample string 2</CAR_NUMBER> </TSWHOLESALE_CARS>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.