POST car/add_saved_search
Request Information
URI Parameters
None.
Body Parameters
CarSavedSearchViewModelName | Description | Type | Additional information |
---|---|---|---|
region_id | integer |
None. |
|
brand_id | integer |
None. |
|
model_id | integer |
None. |
|
body_type_id | integer |
None. |
|
year_from | integer |
None. |
|
year_to | integer |
None. |
|
kilometer_from | integer |
None. |
|
kilometer_to | integer |
None. |
|
price_from | integer |
None. |
|
price_to | integer |
None. |
|
user_type_ids | string |
None. |
|
color_ids | string |
None. |
|
transmission_ids | string |
None. |
|
number_of_seat_ids | string |
None. |
|
feature_ids | string |
None. |
|
fuel_type_ids | string |
None. |
|
engine_size_from | integer |
None. |
|
engine_size_to | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "region_id": 1, "brand_id": 2, "model_id": 3, "body_type_id": 4, "year_from": 5, "year_to": 6, "kilometer_from": 7, "kilometer_to": 8, "price_from": 9, "price_to": 10, "user_type_ids": "sample string 11", "color_ids": "sample string 12", "transmission_ids": "sample string 13", "number_of_seat_ids": "sample string 14", "feature_ids": "sample string 15", "fuel_type_ids": "sample string 16", "engine_size_from": 17, "engine_size_to": 18 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true }