# Post supplier Add a new supplier to the portfolio. If a questionnaire is also sent via this request, and you have more than 1 questionnaire template, the latest template will be sent. For information regarding which template is the latest one, please contact Panorays Support. It is recommended to use “Send questionnaire” POST request to send a questionnaire instead. Endpoint: POST /v2/suppliers Version: 2 Security: bearer ## Request fields (application/json): - `pocs` (array) - `pocs.email` (string, required) - `pocs.name` (string) - `pocs.language` (string) Enum: "aa", "ab", "ae", "af", "ak", "am", "an", "ar", "as", "av", "ay", "az", "ba", "be", "bg", "bh", "bi", "bm", "bn", "bo", "br", "bs", "ca", "ce", "ch", "co", "cr", "cs", "cu", "cv", "cy", "da", "de", "dv", "dz", "ee", "el", "en", "eo", "es", "et", "eu", "fa", "ff", "fi", "fj", "fo", "fr", "fy", "ga", "gd", "gl", "gn", "gu", "gv", "ha", "he", "hi", "ho", "hr", "ht", "hu", "hy", "hz", "ia", "id", "ie", "ig", "ii", "ik", "io", "is", "it", "iu", "ja", "jv", "ka", "kg", "ki", "kj", "kk", "kl", "km", "kn", "ko", "kr", "ks", "ku", "kv", "kw", "ky", "la", "lb", "lg", "li", "ln", "lo", "lt", "lu", "lv", "mg", "mh", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my", "na", "nb", "nd", "ne", "ng", "nl", "nn", "no", "nr", "nv", "ny", "oc", "oj", "om", "or", "os", "pa", "pi", "pl", "ps", "pt", "qu", "rm", "rn", "ro", "ru", "rw", "sa", "sc", "sd", "se", "sg", "si", "sk", "sl", "sm", "sn", "so", "sq", "sr", "ss", "st", "su", "sv", "sw", "ta", "te", "tg", "th", "ti", "tk", "tl", "tn", "to", "tr", "ts", "tt", "tw", "ty", "ug", "uk", "ur", "uz", "ve", "vi", "vo", "wa", "wo", "xh", "yi", "yo", "za", "zh", "zu" - `pocs.position` (string) - `pocs.phone` (string) - `business_impact` (number) - `business_information` (array) - `business_information.answer` (any) - `business_information.question_id` (string) - `evaluation_type` (string, required) Enum: "Continuous 360 Evaluation", "Continuous Posture Evaluation", "Bi-Annual 360 Evaluation", "Bi-Annual Posture Evaluation", "Smart Questionnaires", "Inventory", "Inventory Plus" - `portfolios` (array) - `questionnaire_contacts` (array) - `questionnaire_type` (string) Enum: "external", "internal", "both" - `private` (boolean) - `asset` (string, required) - `questionnaire_template_name` (string) - `relationships` (array) - `tags` (array) ## Response 200 fields (application/json): - `id` (string, required) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields