POST api/AdminServices/CreateJasperTestingCenterLink
CreateJasperTestingCenterLink
Request Information
URI Parameters
None.
Body Parameters
CreateJasperTestingCenterLinkPost| Name | Description | Type | Additional information |
|---|---|---|---|
| LicenseId | integer |
None. |
|
| Country | string |
None. |
|
| State | string |
None. |
|
| partnerId | integer |
None. |
|
| Name | string |
None. |
|
| OrderId | string |
None. |
|
| UserName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Password | string |
None. |
|
| JLicense | JasperLicense |
None. |
|
| Key |
Key to Access API provided by GMetrix |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"LicenseId": 1,
"Country": "sample string 2",
"State": "sample string 3",
"partnerId": 4,
"Name": "sample string 5",
"OrderId": "sample string 6",
"UserName": "sample string 7",
"FirstName": "sample string 8",
"LastName": "sample string 9",
"Password": "sample string 10",
"JLicense": {
"IntegrationType": "sample string 1",
"JasperProductIds": [
"sample string 1",
"sample string 2"
],
"partnerType": 1,
"licenseId": 2,
"name": "sample string 3",
"uses": 1,
"Months": 4,
"StartDate": "sample string 5",
"FinishDate": "sample string 6"
}
}
application/xml, text/xml
Sample:
<CreateJasperTestingCenterLinkPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ManagementServicesApi.Models">
<Key>sample string 1</Key>
<Country>sample string 2</Country>
<FirstName>sample string 8</FirstName>
<JLicense xmlns:d2p1="http://schemas.datacontract.org/2004/07/ManagementServices.Repositories.Concrete.Entities">
<d2p1:FinishDate>sample string 6</d2p1:FinishDate>
<d2p1:Months>4</d2p1:Months>
<d2p1:StartDate>sample string 5</d2p1:StartDate>
<d2p1:licenseId>2</d2p1:licenseId>
<d2p1:name>sample string 3</d2p1:name>
<d2p1:partnerType>Jasperactive</d2p1:partnerType>
<d2p1:uses>1</d2p1:uses>
<d2p1:IntegrationType>sample string 1</d2p1:IntegrationType>
<d2p1:JasperProductIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:JasperProductIds>
</JLicense>
<LastName>sample string 9</LastName>
<LicenseId>1</LicenseId>
<Name>sample string 5</Name>
<OrderId>sample string 6</OrderId>
<Password>sample string 10</Password>
<State>sample string 3</State>
<UserName>sample string 7</UserName>
<partnerId>4</partnerId>
</CreateJasperTestingCenterLinkPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Success| Name | Description | Type | Additional information |
|---|---|---|---|
| Successful | boolean |
None. |
|
| MsgSuccess | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Successful": true,
"MsgSuccess": "sample string 2"
}
application/xml, text/xml
Sample:
<Success xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ManagementServices.Repositories.Response"> <MsgSuccess>sample string 2</MsgSuccess> <Successful>true</Successful> </Success>