POST api/support/SuggestDeal
Suggest a Deal
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName |
Name of the Company which provide suggested deal |
string |
Required Max length: 200 Min length: 3 |
| City |
City where this deal located |
string |
Max length: 200 |
| Phone |
Contact phone |
string |
Max length: 50 |
| WebSite |
Website |
string |
Max length: 200 |
| ContactPerson |
Name of the contact person, email etc. |
string |
Max length: 500 |
Request Formats
application/json, text/json
Sample:
{
"companyName": "sample string 1",
"city": "sample string 2",
"phone": "sample string 3",
"webSite": "sample string 4",
"contactPerson": "sample string 5"
}
Response Information
is success
Response Formats
application/json, text/json
Sample:
true