POST api/AppTokenNotificacao
Request Information
URI Parameters
None.
Body Parameters
TokenNotificacaoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClienteAppId | globally unique identifier |
None. |
|
| Token | string |
None. |
|
| SistemaOperacional | EnSistemaOperacional |
None. |
|
| Data | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "9d820866-1810-412b-aaaa-e963f2cd8be1",
"ClienteAppId": "83b683cb-8847-46c6-8840-227061327eae",
"Token": "sample string 3",
"SistemaOperacional": 0,
"Data": "2026-06-13T05:34:04.1370246-03:00"
}
application/xml, text/xml
Sample:
<TokenNotificacaoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softbyte.ProjetoViver.API.Models"> <ClienteAppId>83b683cb-8847-46c6-8840-227061327eae</ClienteAppId> <Data>2026-06-13T05:34:04.1370246-03:00</Data> <Id>9d820866-1810-412b-aaaa-e963f2cd8be1</Id> <SistemaOperacional>Android</SistemaOperacional> <Token>sample string 3</Token> </TokenNotificacaoModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |