POST AdminApi/ThirdLogin/ThirdLogin
Request Information
URI Parameters
None.
Body Parameters
ThirdLoginMod| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalAccId | string |
Required |
|
| ExternalType | ThridpartyType |
Required |
|
| UserName | string |
Required |
|
| Password | string |
None. |
|
| LocalMbrId | globally unique identifier |
None. |
|
| PublicKey | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ExternalAccId": "sample string 1",
"ExternalType": 1,
"UserName": "sample string 2",
"Password": "sample string 3",
"LocalMbrId": "36957a89-2f85-4a85-a08b-3569f105589d",
"PublicKey": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}