Rate Applied Actions are records used to keep track of all rates that were available to a user at the time that user completed a Move-In or Transfer to a new rental.
The Rate Applied Action describes the rate that the user ultimately assigned the rental in order for comparisons to be made between available rates and the final rate assigned to the rental.
GET /v1/823bb163-812d-42dc-b194-4f8695261277/rate_applied_actions 200 { "rate_applied_actions": [ { "rate_info": { "applied_rate": { "name": "standard_rate", "amount": 100.0 }, "standard_rate": 100.0 }, "source": "storEDGE", "completed_on": "2022-09-30", "completed_by": "Darrick Ziemann", "employee_id": "2382432", "user_id": "d870072c-6dc1-48cc-b702-7f88c84b0386", "time_completed": "2022-09-30T03:51:20.661-10:00", "event": "MoveInUnitEvent", "old_ledger_id": "", "new_ledger_id": "da6611cd-3bc0-4438-be63-cca8819c2e51", "unit_id": "ea27e54b-5671-4219-ac01-72027eff575d", "lead_id": "fa831bfe-47f3-48b1-892b-21c5f958167f" }, { "rate_info": { "applied_rate": { "name": "standard_rate", "amount": 100.0 }, "standard_rate": 100.0 }, "source": "storEDGE Rental Center", "completed_on": "2022-10-02", "completed_by": "", "employee_id": "", "user_id": "", "time_completed": "2022-09-30T03:51:20.661-10:00", "event": "MoveInUnitEvent", "old_ledger_id": "", "new_ledger_id": "8b1c1849-3ba5-4405-970e-f1d08819aaee", "unit_id": "530217e8-50ef-4e40-a52f-4bbc45410b55", "lead_id": "ce0c073b-1f02-45c7-b302-0bf0b7cfd75a" } ], "meta": { "status_code": 200, "status_message": "OK", "status_cat": "https://http.cat/200", "request_method": "GET", "request_id": null, "parameters": { "end_date": "2022-10-03", "start_date": "2022-09-27", "facility_id": "823bb163-812d-42dc-b194-4f8695261277", "rate_applied_action": {} } } }
Param name | Description |
---|---|
start_date optional |
Start date of the range used to find Rate Applied Actions. Default: Today. Format: YYYY-MM-DD Value: Must be a Date |
end_date optional |
End date of the range used to find Rate Applied Actions. Default: Today. Format: YYYY-MM-DD Value: Must be a Date |