POST api/App/AppExtRegLogin

Request Information

URI Parameters

None.

Body Parameters

ExtRegLoginVM
NameDescriptionTypeAdditional information
Phone

string

None.

Pwd

string

None.

UserCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Phone": "sample string 1",
  "Pwd": "sample string 2",
  "UserCode": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResponseOfExtReg_User
NameDescriptionTypeAdditional information
Code

integer

None.

Msg

string

None.

Exception

Exception

None.

RetData

ExtReg_User

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Msg": "sample string 2",
  "Exception": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  },
  "RetData": {
    "Id": "sample string 1",
    "Phone": "sample string 2",
    "Name": "sample string 3",
    "Pwd": "sample string 4",
    "State": 5,
    "UserCode": "sample string 6"
  }
}