# Void a Bill Void a supplier bill by outlet and number. Requires the "Delete" role in the "Buy" module. Endpoint: PUT /api/v3/Bill/Void Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `Outlet` (string, required) The name of the outlet making a purchase order - `Number` (string, required) Number of Supplier bill. This is primary key for the object ## Response 200 fields (application/json): - `Message` (string) ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)