Essa é uma revisão anterior do documento!
| Path | {url_base}/api/v1/push-notifications | |
| Tipo | POST | |
| Corpo de Requisição | ||
| Tipo | Objeto | |
| product_key | String(10), Obrigatório | |
| title | String(100), Obrigatório | |
| message | String(100), Obrigatório | |
| image_url | String(100) | |
| device_keys | Array (String) (20) | |
| company_doc: String(30), representative_doc: String(30) | ||
| Exemplo |
{ "product_key":"iwcot", "title":"Cotação Aberta", "message":"Cotação voltado para itens de bebidas", "image_url":"https://wiki.iws.com.br/lib/exe/fetch.php?media=logo.png", "device_keys": [ "cwWDqWu6Qza_7d_HdydAwE...", "Wu6QzacwWDq_7d_ydAwEHd..." ] } |
|