Seguros APIseguros-api reference
Criar relatório salvo
Salva um relatório customizado com nome, queryParams e componentConfig
Salva um relatório customizado com nome, queryParams e componentConfig
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/saved-reports" \ -H "Content-Type: application/json" \ -d '{ "reportName": "string", "reportType": "table", "queryParams": {}, "componentConfig": {} }'{}Empty
Empty