POST api/Default/SendQuotes
Request Information
URI Parameters
None.
Body Parameters
QuotesMail| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| organization_name | string |
None. |
|
| branch_count | string |
None. |
|
| contact_number | string |
None. |
|
| address | string |
None. |
|
| employee_count | string |
None. |
|
| sofware_ites_employee | string |
None. |
|
| software_development_count | string |
None. |
|
| professional_services_count | string |
None. |
|
| other_vertical_count | string |
None. |
|
| other_non_technical | string |
None. |
|
| number_of_projects | string |
None. |
|
| name_address_location | string |
None. |
|
| existing_process_name | string |
None. |
|
| target_model | string |
None. |
|
| service_required | string |
None. |
|
| decision_maker | string |
None. |
|
| projec_start_days | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"organization_name": "sample string 2",
"branch_count": "sample string 3",
"contact_number": "sample string 4",
"address": "sample string 5",
"employee_count": "sample string 6",
"sofware_ites_employee": "sample string 7",
"software_development_count": "sample string 8",
"professional_services_count": "sample string 9",
"other_vertical_count": "sample string 10",
"other_non_technical": "sample string 11",
"number_of_projects": "sample string 12",
"name_address_location": "sample string 13",
"existing_process_name": "sample string 14",
"target_model": "sample string 15",
"service_required": "sample string 16",
"decision_maker": "sample string 17",
"projec_start_days": "sample string 18"
}
text/html
Sample:
{"email":"sample string 1","organization_name":"sample string 2","branch_count":"sample string 3","contact_number":"sample string 4","address":"sample string 5","employee_count":"sample string 6","sofware_ites_employee":"sample string 7","software_development_count":"sample string 8","professional_services_count":"sample string 9","other_vertical_count":"sample string 10","other_non_technical":"sample string 11","number_of_projects":"sample string 12","name_address_location":"sample string 13","existing_process_name":"sample string 14","target_model":"sample string 15","service_required":"sample string 16","decision_maker":"sample string 17","projec_start_days":"sample string 18"}
application/xml, text/xml
Sample:
<QuotesMail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_27001Mail.Models"> <address>sample string 5</address> <branch_count>sample string 3</branch_count> <contact_number>sample string 4</contact_number> <decision_maker>sample string 17</decision_maker> <email>sample string 1</email> <employee_count>sample string 6</employee_count> <existing_process_name>sample string 14</existing_process_name> <name_address_location>sample string 13</name_address_location> <number_of_projects>sample string 12</number_of_projects> <organization_name>sample string 2</organization_name> <other_non_technical>sample string 11</other_non_technical> <other_vertical_count>sample string 10</other_vertical_count> <professional_services_count>sample string 9</professional_services_count> <projec_start_days>sample string 18</projec_start_days> <service_required>sample string 16</service_required> <software_development_count>sample string 8</software_development_count> <sofware_ites_employee>sample string 7</sofware_ites_employee> <target_model>sample string 15</target_model> </QuotesMail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.