Crear una configuración de fuente entrante
Aprovisiona una configuración de fuente entrante para el tenant autenticado. Cada configuración se protege contra la reserva de descubrimiento de entrada configurada antes de persistir; una violación surge como 422 POLLING_BUDGET_EXCEEDED.
Autorizaciones
Bearer token authentication (format: "Bearer {token}")
Cuerpo
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.
Respuesta
Created
CredentialID is the UUID string of the BACEN credential bound to this inbound source (mandatory and always present).

