Enterprises
📄️ Get enterprise vendors
Returns all vendors linked to the specified enterprise.
📄️ Add vendor to enterprise
Links a vendor to the enterprise. Body: AddEnterpriseVendorCommand. Returns 201 Created with the new enterprise-vendor link.
📄️ Update enterprise vendor
Updates metadata on the enterprise-vendor link (e.g. status, notes). Returns 404 if the link does not exist.
📄️ Remove vendor from enterprise
Removes the link between the enterprise and the vendor. Returns 204 on success, 404 if not found.
📄️ Get vendor questionnaires
Returns all questionnaires assigned to a specific vendor within the enterprise.
📄️ Assign questionnaire to vendor
Creates a new questionnaire assignment for the vendor within the enterprise. Body: AssignQuestionnaireCommand with questionSetId.
📄️ Remove questionnaire from vendor
Removes a questionnaire assignment from the vendor. Returns 204 on success, 404 if the assignment does not exist.