Canais
| Field | Type | Description | Optional | Searchable |
|---|---|---|---|---|
| code | string | Código do canal | required | false |
| name | string | Nome do canal | not required | false |
| image | string | Imagem do canal | not required | false |
| tags | Array(string) | Tags do canal | not required | false |
Exemplo em JSON
{
"code": "CANAL123",
"name": "Canal de Vendas",
"image": "https://exemplo.com/imagem.jpg",
"tags": ["promoção", "novidade", "oferta"]
}
Copyright © 2025 kruzer | All Rights Reserved