Docs: Add extension of exhibitor API

This commit is contained in:
Raphael Michel
2024-02-28 16:11:50 +01:00
parent 04ef097eb1
commit 1523137300

View File

@@ -34,6 +34,7 @@ internal_id string Can be used for
contact_name string Contact person (or ``null``) contact_name string Contact person (or ``null``)
contact_name_parts object of strings Decomposition of contact name (i.e. given name, family name) contact_name_parts object of strings Decomposition of contact name (i.e. given name, family name)
contact_email string Contact person email address (or ``null``) contact_email string Contact person email address (or ``null``)
contact_cc_email string Copy email addresses, can be multiple separated by comma (or ``null``)
booth string Booth number (or ``null``). Maximum 100 characters. booth string Booth number (or ``null``). Maximum 100 characters.
locale string Locale for communication with the exhibitor. locale string Locale for communication with the exhibitor.
access_code string Access code for the exhibitor to access their data or use the lead scanning app (read-only). access_code string Access code for the exhibitor to access their data or use the lead scanning app (read-only).
@@ -109,6 +110,7 @@ Endpoints
"title": "Dr" "title": "Dr"
}, },
"contact_email": "johnson@as.example.org", "contact_email": "johnson@as.example.org",
"contact_cc_email": "miller@as.example.org,smith@as.example.org",
"booth": "A2", "booth": "A2",
"locale": "de", "locale": "de",
"access_code": "VKHZ2FU84", "access_code": "VKHZ2FU84",
@@ -162,6 +164,7 @@ Endpoints
"title": "Dr" "title": "Dr"
}, },
"contact_email": "johnson@as.example.org", "contact_email": "johnson@as.example.org",
"contact_cc_email": "miller@as.example.org,smith@as.example.org",
"booth": "A2", "booth": "A2",
"locale": "de", "locale": "de",
"access_code": "VKHZ2FU84", "access_code": "VKHZ2FU84",
@@ -365,6 +368,7 @@ Endpoints
"title": "Dr" "title": "Dr"
}, },
"contact_email": "johnson@as.example.org", "contact_email": "johnson@as.example.org",
"contact_cc_email": "miller@as.example.org,smith@as.example.org",
"booth": "A2", "booth": "A2",
"locale": "de", "locale": "de",
"allow_lead_scanning": true, "allow_lead_scanning": true,
@@ -394,6 +398,7 @@ Endpoints
"title": "Dr" "title": "Dr"
}, },
"contact_email": "johnson@as.example.org", "contact_email": "johnson@as.example.org",
"contact_cc_email": "miller@as.example.org,smith@as.example.org",
"booth": "A2", "booth": "A2",
"locale": "de", "locale": "de",
"access_code": "VKHZ2FU84", "access_code": "VKHZ2FU84",
@@ -454,6 +459,7 @@ Endpoints
"title": "Dr" "title": "Dr"
}, },
"contact_email": "johnson@as.example.org", "contact_email": "johnson@as.example.org",
"contact_cc_email": "miller@as.example.org,smith@as.example.org",
"booth": "A2", "booth": "A2",
"locale": "de", "locale": "de",
"access_code": "VKHZ2FU84", "access_code": "VKHZ2FU84",