POST api/QRScanInfoesV2/PostQRScanInfo
Request Information
URI Parameters
None.
Body Parameters
QRScanInfoName | 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": "56a723c2-6e4d-4034-942c-c5b520fb30f0", "UserPhoneNumber": "sample string 3", "QRCodeRaw": "sample string 4", "LocationLat": "sample string 5", "LocationLong": "sample string 6", "Created": "2025-07-08T15:44:40.6752416+00:00", "SchoolID": 1, "UserLogIn": { "$id": "2", "UserVID": "f71a4faf-1b0c-41b3-996c-6c3b40974af6", "UserLoginId": "sample string 2", "Password": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Created": "2025-07-08T15:44:40.7377584+00:00", "Status": true, "ChildFirstName": "sample string 8", "ChildLastName": "sample string 9", "Updated": "2025-07-08T15:44:40.7377584+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": "f4f18575-d780-4444-a022-baa7a8304cad", "SecondaryNumber": "sample string 3", "CreatedDate": "2025-07-08T15:44:40.7689974+00:00", "UpdatedDate": "2025-07-08T15:44:40.7689974+00:00", "Status": true, "UserLogIn": { "$ref": "2" } }, { "$ref": "3" } ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QRScanInfoName | 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": "ca1c8b90-0616-4d17-a8fe-b6dcbbc9cfcb", "UserPhoneNumber": "sample string 3", "QRCodeRaw": "sample string 4", "LocationLat": "sample string 5", "LocationLong": "sample string 6", "Created": "2025-07-08T15:44:40.9449924+00:00", "SchoolID": 1, "UserLogIn": { "$id": "2", "UserVID": "fa9e3d6b-301f-4238-b8a3-20f5265ed3d4", "UserLoginId": "sample string 2", "Password": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Created": "2025-07-08T15:44:40.9449924+00:00", "Status": true, "ChildFirstName": "sample string 8", "ChildLastName": "sample string 9", "Updated": "2025-07-08T15:44:40.9449924+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": "0e986d86-0c00-46b3-a58c-a7e9afecfc49", "SecondaryNumber": "sample string 3", "CreatedDate": "2025-07-08T15:44:40.9449924+00:00", "UpdatedDate": "2025-07-08T15:44:40.9449924+00:00", "Status": true, "UserLogIn": { "$ref": "2" } }, { "$ref": "3" } ] } }