DELETE api/QRScanInfoesV2/DeleteQRScanInfo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
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": "23113588-7941-4950-bdf4-e50da5ca84cc",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-03-26T20:31:54.659103+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "3d3e9477-e8bd-40c4-847a-42a46a72340e",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-03-26T20:31:54.659103+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-03-26T20:31:54.659103+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": "1449c0c0-6685-4587-a0f8-05f9c99c7be7",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-03-26T20:31:54.659103+00:00",
"UpdatedDate": "2026-03-26T20:31:54.659103+00:00",
"Status": true,
"UserLogIn": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
}
}