PUT api/{language}/contract/{contractId}/TyresUsed
Documentazione di 'Put'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| tyresUsed | Documentazione di 'tyresUsed'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TyreUsedID": 1,
"Code": "sample string 2",
"Make": "sample string 3",
"Description": "sample string 4",
"DOT": "sample string 5",
"Price": 6.0,
"TyreTipologyID": 7,
"RimOfWheel": "sample string 8",
"LoadIndices": "sample string 9",
"SpeedSymbols": "sample string 10",
"Width": 11.0,
"Height": 12.0,
"RimType": "sample string 13",
"Status": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.