Skip to main content
POST
Propose a config-only field-map/dialect mapping for a source sample

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Parámetros de ruta

contextId
string<uuid>
requerido

Context ID

sourceId
string<uuid>
requerido

Source ID

Cuerpo

application/json
sample
string
requerido

Representative source-file sample

Minimum string length: 1
Ejemplo:

"id;value;ccy;posted_at\nA1;10,50;BRL;2025-06-01\n"

format
enum<string>

Declared file format hint

Opciones disponibles:
csv,
json,
xml,
camt053
Ejemplo:

"csv"

hints
object

Optional non-secret operator nudges (e.g. locale=pt-BR, has_header=true)

Respuesta

OK

fields
object[] | null
requerido

Per-field breakdown backing the proposed mapping

dialect
object

Proposed source dialect; null when the advisor has no dialect suggestion

mapping
object

Proposed canonical field map (canonical key -> source column); null when the advisor could not propose a mapping