PATCH /charge/settle/:id (Charge)
settle_chargeSettle a charge manually by specifying settlement date, payment method, and amount. Optionally send email notification to the customer.
Instructions
Quitação manual de uma cobrança no sistema Conexa.
Exemplo de body: { "settlementDate": "2024-11-28", "receivingMethod": { "id": 53, "installmentsQuantity": 3 }, "accountId": 1, "paidAmount": 40, "sendEmail": false }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Valor de :id na rota /charge/settle/:id | |
| body | Yes | Corpo JSON da requisição (campos na descrição da tool) |