PUT api/WorkWithCars/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
WorkWithCarName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
IDCar | integer |
None. |
|
IDEmp | integer |
None. |
|
WorkDescription | string |
None. |
|
DateWork | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "IDCar": 1, "IDEmp": 1, "WorkDescription": "sample string 2", "DateWork": "2023-12-06T08:18:03.2799474-06:00" }
Response Information
Resource Description
None.