POST api/Fcm/FCMWorkerMessaging
Метод для работы сендера FCM Обновляет статус сообщения об отправке
Request Information
URI Parameters
None.
Body Parameters
WorkerResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MessageId | string |
None. |
|
| Debug | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"MessageId": "sample string 2",
"Debug": "sample string 3"
}
application/xml, text/xml
Sample:
<WorkerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.Models"> <Debug>sample string 3</Debug> <Id>1</Id> <MessageId>sample string 2</MessageId> </WorkerResponse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.