To remove a purchase from the database, use the DELETE method.
The Purchase will not be deleted but the end date will be set to now. |
Method type
DELETE
Base URL
https://<hostname>/PublicPurchaseApi/api/Purchase
Available Parameters sets
The selected parameter is added up to the body of the request.
Response codes
The method does not return any data.
The following codes can be returned:
•200 "Success" will be returned on a successful action
•400 "Bad request"
•500 "Server Error"