Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Функция

http://localhost:2001/apix1/ProductType


{
    "value": [
        {
            "$id": 1,
            "@xdata.type": "XData.Default.ProductType",
            "pt_id": 1,
            "pt_title": "Товары",
            "pt_parent_id": null
        },
        {
            "$id": 2,
            "@xdata.type": "XData.Default.ProductType",
            "pt_id": 32,
            "pt_title": "Свет",
            "pt_parent_id": 1
        }
    ]
}


pt_id - Ид типа товара

pt_title - название типа товара

pt_parent_id - ид родительского типа товара



  • No labels