Skip to main content
PUT
Atualizar um arranjo

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string
obrigatório

Owning participant id (UUID).

Exemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

arrangementId
string
obrigatório

Arrangement id (UUID).

Exemplo:

"0190b5a0-0000-7000-8000-0000000000bb"

Corpo

application/json
active
boolean | null

Whether the arrangement is active. Nil leaves it unchanged.

Exemplo:

true

code
string

Card-scheme arrangement code. Omitted leaves it unchanged.

Exemplo:

"VCC"

role
string

Participant role for this arrangement. Omitted leaves it unchanged.

Exemplo:

"ACQUIRER"

Resposta

OK

active
boolean
obrigatório

Whether the arrangement is active.

Exemplo:

true

code
string
obrigatório

Card-scheme arrangement code.

Exemplo:

"VCC"

createdAt
string<date-time>
obrigatório

Creation timestamp (RFC3339 UTC).

Exemplo:

"2026-06-15T07:50:00Z"

id
string
obrigatório

Arrangement id (UUID).

Exemplo:

"0190b5a0-0000-7000-8000-0000000000bb"

participantId
string
obrigatório

Owning participant id (UUID).

Exemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

role
string
obrigatório

Participant role for this arrangement.

Exemplo:

"ACQUIRER"

updatedAt
string<date-time>
obrigatório

Last-update timestamp (RFC3339 UTC).

Exemplo:

"2026-06-15T07:50:00Z"