Factset · Schema
ContactSaveDto
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| primaryEmailAddress | string | |
| fullName | string | |
| notes | string | |
| linkedInProfile | string | |
| personSymbol | string | |
| roleId | string | |
| typeId | string | |
| phoneNumbers | array | |
| leftRelationships | array | |
| rightRelationships | array | |
| alternativeEmailAddresses | array | |
| customFields | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ContactSaveDto",
"type": "object",
"properties": {
"primaryEmailAddress": {
"type": "string"
},
"fullName": {
"type": "string"
},
"notes": {
"type": "string"
},
"linkedInProfile": {
"type": "string"
},
"personSymbol": {
"type": "string"
},
"roleId": {
"type": "string"
},
"typeId": {
"type": "string"
},
"phoneNumbers": {
"type": "array"
},
"leftRelationships": {
"type": "array"
},
"rightRelationships": {
"type": "array"
},
"alternativeEmailAddresses": {
"type": "array"
},
"customFields": {
"type": "array"
}
}
}