POST api/Authenticate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ClientKeys
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ClientKeyID": 1,
  "CompanyID": 2,
  "ClientID": "sample string 3",
  "ClientSecret": "sample string 4",
  "CreateOn": "2025-04-28T12:49:44.4588077+05:30",
  "UserID": 6
}

application/xml, text/xml

Sample:
<ClientKey xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ClientKeyID>1</ClientKeyID>
  <CompanyID>2</CompanyID>
  <ClientID>sample string 3</ClientID>
  <ClientSecret>sample string 4</ClientSecret>
  <CreateOn>2025-04-28T12:49:44.4588077+05:30</CreateOn>
  <UserID>6</UserID>
</ClientKey>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClientKey'.