PUT api/models/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
model| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Make_Id | integer |
None. |
|
| Title | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"Make_Id": 1,
"Title": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.