GET api/Demo/SaveOQF
Request Information
URI Parameters
None.
Body Parameters
DemoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessEmail | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| MobileNumber | string |
None. |
|
| CompanySize | string |
None. |
|
| IsMarketingAgency | boolean |
None. |
|
| Country | string |
None. |
|
| IsAgree | boolean |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"BusinessEmail": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"MobileNumber": "sample string 4",
"CompanySize": "sample string 5",
"IsMarketingAgency": true,
"Country": "sample string 7",
"IsAgree": true
}
application/xml, text/xml
Sample:
<DemoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <BusinessEmail>sample string 1</BusinessEmail> <CompanySize>sample string 5</CompanySize> <Country>sample string 7</Country> <FirstName>sample string 2</FirstName> <IsAgree>true</IsAgree> <IsMarketingAgency>true</IsMarketingAgency> <LastName>sample string 3</LastName> <MobileNumber>sample string 4</MobileNumber> </DemoModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.