POST AdminApi/ThirdLogin/ThirdLogin

Request Information

URI Parameters

None.

Body Parameters

ThirdLoginMod
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ThirdLoginMod'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}