Costs v1

The endpoint retrieves costs for equipment in the specified location in the specified time range. The returned data block is a list of entries in which every entry is related to specific equipment. An example entry is shown below.

/locations/{location_id}/costs/v1
Notes

Like in the example below, costs can be 0. This means equipment were present in the specified location in the given time range but were not charged.

Example entity
{
  "cost": {
    "total": 0,
    "service": {
      "maintenance": 0,
      "repair": {
        "total": 0,
        "extra_service": 0,
        "customer_damage": 0,
        "other": 0
      },
      "safety_check": 0,
      "oil_service": 0
    },
    "currency": null,
    "long_term_rental": 0,
    "short_term_rental": 0,
    "full_service": 0,
    "spare_parts": 0,
    "rental_fleet_management": 0,
    "full_flex_rental": 0
  },
  "equipment_id": "dj3kh5kf9sf89y289h8932f93f239gf7923gf3729g392fghf9238y2rh89f31fh",
  "equipment_number": "12345678"
}