POST api/Notificacao/InsertExpoToken
Request Information
URI Parameters
None.
Body Parameters
InsertExpoTokenDtoName | Description | Type | Additional information |
---|---|---|---|
deviceId | globally unique identifier |
None. |
|
token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "deviceId": "1ef142f8-45f9-4de7-996c-c70cac23b521", "token": "sample string 2" }
application/xml, text/xml
Sample:
<InsertExpoTokenDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CidConnectada.Webapi.Models.Noticias"> <deviceId>1ef142f8-45f9-4de7-996c-c70cac23b521</deviceId> <token>sample string 2</token> </InsertExpoTokenDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.