Params

Param name Description
id
required

Validations:

  • Must be a String

Examples

GET /v1/5bf0f4a5-342d-4028-b3d2-4db958821b12/ledgers/891b4b2a-d592-401d-814c-124ce7e597a1/rate_changes
200
{
  "rate_changes": [
    {
      "id": "96daf6c4-7856-43da-957f-a719bb00c133",
      "type": "Rental rate changed",
      "created_at": "2023-09-15T04:38:47.381-10:00",
      "verb": null,
      "related_object_type": null,
      "unit_details": "10x6x4 - U104",
      "tenant_name": "Henry149 Quigley",
      "amount": 10.0,
      "new_rate": 110.0,
      "applied_on": "2023-09-15",
      "effective_on": "2023-09-15",
      "increase_type": null,
      "previous_rate": 100.0,
      "row_number": null,
      "unit_id": "6dd6f120-c57d-4414-9b54-a1fc5fea7244",
      "support_case_id": null,
      "notes": [],
      "created_by": null,
      "source_id": null,
      "lead_id": null,
      "facility_id": "5bf0f4a5-342d-4028-b3d2-4db958821b12",
      "ledger_id": "891b4b2a-d592-401d-814c-124ce7e597a1"
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 1,
      "previous_page": null,
      "next_page": null
    },
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "5bf0f4a5-342d-4028-b3d2-4db958821b12",
      "ledger_id": "891b4b2a-d592-401d-814c-124ce7e597a1",
      "ledger": {}
    }
  }
}