POST api/Authentication/login-gapsliteUserNameEnc

Request Information

URI Parameters

None.

Body Parameters

LoginGapsLiteUserEncDto
NameDescriptionTypeAdditional information
OtherParams

string

None.

Uuid

string

None.

Model

string

None.

Platform

string

None.

Manufacturer

string

None.

DeviceToken

string

None.

isGAPSLite

string

None.

UserName

string

None.

Channel

string

None.

appVersion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Channel": "sample string 9",
  "DeviceToken": "sample string 6",
  "Manufacturer": "sample string 5",
  "Model": "sample string 3",
  "OtherParams": "sample string 1",
  "Platform": "sample string 4",
  "UserName": "sample string 8",
  "Uuid": "sample string 2",
  "appVersion": "sample string 10",
  "isGAPSLite": "sample string 7"
}

text/xml

Sample:
<LoginGapsLiteUserEncDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTWorldApp.dto">
  <Channel>sample string 9</Channel>
  <DeviceToken>sample string 6</DeviceToken>
  <Manufacturer>sample string 5</Manufacturer>
  <Model>sample string 3</Model>
  <OtherParams>sample string 1</OtherParams>
  <Platform>sample string 4</Platform>
  <UserName>sample string 8</UserName>
  <Uuid>sample string 2</Uuid>
  <appVersion>sample string 10</appVersion>
  <isGAPSLite>sample string 7</isGAPSLite>
</LoginGapsLiteUserEncDto>

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 'LoginGapsLiteUserEncDto'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.