POST Api/MyGov/MyGovSSO

Request Information

URI Parameters

None.

Body Parameters

MyGovLoginParam
NameDescriptionTypeAdditional information
MyGovId

string

None.

Token

string

None.

SeqNo

integer

None.

LangCD

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MyGovId": "sample string 1",
  "Token": "sample string 2",
  "SeqNo": 3,
  "LangCD": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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": {}
}