POST api/QRScanInfoes/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": "a0c749da-7256-44c5-a9ea-1b85dc284efa", "UserPhoneNumber": "sample string 3", "QRCodeRaw": "sample string 4", "LocationLat": "sample string 5", "LocationLong": "sample string 6", "Created": "2025-09-05T06:22:40.9359647+00:00", "SchoolID": 1, "UserLogIn": { "$id": "2", "UserVID": "cbbf61e6-dfe5-4291-ba08-d46c555adbd3", "UserLoginId": "sample string 2", "Password": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Created": "2025-09-05T06:22:40.9359647+00:00", "Status": true, "ChildFirstName": "sample string 8", "ChildLastName": "sample string 9", "Updated": "2025-09-05T06:22:40.9359647+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": "3ce8e2aa-5d56-41ce-84c8-e60a8227ef9f", "SecondaryNumber": "sample string 3", "CreatedDate": "2025-09-05T06:22:40.9359647+00:00", "UpdatedDate": "2025-09-05T06:22:40.9359647+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": "d5d43578-1a0e-40dd-af4f-5496ff6a9701", "UserPhoneNumber": "sample string 3", "QRCodeRaw": "sample string 4", "LocationLat": "sample string 5", "LocationLong": "sample string 6", "Created": "2025-09-05T06:22:40.9516242+00:00", "SchoolID": 1, "UserLogIn": { "$id": "2", "UserVID": "bc22bcdc-f156-4454-a6e1-ada20970128e", "UserLoginId": "sample string 2", "Password": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Created": "2025-09-05T06:22:40.9516242+00:00", "Status": true, "ChildFirstName": "sample string 8", "ChildLastName": "sample string 9", "Updated": "2025-09-05T06:22:40.9516242+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": "6b27ffeb-839e-44e1-9976-fb6e78912c75", "SecondaryNumber": "sample string 3", "CreatedDate": "2025-09-05T06:22:40.9516242+00:00", "UpdatedDate": "2025-09-05T06:22:40.9516242+00:00", "Status": true, "UserLogIn": { "$ref": "2" } }, { "$ref": "3" } ] } }