EventimConfirmOrderIdentity
Represents an identity (buyer or attendee) associated with the order.
externalIdentityIdinteger<int32>required
The unique external identifier for this identity.
namestringnullable
The last name of the person.
firstNamestringnullable
The first name of the person.
address1stringnullable
The primary address line.
address2stringnullable
The secondary address line.
address3stringnullable
The tertiary address line.
address4stringnullable
The quaternary address line.
zipCodestringnullable
The postal code.
citystringnullable
The city name.
countrystringnullable
The country code or name.
phonestringnullable
The phone number.
mobilestringnullable
The mobile phone number.
eMailstringnullable
The email address.
EventimConfirmOrderIdentity
{
"externalIdentityId": 0,
"name": "string",
"firstName": "string",
"address1": "string",
"address2": "string",
"address3": "string",
"address4": "string",
"zipCode": "string",
"city": "string",
"country": "string",
"phone": "string",
"mobile": "string",
"eMail": "string"
}