The customer object contains information such as their name, email, phone number, etc.
{
id: "00000000-0000-0000-0000-000000000000",
remoteId: "1006990020295"
firstName: "Chase",
lastName: "Red",
email: "[email protected]",
phone: "+18993578861",
createdTimestamp: 168301151200
updatedTimestamp: 168301151200
}
Properties
id
String
A string that uniquely identifies the customer record.
remoteId
String
The ID of the object in the third-party application.
createdTimestamp
Number
A number representing the timestamp (in milliseconds) when the customer record was created.
updatedTimestamp
Number
A number representing the timestamp (in milliseconds) when the customer record was last updated.
firstName
String
A string that represents the first name of the customer.
lastName
String
A string that represents the last name of the customer.
email
String
An optional string that represents the email address of the customer.
phone
String
An optional string that represents the phone number of the customer.