POST api/Login/findUser

Request Information

URI Parameters

None.

Body Parameters

ParentLogin
NameDescriptionTypeAdditional information
email

string

None.

password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "password": "sample string 2"
}

Response Information

Resource Description

ParentLoginDetails
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

email

string

None.

phone

string

None.

pic

string

None.

roles

Collection of string

None.

currency

string

None.

LoginType

string

None.

token

string

None.

parentChilds

Collection of ParentChilds

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "email": "sample string 3",
  "phone": "sample string 4",
  "pic": "sample string 5",
  "roles": [
    "sample string 1",
    "sample string 2"
  ],
  "currency": "sample string 6",
  "LoginType": "sample string 7",
  "token": "sample string 8",
  "parentChilds": [
    {
      "$id": "2",
      "id": 1,
      "user_id": 1,
      "schoolid": 2,
      "classid": 3,
      "school": "sample string 4",
      "grade": "sample string 5",
      "name": "sample string 6",
      "qrcode": "sample string 7",
      "code": "sample string 8",
      "upn": "sample string 9",
      "dob": "2024-11-01T13:23:06.5369945+00:00",
      "gender": "sample string 10",
      "healthconditions": "sample string 11",
      "pic": "sample string 12",
      "active": true,
      "notes": "sample string 13",
      "free_meal": true,
      "daily_limit": 1.0,
      "breakfast_limit": 1.0,
      "lunch_limit": 1.0,
      "snacks_limit": 1.0,
      "beverages_limit": 1.0,
      "school_type": "sample string 14",
      "vendorid": 15
    },
    {
      "$ref": "2"
    }
  ]
}