POST api/QRScanInfoes/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": "2b189fca-f733-4f95-aa98-a43a8f52ef7b",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-08-12T11:30:07.8394408+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "c30ea50a-de16-48b0-a30f-4cd6affcc963",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-08-12T11:30:07.8394408+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-08-12T11:30:07.8394408+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": "c16babd1-42fb-4fdb-b686-f47c90290399",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-08-12T11:30:07.8394408+00:00",
"UpdatedDate": "2026-08-12T11:30:07.8394408+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": "f79edfde-b78a-4853-90d1-15c1cda86b91",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-08-12T11:30:07.8394408+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "619722dc-6a13-4602-b620-ec39986736c3",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-08-12T11:30:07.8394408+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-08-12T11:30:07.8394408+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": "38f98518-edbf-4e94-8390-d64e66720570",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-08-12T11:30:07.8394408+00:00",
"UpdatedDate": "2026-08-12T11:30:07.8394408+00:00",
"Status": true,
"UserLogIn": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
}
}