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