Versionen im Vergleich

Schlüssel

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

...

Codeblock
{
    "all": true,
    "total": 1,
    "title": "Order position",
    "bo_simple_list": [
        {
            "bo_instance_id": 40000303,
            "href": "http://localhost:8280/example/rest/data/WPYYgEC0psVEY9d7C78Z/40000303",
            "title": "2011 20 TB HDD",
            "info": "99.00, 2.00"
        }
    ]
}

 

/bo/WPYYgEC0psVEY9d7C78Z/40000303
Codeblock
{
    "bo_instance": {
        "bo_instance_id": 40000303,
        "href": "http://localhost:8280/example/rest/data/WPYYgEC0psVEY9d7C78Z/40000303",
        "bo_meta_id": "WPYYgEC0psVEY9d7C78Z",
        "title": "2011 20 TB HDD",
        "info": ""
    }
}

 

/bo/sYFUgWuHvxtv8MDrpgV2

Codeblock
{
    "all": true,
    "title": "Customer",
    "bo_simple_list": [
        {
            "bo_instance_id": 40000294,
            "href": "http://localhost:8280/example/rest/data/sYFUgWuHvxtv8MDrpgV2/40000294",
            "title": "Max Mustermann",
            "info": "3011, 1980-01-01, 1.50"
        },
        {
            "bo_instance_id": 40000296,
            "href": "http://localhost:8280/example/rest/data/sYFUgWuHvxtv8MDrpgV2/40000296",
            "title": "Maria Mustermann",
            "info": "3012, 1980-01-02, 2.00"
        },
        {
            "bo_instance_id": 40000298,
            "href": "http://localhost:8280/example/rest/data/sYFUgWuHvxtv8MDrpgV2/40000298",
            "title": "Mr. X",
            "info": "3013"
        }
    ]
}

/bo/sYFUgWuHvxtv8MDrpgV2/40000294

Codeblock
{
    "bo_instance": {
        "bo_instance_id": 40000294,
        "href": "http://localhost:8280/example/rest/data/sYFUgWuHvxtv8MDrpgV2/40000294",
		"bo_attr_values": {
			"yRrNxQuuEubF3geNfE0A": 3011,
	        "Tsq9sMXXXuAAVFnKLKNr": "Max Mustermann",
    	    "PI0aFHtZRMXLtFNVPFT0": "1980-01-01",
        	"pGwFv9qaL7PCAwdMIWti": true,
	        "imCuENAlyLJTKzq5Tkgs": "1.50",
		}
        "bo_meta_id": "sYFUgWuHvxtv8MDrpgV2",
        "layout": "http://localhost:8280/example/rest/meta/layout/-939307636",
        "dependencies": "http://localhost:8280/example/rest/data/sYFUgWuHvxtv8MDrpgV2/40000294/dependence",
        "title": "Max Mustermann",
        "info": "3011, 1980-01-01, 1.50"
    }
}

 

/bo/sYFUgWuHvxtv8MDrpgV2/40000294/dependence

Codeblock
{
    "l4ndyl0Dh0Ga39YF7sco": "http://localhost:8280/example/rest/data/sYFUgWuHvxtv8MDrpgV2/40000294/dependence/l4ndyl0Dh0Ga39YF7sco"
}

 

/bo/sYFUgWuHvxtv8MDrpgV2/40000294/dependence/l4ndyl0Dh0Ga39YF7sco
Codeblock
{
    "all": true,
    "total": 1,
    "title": "Customer address",
    "bo_simple_list": [
        {
            "bo_instance_id": 40000295,
            "href": "http://localhost:8280/example/rest/data/iCkm9KpNyzMk7Zi47tYn/40000295",
            "title": "München, 800700, Tegernseeroberlandstr. 119",
            "info": ""
        }
    ]
}

 

/bo/iCkm9KpNyzMk7Zi47tYn/40000295
Codeblock
{
    "bo_instance": {
        "bo_instance_id": 40000295,
        "href": "http://localhost:8280/example/rest/data/iCkm9KpNyzMk7Zi47tYn/40000295",
        "bo_meta_id": "iCkm9KpNyzMk7Zi47tYn",
        "title": "München, 800700, Tegernseeroberlandstr. 119",
        "info": ""
    }
}

 

/bo/meta/B3wu3cgTYSt3iXx8mIeH

Codeblock
{
    "bo_meta_id": "B3wu3cgTYSt3iXx8mIeH",
    "name": "Law",
	"links":[
		{"rel": "bolist", "href": "http://localhost:8280/example/rest/data/B3wu3cgTYSt3iXx8mIeH", "verb": "GET"},
		{"rel": "detail_layout", "href": "http://localhost:8280/example/rest/bo/layout/detail/g0PLjlXHogX00oBANPrD", "verb": "GET"},
		{"rel": "table_layout", "href": "http://localhost:8280/example/rest/bo/layout/table/B3wu3cgTYSt3iXx8mIeH", "verb": "GET"}
	]
} 

...