{
    "boMetaId": "example_rest_OrderPosition",
    "name": "Order position",
    "links": {
        "self": {
            "href": "http://localhost:8080/nuclos-war/rest/boMetas/example_rest_OrderPosition",
            "methods": [
                "GET"
            ]
        },
		"defaultGeneration": {
            "href": "http://localhost:8080/nuclos-war/rest/boGenerations/example_rest_OrderPosition",
            "methods": [
                "GET"
            ]
        }
    },
    "attributes": {
        "order": {
            "boAttrId": "example_rest_OrderPosition_order",
            "name": "Order",
            "type": "String",
            "readonly": false,
            "unique": false,
            "nullable": false,
            "reference": true,
            "order": "1"
        },
        "article": {
            "boAttrId": "example_rest_OrderPosition_article",
            "name": "Article",
            "type": "String",
            "readonly": false,
            "unique": false,
            "nullable": false,
            "reference": true,
            "order": "2"
        },
        "price": {
            "boAttrId": "example_rest_OrderPosition_price",
            "name": "Price",
            "type": "Decimal",
            "readonly": false,
            "unique": false,
            "nullable": false,
            "reference": false,
            "order": "3",
            "scale": 9,
            "precision": 2
        },
        "quantity": {
            "boAttrId": "example_rest_OrderPosition_quantity",
            "name": "Quantity",
            "type": "Decimal",
            "readonly": false,
            "unique": false,
            "nullable": false,
            "reference": false,
            "order": "4",
            "scale": 9,
            "precision": 2
        },
        "createdAt": {
            "boAttrId": "example_rest_OrderPosition_createdAt",
            "name": "Erstellt am",
            "type": "Timestamp",
            "readonly": false,
            "unique": false,
            "nullable": true,
            "reference": false,
            "order": "65510"
        },
        "createdBy": {
            "boAttrId": "example_rest_OrderPosition_createdBy",
            "name": "Erstellt von",
            "type": "String",
            "readonly": false,
            "unique": false,
            "nullable": true,
            "reference": false,
            "order": "65511"
        },
        "changedAt": {
            "boAttrId": "example_rest_OrderPosition_changedAt",
            "name": "Geändert am",
            "type": "Timestamp",
            "readonly": false,
            "unique": false,
            "nullable": true,
            "reference": false,
            "order": "65512"
        },
        "changedBy": {
            "boAttrId": "example_rest_OrderPosition_changedBy",
            "name": "Geändert von",
            "type": "String",
            "readonly": false,
            "unique": false,
            "nullable": true,
            "reference": false,
            "order": "65513"
        }
    },
    "refAttrId": "example_rest_OrderPosition_order"
}
  • Keine Stichwörter