# Post segment questionnaire This endpoint will send questionnaire to segment. Endpoint: POST /v2/suppliers/{supplierId}/segment/{segmentId}/questionnaires/{templateId} Version: 2 Security: bearer ## Path parameters: - `supplierId` (string, required) Id of the supplier - `templateId` (string) name of the template to use for the questionnaire. Needs to be provided for sending a questionnaire. I's called "templateId" to not confuse the users with "display_name" - `segmentId` (string, required) Id of the segment ## Request fields (application/json): - `pocs` (array, required) - `template_id` (string) name of the template to use for the questionnaire. If not provided the latest template will be sent. For information regarding which template is the latest one, please contact Panorays Support. - `note` (string) note from the evaluator to the supplier, that will be sent with the questionnaire - `ttl` (string) ttl is the due date specified by the the evaluator - `questionnaire_type` (string) Questionnaire type - internal/external Enum: "external", "internal", "both" ## Response 200 fields (application/json): - `ttl` (string,null, required) - `id` (object, required) - `insert_ts` (string, required) - `pocs` (array, required) - `status` (string, required) - `template_id` (string, required) - `template_name` (string, required) ## Response 201 fields (application/json): - `ttl` (string,null, required) - `id` (object, required) - `insert_ts` (string, required) - `pocs` (array, required) - `status` (string, required) - `template_id` (string, required) - `template_name` (string, required) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields