# Create Supplier Create a supplier based on the name You must have “CREATE” role in “Contacts” Module Endpoint: POST /Supplier Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `Email` (string, required) Email address of Supplier - `Name` (string, required) Name of supplier. This is primary key for the object - `FirstName` (string) First name of supplier - `LastName` (string) Last name of supplier - `Phone` (string) Phone number of supplier - `Mobile` (string, required) Mobile number of supplier - `Address` (string) Address of Supplier - `Gender` (string) Gender of supplier Enum: "Male", "Female" - `Code` (string, required) Code member of supplier - `Group` (string) Group of supplier - `ImageURL` (string) Supplier's photo URL - `Status` (string, required) ## Response 200 fields (application/json): - `ID` (string) ID of supplier created ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)