POST api/Policy/GetCategories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Product
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

ProductDevices

Collection of ProductDevice

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$type": "SFR.Models.Product, SFR.Models",
    "Id": "8225ec9f-8756-438c-9fb7-af5afc1d2f4f",
    "Name": "sample string 2",
    "ProductDevices": {
      "$type": "System.Collections.Generic.List`1[[SFR.Models.ProductDevice, SFR.Models]], mscorlib",
      "$values": [
        {
          "$type": "SFR.Models.ProductDevice, SFR.Models",
          "Id": "30e86033-4039-450c-acbf-8e049b4fdf1e",
          "Name": "sample string 2",
          "DeviceTypeCode": "sample string 3"
        },
        {
          "$type": "SFR.Models.ProductDevice, SFR.Models",
          "Id": "30e86033-4039-450c-acbf-8e049b4fdf1e",
          "Name": "sample string 2",
          "DeviceTypeCode": "sample string 3"
        }
      ]
    }
  },
  {
    "$type": "SFR.Models.Product, SFR.Models",
    "Id": "8225ec9f-8756-438c-9fb7-af5afc1d2f4f",
    "Name": "sample string 2",
    "ProductDevices": {
      "$type": "System.Collections.Generic.List`1[[SFR.Models.ProductDevice, SFR.Models]], mscorlib",
      "$values": [
        {
          "$type": "SFR.Models.ProductDevice, SFR.Models",
          "Id": "30e86033-4039-450c-acbf-8e049b4fdf1e",
          "Name": "sample string 2",
          "DeviceTypeCode": "sample string 3"
        },
        {
          "$type": "SFR.Models.ProductDevice, SFR.Models",
          "Id": "30e86033-4039-450c-acbf-8e049b4fdf1e",
          "Name": "sample string 2",
          "DeviceTypeCode": "sample string 3"
        }
      ]
    }
  }
]