POST api/v1/Fcm
Request Information
URI Parameters
None.
Body Parameters
AppDevices| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Token | string |
None. |
|
| NewToken | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Platform | string |
None. |
|
| AppVersion | string |
None. |
|
| DeviceInformation | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| IsTokenExists | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Token": "sample string 2",
"NewToken": "sample string 3",
"UserId": "ecac35bc-b99c-4b9d-b78e-f51af029365d",
"Platform": "sample string 4",
"AppVersion": "sample string 5",
"DeviceInformation": "sample string 6",
"CreatedDate": "2025-12-16T03:19:04.1743296+00:00",
"UpdatedDate": "2025-12-16T03:19:04.1743296+00:00",
"IsTokenExists": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.