POST api/api/IncorrectLogin
Request Information
URI Parameters
None.
Body Parameters
IncorrectLoginRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PCHash | string |
None. |
|
| PCOS | string |
None. |
|
| PCID | string |
None. |
|
| PCMAC | string |
None. |
|
| Kadi | string |
None. |
|
| FlakeKey | string |
None. |
|
| SoftwareName | string |
None. |
|
| Timestamp | integer |
None. |
|
| Nonce | string |
None. |
|
| Signature | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PCHash": "sample string 1",
"PCOS": "sample string 2",
"PCID": "sample string 3",
"PCMAC": "sample string 4",
"Kadi": "sample string 5",
"FlakeKey": "sample string 6",
"SoftwareName": "sample string 7",
"Timestamp": 8,
"Nonce": "sample string 9",
"Signature": "sample string 10"
}
application/xml, text/xml
Sample:
<IncorrectLoginController.IncorrectLoginRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutogramClientAPI.Controllers"> <FlakeKey>sample string 6</FlakeKey> <Kadi>sample string 5</Kadi> <Nonce>sample string 9</Nonce> <PCHash>sample string 1</PCHash> <PCID>sample string 3</PCID> <PCMAC>sample string 4</PCMAC> <PCOS>sample string 2</PCOS> <Signature>sample string 10</Signature> <SoftwareName>sample string 7</SoftwareName> <Timestamp>8</Timestamp> </IncorrectLoginController.IncorrectLoginRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.