---
title: "Envio da base de clientes para análise de pré-aprovação"
method: POST
path: "/creditengine/{fundTaxId}/customers/evaluation"
tags: ["Motor de Crédito"]
---

# Envio da base de clientes para análise de pré-aprovação

`POST /creditengine/{fundTaxId}/customers/evaluation`

## Path parameters

- `fundTaxId` string, text, required

## Request body

- PostCustomersEvaluationRequest
  - `s3Url` string, text, required

## Response `200`

Envio realizado com sucesso

- PostCustomersEvaluationResponse
  - `correlationId` string, uuid — ID
  - `status` 'Validating' | 'WaitingCreditEngine' | 'Completed' — status da solicitação

## Other responses

- `400` — Invalid input
- `422` — Validation exception
- `default` — Unexpected error

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
