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": "b88ef03b-2eca-4a21-aaa9-3f9e612ecefc",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2025-11-06T04:04:07.8118414+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "891185ee-9cab-4199-987b-a20c31f49920",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2025-11-06T04:04:07.8118414+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2025-11-06T04:04:07.8118414+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": "e76a3df8-7bfc-4b3a-83a6-6c420ff1c2f7",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2025-11-06T04:04:07.8118414+00:00",
        "UpdatedDate": "2025-11-06T04:04:07.8118414+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": "c94dfc07-6ec7-41b8-9769-f3db0e29c3ce",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2025-11-06T04:04:07.8118414+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "ce821ab1-e7c2-4cba-a538-701b96d78790",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2025-11-06T04:04:07.8118414+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2025-11-06T04:04:07.8118414+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": "04ec29de-1d96-4a7f-89ae-bd8af18cd0d1",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2025-11-06T04:04:07.8118414+00:00",
        "UpdatedDate": "2025-11-06T04:04:07.8118414+00:00",
        "Status": true,
        "UserLogIn": {
          "$ref": "2"
        }
      },
      {
        "$ref": "3"
      }
    ]
  }
}