Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
curl -X PUT -d @update2_order_1012.json http://localhost:8080/nuclos-war/rest/bos/example_rest_Order/40000305 -H "sessionId:$SESSIONID" -H "Content-Type:application/json" -H "Accept:application/json"

 

Order löschen

Codeblock
curl -X DELETE http://localhost:8080/nuclos-war/rest/bos/example_rest_Order/40000305 -H "sessionId:$SESSIONID"

 

Logout

Codeblock
curl -X DELETE http://localhost:8080/nuclos-war/rest -H "sessionId:$SESSIONID"