POST api/ClubManagement/UserLogin

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Lgn
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cType": "sample string 1",
  "cLoginName": "sample string 2",
  "cPassword": "sample string 3",
  "nCompanyId": 4,
  "nLoginDtlsId": 5,
  "nUserId": 6,
  "cSessionId": "sample string 7"
}

application/xml, text/xml

Sample:
<Logn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <cLoginName>sample string 2</cLoginName>
  <cPassword>sample string 3</cPassword>
  <cSessionId>sample string 7</cSessionId>
  <cType>sample string 1</cType>
  <nCompanyId>4</nCompanyId>
  <nLoginDtlsId>5</nLoginDtlsId>
  <nUserId>6</nUserId>
</Logn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Data": null,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <Data i:nil="true" />
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
</ResponseData>