POST api/UBGetMeterReadingsFlags

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "CsId": 1,
  "AllServicesForAccount": true
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "MeterReadingFlags": [
    {
      "CS_ID": 1,
      "READ_ID": 2,
      "CAN_EDIT": true,
      "CAN_DELETE": true
    },
    {
      "CS_ID": 1,
      "READ_ID": 2,
      "CAN_EDIT": true,
      "CAN_DELETE": true
    },
    {
      "CS_ID": 1,
      "READ_ID": 2,
      "CAN_EDIT": true,
      "CAN_DELETE": true
    }
  ]
}