POST Provider/LoginPage/{SystemLanguageId}
Web Login Page. It will return Provider Login Page
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemLanguageId | integer |
Required |
Body Parameters
ParaLoginInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Password | string |
None. |
|
| SupportNewUrl | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Password": "sample string 2",
"SupportNewUrl": true
}
application/xml, text/xml
Sample:
<ParaLoginInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Email>sample string 1</Email> <Password>sample string 2</Password> <SupportNewUrl>true</SupportNewUrl> </ParaLoginInfo>
Response Information
Resource Description
Url
ResultWebLoginPage| Name | Description | Type | Additional information |
|---|---|---|---|
| URL | string |
None. |
|
| WebKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"URL": "sample string 1",
"WebKey": "sample string 2"
}
application/xml, text/xml
Sample:
<ResultWebLoginPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <URL>sample string 1</URL> <WebKey>sample string 2</WebKey> </ResultWebLoginPage>