action naviplancentral_fact_finders_post_snapshots_by_factfinderid { label: "FactFinders_PostSnapshotsByFactfinderid" description: "Description: The operation creates a Snapshot of a Fact Finder.
\n Purpose: Allows for advisors to compare the current fact finder to a snapshot prior to acceptance." provider: naviplancentral method: POST path: "/api/FactFinders/{factFinderId}/Snapshots" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }