GET api/AccessKey?accesskey={accesskey}

Documentation for 'GetAccessKey'.

Request Information

Parameters

NameDescriptionAdditional information
accesskey
Documentation for 'accesskey'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "IsValid": true,
  "CompanyCode": "sample string 2",
  "CompanyName": "sample string 3",
  "MacAddress": "sample string 4",
  "UserCode": "sample string 5",
  "UserName": "sample string 6",
  "webserver": "sample string 7"
}

application/xml, text/xml

Sample:
<AccessKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetService.Models">
  <CompanyCode>sample string 2</CompanyCode>
  <CompanyName>sample string 3</CompanyName>
  <IsValid>true</IsValid>
  <MacAddress>sample string 4</MacAddress>
  <UserCode>sample string 5</UserCode>
  <UserName>sample string 6</UserName>
  <webserver>sample string 7</webserver>
</AccessKey>