Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 11.2 KB

File metadata and controls

18 lines (14 loc) · 11.2 KB

ExhibitorAdminResponse

Existing Exhibitor Admin with an id property

Fields

Field Type Required Description Example
created OffsetDateTime The ISO 8601 zoned date time when this record was created. 2017-01-02T02:00:00Z
createdBy Optional<String> The identifier of the user that created this record. hporter
lastModified OffsetDateTime The ISO 8601 zoned date time when this record was updated. 2019-02-12T03:00:00Z
lastModifiedBy Optional<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The identifier of the user that last updated this record.This filed is deprecated.
hporter
exhibitor Exhibitor ✔️ The Associated Exhibitor.
firstName String ✔️ The first name of the exhibitor admin John
lastName String ✔️ The last name of the exhibitor admin Eddy
email String ✔️ The email address of the exhibitor admin john.eddy@test.com
id Optional<String> Exhibitor Admin id 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3