POST api/CustomV2/SendFirebaseMessageAsync?title={title}&body={body}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| title | string |
Required |
|
| body | string |
Required |
Body Parameters
Collection of UserLogIn| Name | Description | Type | Additional information |
|---|---|---|---|
| UserVID | globally unique identifier |
None. |
|
| UserLoginId | string |
None. |
|
| Password | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Created | date |
None. |
|
| Status | boolean |
None. |
|
| ChildFirstName | string |
None. |
|
| ChildLastName | string |
None. |
|
| Updated | date |
None. |
|
| DeviceToken | string |
None. |
|
| RoleId | integer |
None. |
|
| PreferredLanguage | string |
None. |
|
| AccountType | string |
None. |
|
| pr_id | string |
None. |
|
| school_yearcode | string |
None. |
|
| QRScanInfoes | Collection of QRScanInfo |
None. |
|
| SecondaryAccounts | Collection of SecondaryAccount |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UserVID": "9505d270-61c0-46a1-8007-06c09ff3de6c",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2025-11-05T10:01:42.5721641+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2025-11-05T10:01:42.5721641+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": [
{
"$id": "2",
"Id": 1,
"User_VID": "fbb7f03a-5a7a-428c-a228-42a879b3da5b",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2025-11-05T10:01:42.5721641+00:00",
"SchoolID": 1,
"UserLogIn": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"SecondaryAccounts": [
{
"$id": "3",
"Id": 1,
"PrimaryUserVID": "044efb8f-757e-4ae5-a3ac-388073ed8a81",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2025-11-05T10:01:42.5721641+00:00",
"UpdatedDate": "2025-11-05T10:01:42.5721641+00:00",
"Status": true,
"UserLogIn": {
"$ref": "1"
}
},
{
"$ref": "3"
}
]
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"