Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 7.96 KB

File metadata and controls

22 lines (19 loc) · 7.96 KB

Contact

Fields

Field Type Required Description Example
id JsonNullable<String> Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId JsonNullable<String> Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
unifiedCustomFields Map<String, Object> Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
firstName JsonNullable<String> The contact first name Steve
lastName JsonNullable<String> The contact last name Wozniak
companyName JsonNullable<String> The contact company name Apple Inc.
emails List<String> List of contact email addresses [
"steve@apple.com"
]
phoneNumbers List<String> List of contact phone numbers [
"123-456-7890"
]
dealIds List<String> List of associated deal IDs [
"deal-001",
"deal-002"
]
remoteDealIds List<String> Provider's list of associated deal IDs [
"e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"e3cb75bf-aa84-466e-a6c1-b8322b257a49"
]
accountIds List<String> List of associated account IDs [
"account-123",
"account-456"
]
remoteAccountIds List<String> Provider's list of associated account IDs [
"e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"e3cb75bf-aa84-466e-a6c1-b8322b257a49"
]
customFields List<CustomFields> Contact custom fields
createdAt OffsetDateTime Timestamp when the contact was created 2021-01-01T01:01:01.000Z
updatedAt OffsetDateTime Timestamp when the contact was last updated 2021-01-01T01:01:01.000Z