---
title: "Envio de agendamento"
method: PUT
path: "/automatic/recurrencies/{recurrencyId}/payment-instruction/{endToEndId}"
---

# Envio de agendamento

`PUT /automatic/recurrencies/{recurrencyId}/payment-instruction/{endToEndId}`

## Path parameters

- `recurrencyId` string, required
- `endToEndId` string, required

## Request body

- object
  - `clientRequestId` string, required — ID unico de identificação do cliente
  - `amount` number, double, required — Valor da cobrança
  - `changeToNextWorkingDay` boolean, required — Indica se é para ser cobrado no próximo dia útil, caso a data caia em um final de semana.

## Response `200`

200

- object
  - `version` string
  - `status` integer
  - `body` object
    - `id` string
    - `endToEndId` string
    - `recurrencyId` string
    - `amount` integer
    - `status` string
    - `expirationDate` string
    - `nextWorkingDay` unknown
    - `creditParty` object
      - `bank` string
      - `branch` string
      - `account` string
      - `taxId` string
      - `name` string
    - `debtor` object
      - `personType` string
      - `taxId` string
      - `name` string
    - `debitParty` object
      - `bank` string
      - `personType` string
      - `taxId` string
      - `accountType` string
      - `branch` string
      - `account` string
      - `stateCode` string
    - `createDate` string
    - `clientRequestId` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
