URI | servlets/services/reservation/<resvId> |
|---|---|
Http Method | DELETE |
Short Description | Remove a stock reservation. |
Query Parameters | none |
Example Requests | http://10.17.0.245:8080/servlets/services/reservation/115 |
HTTP Status Codes |
|
Description | Remove Stock Reservation - API Used by shop systems to delete an existing stock reservation from the IOM system. |
| Parameters | Path parameter resvId = ID of the stock reservation to be deleted |
IOM supports "basic http authentication" only. Please configure your clients to use this authentication method. A very simple method to send REST requests on the command line can be realized using wget. The example also shows, how to configure this client to use "basic http authentication" (--auth-no-challenge).
wget -q -O- --auth-no-challenge --http-user=<user> --http-password='<password>' \ --method=delete http://<hostname>/servlets/services/reservation/115
oms.RightDefDO with ID = 124 and name "Reservation REST service") is assigned to the requesting user. The permission is a part of the class bakery.persistence.dataobject.configuration.common.RightDefDO.JSON
Request data format | No Content |
|---|---|
Request related java object | n/a |
Request data example | n/a |
Response data format | No Content |
Response related java object | n/a |
Response data example | n/a |
| Response Code | 204 |
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Website, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.