GET api/Billing

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GetBillingRulesResponse
NameDescriptionTypeAdditional information
BillingRulesWithRanges

Collection of BillingRuleWithRangeDto

None.

Response Formats

application/json, text/json

Sample:
{
  "BillingRulesWithRanges": [
    {
      "Id": 1,
      "RuleKey": "sample string 2",
      "RuleType": "sample string 3",
      "Metadata": {
        "DisplayName": "sample string 1",
        "Ranges": [
          {
            "From": 1.0,
            "To": 1.0,
            "HasNoEnd": true,
            "Points": 3
          },
          {
            "From": 1.0,
            "To": 1.0,
            "HasNoEnd": true,
            "Points": 3
          }
        ]
      }
    },
    {
      "Id": 1,
      "RuleKey": "sample string 2",
      "RuleType": "sample string 3",
      "Metadata": {
        "DisplayName": "sample string 1",
        "Ranges": [
          {
            "From": 1.0,
            "To": 1.0,
            "HasNoEnd": true,
            "Points": 3
          },
          {
            "From": 1.0,
            "To": 1.0,
            "HasNoEnd": true,
            "Points": 3
          }
        ]
      }
    }
  ]
}