Pix ProcessamentoPix Processamento Docs
API 端点报表

生成报告

POST
/user/report

认证

BearerAuth
认证Bearer <token>

位置: header

请求体

application/json

TypeScript 类型定义

在 TypeScript 中使用 request body 类型。

响应体

application/json

application/json

curl -X POST "https://api.exemplo.processamento.com/v1/user/report" \  -H "Content-Type: application/json" \  -d '{    "dateFrom": "2019-08-24T14:15:22Z",    "dateTo": "2019-08-24T14:15:22Z"  }'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "status": "PENDING",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "expiresAt": "2019-08-24T14:15:22Z"
}
{
  "statusCode": 422,
  "error": "Unprocessable Entity",
  "message": "Insufficient balance for this operation",
  "requestId": "cmou00000abcdef01s6ghij1k2lm"
}