POST api/Login/GetLoginSessionId

Request Information

URI Parameters

None.

Body Parameters

LoginSessionObj
NameDescriptionTypeAdditional information
Token1

string

None.

PCName

string

None.

LastModUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token1": "sample string 1",
  "PCName": "sample string 2",
  "LastModUser": "sample string 3"
}

application/xml, text/xml

Sample:
<LoginSessionObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/P02.PCM.Database">
  <LastModUser>sample string 3</LastModUser>
  <PCName>sample string 2</PCName>
  <Token1>sample string 1</Token1>
</LoginSessionObj>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.