# Get Supplier By Code Get supplier based on supplier code Required Group Role: "Contacts" - "VIEW" Endpoint: GET /Supplier/Code Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `Code` (string, required) Supplier Code of supplier. this is primary key of the object Example: "AR012345" ## Response 200 fields (application/json): - `Name` (string) Supplier's name - `Email` (string) Supplier's email - `Title` (string,null) Supplier's title - `FirstName` (string) Supplier's first name - `LastName` (string) Supplier's last name - `Gender` (string) Supplier's gender - `Code` (string) Supplier's code - `Phone` (string) Supplier's phone - `MobilePhone` (string) Supplier's mobile phone - `Address` (string) Supplier's address - `ImageURL` (string) Supplier's imageURL - `Status` (string) Supplier's status ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)