GET api/Values?Customer={Customer}&LicenceCode={LicenceCode}&ReferenceCode={ReferenceCode}&IP={IP}&ServerID={ServerID}&AddData={AddData}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Customer

string

Required

LicenceCode

string

Required

ReferenceCode

string

Required

IP

string

Required

ServerID

string

Required

AddData

string

Required

Body Parameters

None.

Response Information

Resource Description

CheckLicenceRet
NameDescriptionTypeAdditional information
Licenced

boolean

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Licenced": true,
  "ErrorMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<CheckLicenceRet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JN.LicenceControl.DAL">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Licenced>true</Licenced>
</CheckLicenceRet>