CustomerSummary
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
@type |
|
string |
true |
|
|
true |
birthday |
The date of birth. |
string |
false |
|
|
false |
PersonName |
|
array |
false |
PersonName_MS0300 |
--- |
false |
Email |
|
array |
false |
Email |
--- |
false |
Phone |
|
array |
false |
Phone |
--- |
false |
Address |
|
array |
false |
Address |
--- |
false |
SocialMedia |
|
array |
false |
SocialMedia |
--- |
false |
CommunicationMethod |
|
array |
false |
CommunicationMethod |
--- |
false |
Verification |
|
array |
false |
Verification |
--- |
false |
ThirdPartySystem |
|
array |
false |
ThirdPartySystemID |
--- |
false |
Gender |
The gender for the person. |
string |
false |
|
|
false |
PreferredPronoun |
Assigned Type: ms-0200:Pronoun_Enum |
Pronoun_Enum |
false |
|
|
false |
Company |
|
array |
false |
CompanyID |
--- |
false |
SignificantDate |
|
array |
false |
SignificantDate |
--- |
false |
CustomerID |
|
string |
false |
|
|
false |
primaryInd |
Identifies this customer as the primary customer when multiple customer objects are present. |
boolean |
false |
|
|
false |
ExtensionPoint |
|
ExtensionPoint |
false |
|
|
true |
{
"@type" : "string",
"birthday" : "string",
"personName" : [ {
"@type" : "string",
"language" : "string",
"first" : "string",
"last" : "string",
"middle" : "string",
"prefix" : "string",
"suffix" : "string",
"nameType" : { },
"title" : "string",
"lastNamePrefix" : "string",
"primaryInd" : "boolean",
"extensionPoint" : { }
} ],
"email" : [ {
"@type" : "string",
"emailAddress" : "string",
"emailType" : { },
"primaryInd" : "boolean",
"extensionPoint" : { }
} ],
"phone" : [ {
"@type" : "string",
"phoneNumber" : "string",
"type" : { },
"capabilities" : [ { } ],
"primaryInd" : "boolean",
"extensionPoint" : { }
} ],
"address" : [ {
"@type" : "string",
"streetAddress" : "string",
"cityName" : "string",
"postalCode" : "string",
"country" : "string",
"countryCode" : "string",
"stateOrTerritory" : "string",
"addressType" : { },
"extensionPoint" : { }
} ],
"socialMedia" : [ {
"@type" : "string",
"url" : "string",
"platform" : "string",
"handle" : "string",
"userName" : "string",
"extensionPoint" : { }
} ],
"communicationMethod" : [ {
"@type" : "string",
"communicationMethod" : { },
"preferredLanguage" : "string",
"primaryInd" : "boolean",
"extensionPoint" : { }
} ],
"verification" : [ {
"@type" : "string",
"verificationCategory" : { },
"verificationType" : { },
"verifiedBy" : "string",
"verificationSystem" : "string",
"description" : "string",
"verifiedInd" : "boolean",
"extensionPoint" : { }
} ],
"thirdPartySystem" : [ {
"@type" : "string",
"thirdPartySystemID" : "string"
} ],
"gender" : "string",
"preferredPronoun" : {
"value" : { },
"extension" : "string"
},
"company" : [ {
"@type" : "string",
"companyID" : "string"
} ],
"significantDate" : [ {
"@type" : "string",
"date" : "string",
"description" : "string",
"dateType" : { },
"extensionPoint" : { }
} ],
"customerID" : "string",
"primaryInd" : "boolean",
"extensionPoint" : { }
}