@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias RepresentativeUpdateInput

    RepresentativeUpdateInput: Partial<RepresentativeInput>

    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.