Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.02 KB

unifiedticketingaccountoutput.md

File metadata and controls

15 lines (12 loc) · 4.02 KB

UnifiedTicketingAccountOutput

Fields

Field Type Required Description Example
name Nullable[str] ✔️ The name of the account My Personal Account
domains List[str] The domains of the account [
"acme.com",
"acme-test.com"
]
field_mappings Dict[str, Any] The custom field mappings of the account between the remote 3rd party & Panora {
"fav_dish": "broccoli",
"fav_color": "red"
}
id OptionalNullable[str] The UUID of the account 801f9ede-c698-4e66-a7fc-48d19eebaa4f
remote_id OptionalNullable[str] The remote ID of the account in the context of the 3rd Party id_1
remote_data Dict[str, Any] The remote data of the account in the context of the 3rd Party {
"fav_dish": "broccoli",
"fav_color": "red"
}
created_at date The created date of the account 2024-10-01T12:00:00Z
modified_at date The modified date of the account 2024-10-01T12:00:00Z