POST api/User

Request Information

URI Parameters

None.

Body Parameters

TravelUserLoginRequst
NameDescriptionTypeAdditional information
a

integer

None.

b

string

None.

c

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "a": 1,
  "b": "sample string 1",
  "c": true
}

application/xml, text/xml

Sample:
<TravelUserLoginRequst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ttadmin.Common.Request">
  <a>1</a>
  <b>sample string 1</b>
  <c>true</c>
</TravelUserLoginRequst>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TravelUserLoginResponse
NameDescriptionTypeAdditional information
a

integer

None.

b

integer

None.

c

string

None.

d

integer

None.

e

integer

None.

f

boolean

None.

g

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "a": 1,
  "b": 2,
  "c": "sample string 3",
  "d": 4,
  "e": 5,
  "f": true,
  "g": true
}

application/xml, text/xml

Sample:
<TravelUserLoginResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ttadmin.Common.Request">
  <a>1</a>
  <b>2</b>
  <c>sample string 3</c>
  <d>4</d>
  <e>5</e>
  <f>true</f>
  <g>true</g>
</TravelUserLoginResponse>