POST api/QRScanInfoesV2/PostQRScanInfo
Request Information
URI Parameters
None.
Body Parameters
QRScanInfo| Name | Description | Type | Additional 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": "5bf10e55-ad1e-41b9-93a4-545289906805",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-06-26T18:46:23.4401242+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "cd3abdce-4cf5-47c7-934e-c3368b9881ff",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-06-26T18:46:23.4401242+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-06-26T18:46:23.4401242+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": "f0bad055-caa8-4ef6-b749-b13686f81f79",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-06-26T18:46:23.4401242+00:00",
"UpdatedDate": "2026-06-26T18:46:23.4401242+00:00",
"Status": true,
"UserLogIn": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QRScanInfo| Name | Description | Type | Additional 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": "b4a370ac-722f-41f7-9710-6927e98d9e04",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-06-26T18:46:23.4401242+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "228578de-d9b8-46b1-b50e-901a8ac5ad67",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-06-26T18:46:23.4401242+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-06-26T18:46:23.4401242+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": "50b16397-6d82-4a4a-8470-426393795a6e",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-06-26T18:46:23.4401242+00:00",
"UpdatedDate": "2026-06-26T18:46:23.4401242+00:00",
"Status": true,
"UserLogIn": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
}
}