POST API/MeuTecon
Salva as informações de notificação de acordo com o usuário logado.
Request Information
URI Parameters
None.
Body Parameters
WilsonSons.Terminais.WSNegocio.API.Models.MeuTeconModel+Notific| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TipoNotificId | integer |
None. |
|
| TipoNotificDesc | string |
None. |
|
| string |
None. |
||
| PegarEmailUsuarioLogado | boolean |
None. |
|
| Enviar | boolean |
None. |
|
| DescDetalhe | string |
None. |
|
| AditionalIdentifiers | Collection of WilsonSons.Terminais.WSNegocio.Modelo.DTOs.SelectOption |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TipoNotificId": 2,
"TipoNotificDesc": "sample string 3",
"Email": "sample string 4",
"PegarEmailUsuarioLogado": true,
"Enviar": true,
"DescDetalhe": "sample string 7",
"AditionalIdentifiers": [
{
"value": {},
"label": "sample string 2"
},
{
"value": {},
"label": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<MeuTeconModel.Notific xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models">
<AditionalIdentifiers xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo.DTOs">
<d2p1:SelectOption>
<d2p1:label>sample string 2</d2p1:label>
<d2p1:value />
</d2p1:SelectOption>
<d2p1:SelectOption>
<d2p1:label>sample string 2</d2p1:label>
<d2p1:value />
</d2p1:SelectOption>
</AditionalIdentifiers>
<DescDetalhe>sample string 7</DescDetalhe>
<Email>sample string 4</Email>
<Enviar>true</Enviar>
<Id>1</Id>
<PegarEmailUsuarioLogado>true</PegarEmailUsuarioLogado>
<TipoNotificDesc>sample string 3</TipoNotificDesc>
<TipoNotificId>2</TipoNotificId>
</MeuTeconModel.Notific>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.