POST api/UBMeterGetActiveCodes

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "SearchTerm": "sample string 1",
  "MaxItems": 2
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ActiveCodes": [
    {
      "CODE": "sample string 1",
      "CODE_DESC": "sample string 2",
      "CODE_TYPE_CODE": "sample string 3"
    },
    {
      "CODE": "sample string 1",
      "CODE_DESC": "sample string 2",
      "CODE_TYPE_CODE": "sample string 3"
    },
    {
      "CODE": "sample string 1",
      "CODE_DESC": "sample string 2",
      "CODE_TYPE_CODE": "sample string 3"
    }
  ]
}