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": "86fb6471-7168-4172-a06c-5c0dcfb7954f",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2025-07-12T14:13:29.9569048+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "2f2570d0-5899-41d5-9405-df37f22465fb",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2025-07-12T14:13:29.9725432+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2025-07-12T14:13:29.9725432+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": "13b0f8ae-de7c-4b10-ba84-6a1f3eb3d746",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2025-07-12T14:13:29.9725432+00:00",
        "UpdatedDate": "2025-07-12T14:13:29.9725432+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": "1481f956-ab24-48c1-bb6a-2a2e4b0da37b",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2025-07-12T14:13:29.9725432+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "fb755539-7c09-4ac3-9aa8-7f6e40b48a48",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2025-07-12T14:13:29.9725432+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2025-07-12T14:13:29.9725432+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": "08d4e763-f51d-4889-931f-93993cae9af1",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2025-07-12T14:13:29.9725432+00:00",
        "UpdatedDate": "2025-07-12T14:13:29.9725432+00:00",
        "Status": true,
        "UserLogIn": {
          "$ref": "2"
        }
      },
      {
        "$ref": "3"
      }
    ]
  }
}