OrganizationView
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/OrganizationView.jsonaddresses object[]
Array [
citystring
countrystring
labelstring
postalCodestring
primaryboolean
provincestring
streetstring
]
customFields object
property name*any
displayNamestring
emails object[]
Array [
addressstringrequired
labelstring
optInboolean
optInAtdate-time
optInSourcestring
primaryboolean
verifiedboolean
]
kindstringrequired
legalNamestringrequired
notesstring
phones object[]
Array [
labelstring
numberstringrequired
primaryboolean
]
sources object[]
Array [
conflictReviewUuidstring
externalIdstring
importedAtdate-timerequired
importerstringrequired
jobUuidstring
rawPayloadRefstring
]
tagsstring[]nullable
taxCodestring
tenantIdstringrequired
uuidstringrequired
vatstring
websitestring
OrganizationView
{
"$schema": "https://example.com/schemas/OrganizationView.json",
"addresses": "Unknown Type: array,null",
"customFields": {},
"displayName": "string",
"emails": "Unknown Type: array,null",
"kind": "string",
"legalName": "string",
"notes": "string",
"phones": "Unknown Type: array,null",
"sources": "Unknown Type: array,null",
"tags": "Unknown Type: array,null",
"taxCode": "string",
"tenantId": "string",
"uuid": "string",
"vat": "string",
"website": "string"
}