Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 53
Next »
{
"Addresses": [{
"AddrLine1": "",
"AddrLine2": "",
"AddrLine3": "",
"AddrLine4": "",
"AddrType": "",
"City": "",
"Country": "",
"Intersection": "",
"Lat": "",
"Lon": "",
"Region": "",
"Zip": ""
}],
"Contacts": [{
"Email": "",
"FirstName": "",
"IsPrimary": true,
"LastName": "",
"Phones": [{
"PhoneNum": "",
"PhoneType": ""
}]
}],
"Name": "",
"SystemID": ""
}
User Entity Object Properties
Required properties are in Bold.
Property | Type | Description |
---|
Addresses | collection | Contains a collection of Address Object associated with the Entity. |
Contacts | collection | Contains a collection of one or more Contact Object associated with the Entity. |
Name | string | Identifies the name of the entity |
SystemID
| string | Contains system generated unique identifier for the entity. |