POST api/notificacoes/pushtest
Request Information
URI Parameters
None.
Body Parameters
PushNotificationTestBindingModelName | Description | Type | Additional information |
---|---|---|---|
TenantId | globally unique identifier |
Required |
|
string |
Required |
||
Message | string |
Required |
|
Title | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "TenantId": "4aaf4649-6c69-45ae-a0ee-c9a0aa439674", "Email": "sample string 2", "Message": "sample string 3", "Title": "sample string 4" }
application/xml, text/xml
Sample:
<PushNotificationTestBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FormulaCertaAPI.Models.BindingModels"> <Email>sample string 2</Email> <Message>sample string 3</Message> <TenantId>4aaf4649-6c69-45ae-a0ee-c9a0aa439674</TenantId> <Title>sample string 4</Title> </PushNotificationTestBindingModel>
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.