POST car/apply_order
Request Information
URI Parameters
None.
Body Parameters
ApplyOrderViewModelName | Description | Type | Additional information |
---|---|---|---|
shop_id | integer |
None. |
|
client_id | integer |
None. |
|
full_name | string |
None. |
|
contact_phone | string |
None. |
|
contact_email | string |
None. |
|
brand_id | integer |
None. |
|
model_name | string |
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. |
|
color_id | integer |
None. |
|
transmission_id | integer |
None. |
|
note | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "shop_id": 1, "client_id": 2, "full_name": "sample string 3", "contact_phone": "sample string 4", "contact_email": "sample string 5", "brand_id": 6, "model_name": "sample string 7", "body_type_id": 8, "year_from": 9, "year_to": 10, "kilometer_from": 11, "kilometer_to": 12, "price_from": 13, "price_to": 14, "color_id": 15, "transmission_id": 16, "note": "sample string 17" }
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 }