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": "012d3911-5895-44eb-9d8e-020a27e28926",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-02-04T02:30:53.930227+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "b7d18f70-2199-42c4-b671-96f4493b71d1",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-02-04T02:30:53.930227+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-02-04T02:30:53.930227+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": "9db0a056-f441-42ba-975f-22f0e861d644",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-02-04T02:30:53.9511516+00:00",
"UpdatedDate": "2026-02-04T02:30:53.9511516+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": "c8bca73c-3b9e-41d2-9441-4ae38e69705a",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-02-04T02:30:53.9511516+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "be2d24e0-8778-4ca0-ba5c-f932d4c1ac63",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-02-04T02:30:53.9511516+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-02-04T02:30:53.9511516+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": "ca0a34a8-787d-4ac6-9a34-2045511c0c79",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-02-04T02:30:53.9511516+00:00",
"UpdatedDate": "2026-02-04T02:30:53.9511516+00:00",
"Status": true,
"UserLogIn": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
}
}