# Reject Adjustment Reject an inventory adjustment by outlet and adjustment number. Requires the "APPROVAL" role in the "Adjustment" module. Endpoint: PUT /api/v3/Adjustment/Reject Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `Outlet` (string) Example: "Outlet1" - `Number` (string) Example: "Adjustment001" ## Response 200 fields (application/json): - `Message` (string) Example: "Inventory Adjustment Number Adjustment001 Accepted"