POST api/Demo/TryNowRequest
Request Information
URI Parameters
None.
Body Parameters
DemoAndQuoteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompKey | integer |
None. |
|
| ApplicationKey | integer |
None. |
|
| EditionKey | integer |
None. |
|
| CustomerKey | integer |
None. |
|
| OrderdocRef | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyWebsite | string |
None. |
|
| CustAddress | string |
None. |
|
| EmailAddress | string |
None. |
|
| CompTypeId | integer |
None. |
|
| TypeOfCompany | string |
None. |
|
| CountryKey | integer |
None. |
|
| MobileNumber | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Message | string |
None. |
|
| SupportType | integer |
None. |
|
| ProductAddons | Collection of string |
None. |
|
| NoOfUsers | integer |
None. |
|
| PlanToBuy | string |
None. |
|
| SubsTypeKey | integer |
None. |
|
| SubsPeriodKey | integer |
None. |
|
| ProductPrice | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompKey": 1,
"ApplicationKey": 2,
"EditionKey": 3,
"CustomerKey": 4,
"OrderdocRef": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"CompanyName": "sample string 8",
"CompanyWebsite": "sample string 9",
"CustAddress": "sample string 10",
"EmailAddress": "sample string 11",
"CompTypeId": 12,
"TypeOfCompany": "sample string 13",
"CountryKey": 14,
"MobileNumber": "sample string 15",
"PhoneNumber": "sample string 16",
"Message": "sample string 17",
"SupportType": 18,
"ProductAddons": [
"sample string 1",
"sample string 2"
],
"NoOfUsers": 19,
"PlanToBuy": "sample string 20",
"SubsTypeKey": 21,
"SubsPeriodKey": 22,
"ProductPrice": 23.1
}
text/xml
Sample:
<DemoAndQuoteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport">
<ApplicationKey>2</ApplicationKey>
<CompKey>1</CompKey>
<CompTypeId>12</CompTypeId>
<CompanyName>sample string 8</CompanyName>
<CompanyWebsite>sample string 9</CompanyWebsite>
<CountryKey>14</CountryKey>
<CustAddress>sample string 10</CustAddress>
<CustomerKey>4</CustomerKey>
<EditionKey>3</EditionKey>
<EmailAddress>sample string 11</EmailAddress>
<FirstName>sample string 6</FirstName>
<LastName>sample string 7</LastName>
<Message>sample string 17</Message>
<MobileNumber>sample string 15</MobileNumber>
<NoOfUsers>19</NoOfUsers>
<OrderdocRef>sample string 5</OrderdocRef>
<PhoneNumber>sample string 16</PhoneNumber>
<PlanToBuy>sample string 20</PlanToBuy>
<ProductAddons xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ProductAddons>
<ProductPrice>23.1</ProductPrice>
<SubsPeriodKey>22</SubsPeriodKey>
<SubsTypeKey>21</SubsTypeKey>
<SupportType>18</SupportType>
<TypeOfCompany>sample string 13</TypeOfCompany>
</DemoAndQuoteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.