Name | Description | Type | Additional information |
---|---|---|---|
AssociatedStateProvinceCodes |
A list of State/Province Codes. If set, the Contact will be dynamically associated with each Facility located in any of the specified states/provinces. If the list is null or empty, this criteria will be ignored. If FacilityMustMatchAllCriteria is set to True, the Facility must also match the AssociatedFacilityGroups and AssociatedFacilityStatuses. Valid values can be retrieved from v1/Common/StateProvinceCodes. |
Collection of string |
None. |
AssociatedFacilityGroups |
A list of Facility Group Identifiers. If set, the Contact will be dynamically associated with each Facility that is a member of any of the specified Facility Groups. If the list is null or empty, this criteria will be ignored. If FacilityMustMatchAllCriteria is set to True, the Facility must also match the AssociatedStateProvinceCodes and AssociatedFacilityStatuses. Valid values can be retrieved from v1/Clients/{clientId}/FacilityGroups. |
Collection of integer |
None. |
AssociatedFacilityStatuses |
A list of Facility Status Reference Identifiers. If set, the Contact will be dynamically associated with each Facility that has a Facility Status matching any of the specified Facility Statuses. If the list is null or empty, this criteria will be ignored. If FacilityMustMatchAllCriteria is set to True, the Facility must also match the AssociatedStateProvinceCodes and AssociatedFacilityGroups. Valid values can be retrieved from v1/Clients/{clientId}/References?type=FacilityStatus. |
Collection of integer |
None. |
FacilityMustMatchAllCriteria |
A boolean value indicating whether a Facility needs to match all criteria in order to be dynamically associated with the Contact. If True, the Contact will be associated with each Facility that matches ALL criteria. If False, the Contact will be associated with each Facility that matches ANY criteria. |
boolean |
None. |