GET api/MYFLogin?userid={userid}&userpassword={userpassword}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
None. |
|
| userpassword | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Login| Name | Description | Type | Additional information |
|---|---|---|---|
| PromptMessage | string |
None. |
|
| LoginStatus | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"PromptMessage": "sample string 1",
"LoginStatus": true
}
application/xml, text/xml
Sample:
<MYFLoginController.Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Controllers"> <LoginStatus>true</LoginStatus> <PromptMessage>sample string 1</PromptMessage> </MYFLoginController.Login>