-
Notifications
You must be signed in to change notification settings - Fork 1
Lodging Events
jimbali edited this page Apr 4, 2024
·
2 revisions
This page documents lodging events in the Book A Secure Move API
Indicates that an overnight lodging is planned to take place during a move.
-
start_date
- The date that the lodging will start -
end_date
- The date that the lodging will end -
location
- The location that the lodging will take place at
Created automatically when a lodging is created via the lodgings controller.
-
start_date
- presence, iso8601 date time -
end_date
- presence, iso8601 date time -
location
- presence, must be an existing location
None
Indicates that the details of an overnight lodging have changed.
-
start_date
andold_start_date
- The original and new dates that the lodging will start -
end_date
andold_end_date
- The original and new dates that the lodging will end -
location_id
andold_location_id
- The original and new locations that the lodging will take place at
Created automatically when a lodging is updated via the lodgings controller.
One of the following pairs of attributes must be present:
-
start_date
andold_start_date
- iso8601 date times -
end_date
andold_end_date
- iso8601 date times -
location_id
andold_location_id
- IDs of existing locations
None
Indicates that an overnight lodging has been cancelled for a move.
-
start_date
- The date that the lodging will start -
end_date
- The date that the lodging will end -
cancellation_reason
- The reason code for the cancellation -
cancellation_reason_comment
- Optional comment about why the lodging was cancelled
Created automatically when a lodging is cancelled via the lodgings controller.
-
start_date
- presence, iso8601 date time -
end_date
- presence, iso8601 date time -
cancellation_reason
- presence, must be one of: (made_in_error | supplier_declined_to_move | cancelled_by_pmu | other)
None
- API Guide
- Version 2
- Asked Questions
- Webhook & Email notifications
- Walkthroughs
- Deployment
- Useful Queries
- Data quality improvements
-
Journeys and Payment Related Calls
- Single journey move
- Redirection before move commences
- Redirection after move commences
- Lockouts and Lodgings
- Assessments
- Event Documentation
- GPS Track a move