POST api/QRScanInfoes/PostQRScanInfo

Request Information

URI Parameters

None.

Body Parameters

QRScanInfo
NameDescriptionTypeAdditional information
Id

integer

None.

User_VID

globally unique identifier

None.

UserPhoneNumber

string

None.

QRCodeRaw

string

None.

LocationLat

string

None.

LocationLong

string

None.

Created

date

None.

SchoolID

integer

None.

UserLogIn

UserLogIn

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "User_VID": "102b2acf-7116-4e19-ad55-f31f66374ddc",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2026-09-26T21:06:38.1146099+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "058e774a-717e-4bc4-b678-5f484a70b738",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2026-09-26T21:06:38.1146099+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2026-09-26T21:06:38.1146099+00:00",
    "DeviceToken": "sample string 10",
    "RoleId": 1,
    "PreferredLanguage": "sample string 11",
    "AccountType": "sample string 12",
    "pr_id": "sample string 13",
    "school_yearcode": "sample string 14",
    "QRScanInfoes": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "SecondaryAccounts": [
      {
        "$id": "3",
        "Id": 1,
        "PrimaryUserVID": "e63acf61-5d5a-4c01-ad30-f324301ee2cb",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2026-09-26T21:06:38.1146099+00:00",
        "UpdatedDate": "2026-09-26T21:06:38.1146099+00:00",
        "Status": true,
        "UserLogIn": {
          "$ref": "2"
        }
      },
      {
        "$ref": "3"
      }
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

QRScanInfo
NameDescriptionTypeAdditional information
Id

integer

None.

User_VID

globally unique identifier

None.

UserPhoneNumber

string

None.

QRCodeRaw

string

None.

LocationLat

string

None.

LocationLong

string

None.

Created

date

None.

SchoolID

integer

None.

UserLogIn

UserLogIn

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "User_VID": "70ace9da-d495-4fe0-817a-7588a1b3315f",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2026-09-26T21:06:38.1146099+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "efe4b03b-d2df-41fd-94b5-4341f9ac4ff0",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2026-09-26T21:06:38.1146099+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2026-09-26T21:06:38.1146099+00:00",
    "DeviceToken": "sample string 10",
    "RoleId": 1,
    "PreferredLanguage": "sample string 11",
    "AccountType": "sample string 12",
    "pr_id": "sample string 13",
    "school_yearcode": "sample string 14",
    "QRScanInfoes": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "SecondaryAccounts": [
      {
        "$id": "3",
        "Id": 1,
        "PrimaryUserVID": "39efbf8e-d5b4-40e7-84ed-2a538eaa6c88",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2026-09-26T21:06:38.1146099+00:00",
        "UpdatedDate": "2026-09-26T21:06:38.1146099+00:00",
        "Status": true,
        "UserLogIn": {
          "$ref": "2"
        }
      },
      {
        "$ref": "3"
      }
    ]
  }
}