# Accept or reject a booking Endpoint: PUT /carrierBookings/{bookingId}/acceptance Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `bookingId` (string, required) The booking Id ## Request fields (application/json): - `acceptance` (boolean, required) Whether the booking is accepted or rejected by the carrier ## Response 200 fields (application/json): - `success` (boolean) Example: true ## Response 400 fields (application/json): - `message` (string) Example: "missing data" ## Response 404 fields (application/json): - `message` (string) Example: "not found"