Ingestão em Lote (Batch Insert)
Dados
Ingestão em Lote (Batch Insert)
Insere até 250 registros de uma vez em uma transação única.
POST
Ingestão em Lote (Batch Insert)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Example:
[
{
"email": "cliente1@exemplo.com",
"idade": 28,
"ativo": true
},
{
"email": "cliente2@exemplo.com",
"idade": 35,
"ativo": false
}
]