POST shop/help_me_buy
Request Information
URI Parameters
None.
Body Parameters
ContactUsViewModelName | Description | Type | Additional information |
---|---|---|---|
contact_phone | string |
Required |
|
shop_id | integer |
None. |
|
car_id | integer |
None. |
|
contact_email | string |
None. |
|
title | string |
None. |
|
message | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "contact_phone": "sample string 1", "shop_id": 2, "car_id": 1, "contact_email": "sample string 3", "title": "sample string 4", "message": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}