POST users/{lang}/signin

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lang

string

Required

Body Parameters

UserSignInRequest
NameDescriptionTypeAdditional information
Email

string

None.

Pwd

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "email": "sample string 1",
  "pwd": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IResponseDataOfUserSignInResponse

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.