Versionen im Vergleich

Schlüssel

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

...

Codeblock
{
    "boId": null,
    "boMetaId": "example_rest_Order",
    "attributes": {
        "approvedcreditlimit": null,
        "customerAddress": {
            "id": null,
            "name": null
        },
        "discount": null,
        "confirmation": null,
        "nuclosProcess": {
            "id": null,
            "name": null
        },
        "deliveryDate": null,
        "sendDate": null,
        "orderDate": null,
        "customer": {
            "id": null,
            "name": null
        },
        "orderNumber": null,
        "note": null,
    },
    "links": {
        "insert": {
            "href": "http://hammerkopf.local:81808080/nuclos-war/rest/bos/example_rest_Order",
            "methods": [
                "POST"
            ]
        },
        "boMeta": {
            "href": "http://hammerkopf.local:81808080/nuclos-war/rest/boMetas/example_rest_Order",
            "methods": [
                "GET"
            ]
        }
    }
}

...

Die Rückgabe enthält das angelegte Objekt mit Id.

  

Ausführbares Beispiel

Siehe Beispielaufrufe per Shell