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": "807f370e-27f7-4388-a94a-3cc295e7801e",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2026-06-26T18:45:56.6006886+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "89ca0a6d-f434-40c8-ba5d-9c5a291a8928",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2026-06-26T18:45:56.6006886+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2026-06-26T18:45:56.6006886+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": "4a7539cc-e7cb-4edb-a3e7-5199e880307c",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2026-06-26T18:45:56.6115693+00:00",
        "UpdatedDate": "2026-06-26T18:45:56.6115693+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": "9249847c-c2a0-4902-a4b3-7cbe3169f5ae",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2026-06-26T18:45:56.6115693+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "62890023-5fd2-4b3d-a9ee-c5aac5fd9ab0",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2026-06-26T18:45:56.6115693+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2026-06-26T18:45:56.6115693+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": "ec340bc4-d83e-467d-ab0e-c23879b146ab",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2026-06-26T18:45:56.6115693+00:00",
        "UpdatedDate": "2026-06-26T18:45:56.6115693+00:00",
        "Status": true,
        "UserLogIn": {
          "$ref": "2"
        }
      },
      {
        "$ref": "3"
      }
    ]
  }
}