POST car/apply_order_server
Request Information
URI Parameters
None.
Body Parameters
CarOrderServiceApplyViewModelName | Description | Type | Additional information |
---|---|---|---|
full_name | string |
None. |
|
contact_phone | string |
None. |
|
contact_email | string |
None. |
|
brand_id | integer |
None. |
|
model_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. |
|
note | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "full_name": "sample string 1", "contact_phone": "sample string 2", "contact_email": "sample string 3", "brand_id": 4, "model_id": 5, "year_from": 6, "year_to": 7, "kilometer_from": 8, "kilometer_to": 9, "price_from": 10, "price_to": 11, "note": "sample string 12" }
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 }