Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Функция

http://localhost:2001/apix1/ProductType


Code Block
languagecss
{
    "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 - ид родительского типа товара