POST car/get_cash_recovery_car_price
Request Information
URI Parameters
None.
Body Parameters
CashRecoveryCarPriceViewModelName | Description | Type | Additional information |
---|---|---|---|
brand_id | integer |
None. |
|
model_id | integer |
None. |
|
year | integer |
None. |
|
engine_size | integer |
None. |
|
kilometers | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "brand_id": 1, "model_id": 2, "year": 3, "engine_size": 1, "kilometers": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataResponseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": 4 }