updateRepresentative's partial-update input. Unlike the entity pair, the
update names are IDENTICAL to RepresentativeInput's — RouteFusion
applies no read-name/write-name split to representatives — CONFIRMED against
the live schema, whose UpdateRepresentativeInput accepts every field this
sends. Modelled explicitly rather than as Partial<RepresentativeInput> so
the two can diverge if RF's update surface ever does.
Note what RF's READ side does NOT expose: Representative has no
tax_number, so a tax_number written here cannot be read back to confirm it
landed. Verify that one through finalizeEntity no longer naming it.
updateRepresentative's partial-update input. Unlike the entity pair, the update names are IDENTICAL to RepresentativeInput's — RouteFusion applies no read-name/write-name split to representatives — CONFIRMED against the live schema, whoseUpdateRepresentativeInputaccepts every field this sends. Modelled explicitly rather than asPartial<RepresentativeInput>so the two can diverge if RF's update surface ever does.Note what RF's READ side does NOT expose:
Representativehas notax_number, so atax_numberwritten here cannot be read back to confirm it landed. Verify that one throughfinalizeEntityno longer naming it.