# List Supplier Endpoint: GET /Supplier Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `PageNumber` (integer, required) Number of page begin. this is primary key for the object Example: 1 - `PageSize` (integer, required) Page size of list supplier. this is primary key for the object ## Response 200 fields (application/json): - `Name` (string) the name of supplier to be shown - `Code` (string) the supplier code of the supplier to be shown - `Phone` (string) the phone number of supplier to be shown - `Mobile` (string) the mobile phone number of supplier to be shown - `Email` (string) the email of the supplier to be shown ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)