POST api/RealEasy/RealEasyLogin

Documentation for 'RealEasyLogin'.

Request Information

Parameters

NameDescriptionAdditional information
objuser
Documentation for 'objuser'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "RegistrationId": 2,
  "UnitAddress": "sample string 3",
  "Type": "sample string 4",
  "Reg_No": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "status": 1,
      "RealEasyLoginDetailsList": [
        {
          "$id": "3",
          "LoginDetailsContentList": [
            {
              "$id": "4",
              "tagName": "sample string 1",
              "tagValue": "sample string 2",
              "tagNameColor": "sample string 3",
              "Style": "sample string 4",
              "tagIconPath": "sample string 5"
            },
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ]
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "RealEasyEmailDetailsList": [
        {
          "$id": "5",
          "EmailDetailContentList": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ]
        },
        {
          "$ref": "5"
        },
        {
          "$ref": "5"
        }
      ],
      "RealEasyLoginStatus": [
        {
          "$id": "6",
          "LoginStatusContentList": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ]
        },
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        }
      ]
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}