SectorsResponse Data Type

Properties
name data type constraints description
sectors array of Sector  
totalNumberOfSectors number required

Example

{
  "sectors" : [ {
    "id" : 12345,
    "title" : "...",
    "language" : "PT",
    "tariff" : { }
  }, {
    "id" : 12345,
    "title" : "...",
    "language" : "TS",
    "tariff" : { }
  } ],
  "totalNumberOfSectors" : 12345
}