POST r/login
Request Information
URI Parameters
None.
Body Parameters
LoginPostData| Name | Description | Type | Additional information |
|---|---|---|---|
| captchaUserResponse | string |
None. |
|
| usr | string |
None. |
|
| pss | string |
None. |
|
| seid | integer |
None. |
|
| cid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"captchaUserResponse": "sample string 1",
"usr": "sample string 2",
"pss": "sample string 3",
"seid": 4,
"cid": 5
}
application/xml, text/xml
Sample:
<LoginController.LoginPostData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PmcfWebServices.Controllers"> <captchaUserResponse>sample string 1</captchaUserResponse> <cid>5</cid> <pss>sample string 3</pss> <seid>4</seid> <usr>sample string 2</usr> </LoginController.LoginPostData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| fullErr | string |
None. |
|
| objResponse | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.