POST login/auth

Request Information

URI Parameters

None.

Body Parameters

CredentialVer2Request
NameDescriptionTypeAdditional information
SecretKey1

string

Required

SecretKey2

string

Required

Request Formats

application/json, text/json

Sample:
{
  "SecretKey1": "sample string 1",
  "SecretKey2": "sample string 2"
}

application/xml, text/xml

Sample:
<CredentialVer2Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models">
  <SecretKey1>sample string 1</SecretKey1>
  <SecretKey2>sample string 2</SecretKey2>
</CredentialVer2Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.