Criar uma configuração de fonte de entrada
Provisiona uma configuração de fonte de entrada para o tenant autenticado. Cada configuração é protegida contra a reserva de descoberta de entrada configurada antes da persistência; uma violação resulta em 422 POLLING_BUDGET_EXCEEDED.
Autorizações
Bearer token authentication (format: "Bearer {token}")
Corpo
inbound source config payload
CredentialID is the UUID of the BACEN credential used to fetch inbound documents of this source. MANDATORY: every inbound source fetches with a credential. The uuid tag rejects a malformed value at the boundary (400); the domain constructor rejects uuid.Nil (422 via the reserve/invariant path).
15 <= x <= 1800x >= 11 <= x <= 3650UrgencyEnabled opts this inbound source into urgent inbound processing. Defaults false. Operator-settable.
Resposta
Created
CredentialID is the UUID string of the BACEN credential bound to this inbound source (mandatory and always present).

