Skip to main content
When issuing a guest mobile credential, you can use the following relevant properties:

acs_credential Properties

These properties are applicable to guest credentials for the Visionline ACS.
PropertyTypeDescription
is_multi_phone_sync_credentialBoolean
Indicates whether the credential is amulti-phone sync credential.
When creating a Seam mobile key for a Visionline ACS, you must set this property to true.
allowed_acs_entrance_idsArray of strings OptionalList of ACS entrance IDs to which you want to grant the specified ACS user access.
starts_atISO 8601format
Starting timestamp for credential activation.
ends_atISO 8601format
Ending timestamp for credential expiration.

acs_credential.visionline_metadata Properties

Use the credential.visionline_metadata object to include brand-specific data for your Visionline credentials.
PropertyTypeDescription
card_function_typeEnum
guest
cardFormatEnum

rfid48 | TLCode

  • rfid48: A low-capacity card. It can store up to 33 consecutive guest rooms, 28 common rooms, and 7 additional rooms.
  • TLCode: A high capacity RFID card (for card types needing more than 48 bytes).

For guest cards, generally use rfid48.

For guest advanced cards, which need a higher capacity format, use TLCode.

labelString
“Label” field data for mobile credentials. This field may contain plain text, as well as predefined placeholders. The placeholders are surrounded by percent signs (%).
SeeLabel Placeholders.
overrideBoolean
Indicates whether this guest credential invalidates any previously-issued credentials for overlapping entrances.
Applicable only to guest credentials.
joiner_acs_credential_idsArray of strings OptionalList of credential IDs with which the current guest credential shares entrance access. When override_previous_credentials is false, joiner_acs_credential_ids becomes a mandatory field.
Applicable only to guest credentials.
assa_abloy_credential_service_mobile_endpoint_idString
ID of the ASSA ABLOY Credential Service mobile endpoint associated with the credential.
is_validBoolean
Indicates whether the credential is currently valid.

Label Placeholders

The label field provides “label” field data for mobile credentials. This field may contain plain text, as well as predefined placeholders. The placeholders are surrounded by percent signs (%). Visionline replaces these placeholders with the actual values before issuing mobile keys. The final text is truncated to 32 characters. The valid placeholders are as follows:
  • %ROOMNUM%: Replaced with main guest room number or name.
  • %ROOMLIST%: Replaced with comma-separated list of guest rooms.
  • %ROOMRANGE%: Replaced with hyphen-separated room range. Alternately, if some rooms do not fit into any range, then they are added as a comma-separated list.
  • %SITENAME%: Name of the property.
  • %CARDNUM%: Credential ID.
  • %UUID%: BLE UUID.
  • %USERID%: Value passed in the UI field.