You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+85Lines changed: 85 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,91 @@ Cria um novo certificado para um determinado produto.
46
46
}
47
47
```
48
48
49
+
### Criar Certificados em Lote
50
+
51
+
Cria múltiplos certificados a partir de uma lista de dados recebida diretamente.
52
+
53
+
-**Endpoint:**`POST /v1/certificate/create-batch`
54
+
-**Entrada (body):**
55
+
```json
56
+
{
57
+
"certificates": [
58
+
{
59
+
"order_id": 1234,
60
+
"first_name": "João",
61
+
"last_name": "Silva",
62
+
"email": "joao.silva@example.com",
63
+
"phone": "(48) 99999-9999",
64
+
"cpf": "123.456.789-00",
65
+
"city": "Florianópolis",
66
+
"product_id": 5678,
67
+
"product_name": "Workshop de Python Avançado",
68
+
"certificate_details": "In recognition of their participation in the Workshop de Python Avançado, held on January 15, 2025, at IFSC – Câmpus Florianópolis, Brazil, with a total duration of 8 hours.",
"certificate_details": "In recognition of their participation in the Workshop de Python Avançado, held on January 15, 2025, at IFSC – Câmpus Florianópolis, Brazil, with a total duration of 8 hours.",
0 commit comments