action naviplancentral_major_purchase_goals_get_by_id { label: "MajorPurchaseGoals_GetById" description: "Description: This operation retrieves a single Major Purchase for the specified Major Purchase ID.
\n Purpose: Provides access to the Major Purchase including description and amount." provider: naviplancentral method: GET path: "/api/MajorPurchaseGoals/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }