Sale Endpoints
Update Sale
Updates a sale based on their ID
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Sale update details
The body is of type object
.
Response
200
Sale updated successfully