Placement Holds
A Placement Hold is an internal Binti concept used to reflect the availability of an Agency Placement. A list of Placement Holds represents the history of the Agency Placement availability over time.
id
* (string) - The primary key for the record.type
* (string) - The JSON:API type specifier.attributes
* (object) - Primary record attributes.created-at
* (string) - Date and time that the Placement Hold was created in Binti.updated-at
* (string) - Date and time that the Placement Hold was last updated.requested-at
* (string) - Date that the availability change was started.reason-requested
* (string) - Reason for the voluntary or involuntary availability change.resolved-at
* (string) - Date when the availability change was closed, resolved or removed. Empty if not resolved/deleted/closed.voluntary
* (boolean) - Boolean representing if the avalability change is considered voluntary, or involuntary. A voluntary change is considered non-compliance related such as reserving for an incoming child placement. An involuntary change could be due to compliance issues or problems at home.creator-id
* (number) - The ID of the user who created the Placement Hold.
Updated 6 days ago