POST api/APILogin/Login

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
c
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "storeId": "sample string 1",
  "userId": "sample string 2",
  "passWord": "sample string 3",
  "fullName": "sample string 4",
  "appFunction": "sample string 5"
}

application/xml, text/xml

Sample:
<APILoginController.Clogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TVSFOCUSAPI.Controllers">
  <appFunction>sample string 5</appFunction>
  <fullName>sample string 4</fullName>
  <passWord>sample string 3</passWord>
  <storeId>sample string 1</storeId>
  <userId>sample string 2</userId>
</APILoginController.Clogin>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "storeId": "sample string 1",
  "userId": "sample string 2",
  "passWord": "sample string 3",
  "fullName": "sample string 4",
  "appFunction": "sample string 5"
}

application/xml, text/xml

Sample:
<APILoginController.Clogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TVSFOCUSAPI.Controllers">
  <appFunction>sample string 5</appFunction>
  <fullName>sample string 4</fullName>
  <passWord>sample string 3</passWord>
  <storeId>sample string 1</storeId>
  <userId>sample string 2</userId>
</APILoginController.Clogin>