PUT api/QRScanInfoes/PutQRScanInfo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
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": "ac86d1f0-02bc-4169-a99b-81a02d300c6e",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-09-26T21:07:52.1719123+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "2df451eb-23d5-47eb-907b-31ecd5308c21",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-09-26T21:07:52.1719123+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-09-26T21:07:52.1719123+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": "0f93d015-1ee5-4b5b-bb9b-e1d0db4c50f6",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-09-26T21:07:52.1719123+00:00",
"UpdatedDate": "2026-09-26T21:07:52.1719123+00:00",
"Status": true,
"UserLogIn": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.