POST api/GetLicences
Get documents
Request Information
Payload
| Name | Payload Parameters | Additional information | 
|---|---|---|
| Parameters | 
                             None.  | 
            
Response Information
Response body formats
application/json, text/json
[
  {
    "Key": "sample string 1",
    "Valid": true,
    "CompanyName": "sample string 3",
    "EmployeeLimit": 4,
    "EmployeeCount": 5,
    "EmployeeCountStr": "5",
    "UserLimit": 6,
    "Expiry": "2025-11-04T09:31:51.581248+00:00",
    "ExpiryStr": "2025-11-04.0",
    "ExpiryDisplay": "04/11/2025",
    "LicenceCode": "UA",
    "LicenceProduct": "Performance Review",
    "LicenceType": 0
  },
  {
    "Key": "sample string 1",
    "Valid": true,
    "CompanyName": "sample string 3",
    "EmployeeLimit": 4,
    "EmployeeCount": 5,
    "EmployeeCountStr": "5",
    "UserLimit": 6,
    "Expiry": "2025-11-04T09:31:51.581248+00:00",
    "ExpiryStr": "2025-11-04.0",
    "ExpiryDisplay": "04/11/2025",
    "LicenceCode": "UA",
    "LicenceProduct": "Performance Review",
    "LicenceType": 0
  },
  {
    "Key": "sample string 1",
    "Valid": true,
    "CompanyName": "sample string 3",
    "EmployeeLimit": 4,
    "EmployeeCount": 5,
    "EmployeeCountStr": "5",
    "UserLimit": 6,
    "Expiry": "2025-11-04T09:31:51.581248+00:00",
    "ExpiryStr": "2025-11-04.0",
    "ExpiryDisplay": "04/11/2025",
    "LicenceCode": "UA",
    "LicenceProduct": "Performance Review",
    "LicenceType": 0
  }
]
        text/html
[{"Key":"sample string 1","Valid":true,"CompanyName":"sample string 3","EmployeeLimit":4,"EmployeeCount":5,"EmployeeCountStr":"5","UserLimit":6,"Expiry":"2025-11-04T09:31:51.581248+00:00","ExpiryStr":"2025-11-04.0","ExpiryDisplay":"04/11/2025","LicenceCode":"UA","LicenceProduct":"Performance Review","LicenceType":0},{"Key":"sample string 1","Valid":true,"CompanyName":"sample string 3","EmployeeLimit":4,"EmployeeCount":5,"EmployeeCountStr":"5","UserLimit":6,"Expiry":"2025-11-04T09:31:51.581248+00:00","ExpiryStr":"2025-11-04.0","ExpiryDisplay":"04/11/2025","LicenceCode":"UA","LicenceProduct":"Performance Review","LicenceType":0},{"Key":"sample string 1","Valid":true,"CompanyName":"sample string 3","EmployeeLimit":4,"EmployeeCount":5,"EmployeeCountStr":"5","UserLimit":6,"Expiry":"2025-11-04T09:31:51.581248+00:00","ExpiryStr":"2025-11-04.0","ExpiryDisplay":"04/11/2025","LicenceCode":"UA","LicenceProduct":"Performance Review","LicenceType":0}]
        application/xml, text/xml
<ArrayOfLicenceDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Licences">
  <LicenceDetail>
    <CompanyName>sample string 3</CompanyName>
    <EmployeeCount>5</EmployeeCount>
    <EmployeeLimit>4</EmployeeLimit>
    <Expiry>2025-11-04T09:31:51.581248+00:00</Expiry>
    <Key>sample string 1</Key>
    <LicenceType>PerformanceReview</LicenceType>
    <UserLimit>6</UserLimit>
    <Valid>true</Valid>
  </LicenceDetail>
  <LicenceDetail>
    <CompanyName>sample string 3</CompanyName>
    <EmployeeCount>5</EmployeeCount>
    <EmployeeLimit>4</EmployeeLimit>
    <Expiry>2025-11-04T09:31:51.581248+00:00</Expiry>
    <Key>sample string 1</Key>
    <LicenceType>PerformanceReview</LicenceType>
    <UserLimit>6</UserLimit>
    <Valid>true</Valid>
  </LicenceDetail>
  <LicenceDetail>
    <CompanyName>sample string 3</CompanyName>
    <EmployeeCount>5</EmployeeCount>
    <EmployeeLimit>4</EmployeeLimit>
    <Expiry>2025-11-04T09:31:51.581248+00:00</Expiry>
    <Key>sample string 1</Key>
    <LicenceType>PerformanceReview</LicenceType>
    <UserLimit>6</UserLimit>
    <Valid>true</Valid>
  </LicenceDetail>
</ArrayOfLicenceDetail>