POST car/on_sale/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
Body Parameters
CarOnSaleViewModelName | Description | Type | Additional information |
---|---|---|---|
car_id | integer |
None. |
|
date_from | string |
None. |
|
date_to | string |
None. |
|
just_car | boolean |
None. |
|
event_price | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "car_id": 1, "date_from": "sample string 2", "date_to": "sample string 3", "just_car": true, "event_price": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}