POST api/WorkWithCars
Request Information
URI Parameters
None.
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:22:30.9701397-06:00" }
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-06T08:22:30.9701397-06:00" }