POST Users/UsersApi/UpsertFcmRegistrationToken
Request Information
URI Parameters
None.
Body Parameters
FcmTokenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| ChannelId | globally unique identifier |
None. |
|
| IsArchived | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Value": "sample string 1",
"UserId": "863dcf26-e4ce-4245-b642-9ca2871cd28d",
"ChannelId": "3e6b6e3f-15d1-430b-8a58-68fce7bd028f",
"IsArchived": true
}
application/xml, text/xml
Sample:
<FcmTokenModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Communicator.Models.Users"> <ChannelId>3e6b6e3f-15d1-430b-8a58-68fce7bd028f</ChannelId> <IsArchived>true</IsArchived> <UserId>863dcf26-e4ce-4245-b642-9ca2871cd28d</UserId> <Value>sample string 1</Value> </FcmTokenModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommunicatorJsonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommunicatorJsonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.