BexioApiClient.Contacts.ContactRelation (bexio_api_client v0.7.0)
Bexio Contact Relation Module.
Link to this section Summary
Link to this section Types
@type t() :: %BexioApiClient.Contacts.ContactRelation{ contact_id: pos_integer(), contact_sub_id: pos_integer(), description: String.t(), id: integer() | nil, updated_at: NaiveDateTime.t() }
Bexio Contact Relation
fields
Fields:
:id
- automatic id given by bexio:contact_id
- References a contact object:contact_sub_id
- References a contact object:description
- description of the relation:updated_at
- date time of the last update (zurich time zone)