Bill Settings Matrix (Patrol Group, Task Price Tiers)

image (14).png

In the above screenshot, the Bill Settings Matrix (with effective dating) information is obtained and set via the endpoint /task-price-tier-bill-settings.

E.g.

GET /task-price-tier-bill-settings?taskPriceTier=11815

{
  "taskPriceTier": 11815,
  "chargeType": "ACTUAL",
  "rate": 90,
  "effectiveDate": "1970-01-01T00:00:00+00:00",
  "prepaidCost": null,
  "prepaidIncludedCount": null,
  "prepaidRefillThreshold": null,
  "rateMatrix": null,
  "appliedRate": 90,
  "id": 19747
},
{
  "taskPriceTier": 11815,
  "chargeType": "ACTUAL",
  "rate": 91.5,
  "effectiveDate": "2024-12-06T00:00:00+00:00",
  "prepaidCost": null,
  "prepaidIncludedCount": null,
  "prepaidRefillThreshold": null,
  "rateMatrix": null,
  "appliedRate": 91.5,
  "id": 19748
},
{
  "taskPriceTier": 11815,
  "chargeType": "MATRIX",
  "rate": null,
  "effectiveDate": "2024-12-13T00:00:00+00:00",
  "prepaidCost": null,
  "prepaidIncludedCount": null,
  "prepaidRefillThreshold": null,
  "rateMatrix": {
    "blocks": [
      {
        "min": "3",
        "cost": "45"
      }
    ],
    "add_min": "1",
    "add_cost": "10",
    "base_min": "5",
    "base_cost": "100"
  },
  "appliedRate": 100,
  "id": 19749
}
Was this article helpful?
0 out of 0 found this helpful

Articles in this section