Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 8.04 KB

File metadata and controls

21 lines (18 loc) · 8.04 KB

Account

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"
}
ownerId JsonNullable<String> N/A
remoteOwnerId JsonNullable<String> Provider's unique identifier of the owner e3cb75bf-aa84-466e-a6c1-b8322b257a48
name JsonNullable<String> N/A
description JsonNullable<String> N/A
industries List<String> Values of the industries [
"Information Technology",
"Airlines \u0026 Airports",
"Personal Care \u0026 Household Products"
]
annualRevenue JsonNullable<String> N/A
website JsonNullable<String> N/A
addresses List<AccountAddress> N/A
phoneNumbers List<String> List of account phone numbers [
"+1123425334"
]
createdAt OffsetDateTime Timestamp when the account was created 2021-01-01T01:01:01.000Z
updatedAt OffsetDateTime Timestamp when the account was last updated 2021-01-01T01:01:01.000Z