POST api/QRScanInfoesV2/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": "e026768c-584b-4019-b6bc-983a898315e5",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2025-04-01T13:38:02.5318006+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "2f0ee165-ce9f-472f-9073-e636bb31c3cc",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2025-04-01T13:38:02.5318006+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2025-04-01T13:38:02.5318006+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": "069f3af2-51e0-419a-a9de-a594578c6cd8",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2025-04-01T13:38:02.5455074+00:00",
        "UpdatedDate": "2025-04-01T13:38:02.5455074+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": "d4c160cb-0dc9-453c-a192-fac56e5d7ba0",
  "UserPhoneNumber": "sample string 3",
  "QRCodeRaw": "sample string 4",
  "LocationLat": "sample string 5",
  "LocationLong": "sample string 6",
  "Created": "2025-04-01T13:38:02.5618882+00:00",
  "SchoolID": 1,
  "UserLogIn": {
    "$id": "2",
    "UserVID": "add03f9e-f2a9-4e24-93d5-58851c259034",
    "UserLoginId": "sample string 2",
    "Password": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "Created": "2025-04-01T13:38:02.5618882+00:00",
    "Status": true,
    "ChildFirstName": "sample string 8",
    "ChildLastName": "sample string 9",
    "Updated": "2025-04-01T13:38:02.5618882+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": "6fad9830-9fb5-49fa-aed8-26df67b4a50c",
        "SecondaryNumber": "sample string 3",
        "CreatedDate": "2025-04-01T13:38:02.5618882+00:00",
        "UpdatedDate": "2025-04-01T13:38:02.5618882+00:00",
        "Status": true,
        "UserLogIn": {
          "$ref": "2"
        }
      },
      {
        "$ref": "3"
      }
    ]
  }
}