POST api/ValidateApplication

Request Information

URI Parameters

None.

Body Parameters

CustomerKey
NameDescriptionTypeAdditional information
ID

integer

None.

CustomerID

integer

None.

APIKey

string

None.

KeyExpires

date

None.

LastUsed

date

None.

Version

string

None.

UpdatePath

string

None.

ComputerKey

string

None.

ConnectionSettings

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CustomerID": 2,
  "APIKey": "sample string 3",
  "KeyExpires": "2026-04-13T23:02:14.2297171-04:00",
  "LastUsed": "2026-04-13T23:02:14.2297171-04:00",
  "Version": "sample string 6",
  "UpdatePath": "sample string 7",
  "ComputerKey": "sample string 8",
  "ConnectionSettings": "sample string 9"
}

application/xml, text/xml

Sample:
<CustomerKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMSQCLibrary.Database.QDataWeb.Tables">
  <APIKey>sample string 3</APIKey>
  <ComputerKey>sample string 8</ComputerKey>
  <ConnectionSettings>sample string 9</ConnectionSettings>
  <CustomerID>2</CustomerID>
  <ID>1</ID>
  <KeyExpires>2026-04-13T23:02:14.2297171-04:00</KeyExpires>
  <LastUsed>2026-04-13T23:02:14.2297171-04:00</LastUsed>
  <UpdatePath>sample string 7</UpdatePath>
  <Version>sample string 6</Version>
</CustomerKey>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CustomerModules
NameDescriptionTypeAdditional information
customer

Customer

None.

customerKey

CustomerKey

None.

moduleAccess

Collection of ModuleAccess

None.

Response Formats

application/json, text/json

Sample:
{
  "customer": {
    "ID": 1,
    "Name": "sample string 2",
    "Email": "sample string 3",
    "NopID": 1
  },
  "customerKey": {
    "ID": 1,
    "CustomerID": 2,
    "APIKey": "sample string 3",
    "KeyExpires": "2026-04-13T23:02:15.5571504-04:00",
    "LastUsed": "2026-04-13T23:02:15.5571504-04:00",
    "Version": "sample string 6",
    "UpdatePath": "sample string 7",
    "ComputerKey": "sample string 8",
    "ConnectionSettings": "sample string 9"
  },
  "moduleAccess": [
    {
      "ID": 1,
      "CustomerKeyID": 2,
      "ModuleID": 3,
      "Enabled": true
    },
    {
      "ID": 1,
      "CustomerKeyID": 2,
      "ModuleID": 3,
      "Enabled": true
    }
  ]
}

application/xml, text/xml

Sample:
<CustomerModules xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMSQCLibrary.Database.QDataWeb.Objects">
  <customer xmlns:d2p1="http://schemas.datacontract.org/2004/07/QMSQCLibrary.Database.QDataWeb.Tables">
    <d2p1:Email>sample string 3</d2p1:Email>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:Name>sample string 2</d2p1:Name>
    <d2p1:NopID>1</d2p1:NopID>
  </customer>
  <customerKey xmlns:d2p1="http://schemas.datacontract.org/2004/07/QMSQCLibrary.Database.QDataWeb.Tables">
    <d2p1:APIKey>sample string 3</d2p1:APIKey>
    <d2p1:ComputerKey>sample string 8</d2p1:ComputerKey>
    <d2p1:ConnectionSettings>sample string 9</d2p1:ConnectionSettings>
    <d2p1:CustomerID>2</d2p1:CustomerID>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:KeyExpires>2026-04-13T23:02:15.5571504-04:00</d2p1:KeyExpires>
    <d2p1:LastUsed>2026-04-13T23:02:15.5571504-04:00</d2p1:LastUsed>
    <d2p1:UpdatePath>sample string 7</d2p1:UpdatePath>
    <d2p1:Version>sample string 6</d2p1:Version>
  </customerKey>
  <moduleAccess xmlns:d2p1="http://schemas.datacontract.org/2004/07/QMSQCLibrary.Database.QDataWeb.Tables">
    <d2p1:ModuleAccess>
      <d2p1:CustomerKeyID>2</d2p1:CustomerKeyID>
      <d2p1:Enabled>true</d2p1:Enabled>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:ModuleID>3</d2p1:ModuleID>
    </d2p1:ModuleAccess>
    <d2p1:ModuleAccess>
      <d2p1:CustomerKeyID>2</d2p1:CustomerKeyID>
      <d2p1:Enabled>true</d2p1:Enabled>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:ModuleID>3</d2p1:ModuleID>
    </d2p1:ModuleAccess>
  </moduleAccess>
</CustomerModules>