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": "37326533-b112-4488-9ff5-c9ff155cc0f2",
"Platform": "sample string 4",
"AppVersion": "sample string 5",
"DeviceInformation": "sample string 6",
"CreatedDate": "2026-08-02T07:48:16.45829+00:00",
"UpdatedDate": "2026-08-02T07:48:16.45829+00:00",
"IsTokenExists": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.