https://ns.adobe.com/xdm/context/account
XDM Business Account is a standard Experience Data Model (XDM) class that captures the minimum required properties of a business account. This XDM class can only be included in the profile for customers with the B2B or B2P Edition.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | classes/b2b/account.schema.json |
- XDM Business Account
https://ns.adobe.com/xdm/context/account
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Record Schema
https://ns.adobe.com/xdm/data/record
- B2B Source
https://ns.adobe.com/xdm/datatypes/b2b-source
- External Source System Audit Details
https://ns.adobe.com/xdm/common/external-source-system-audit-details
- Record Status
https://ns.adobe.com/xdm/mixins/record-status
- Extensibility base schema
{
"xdm:accountID": "1234567890"
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Record Schema |
xdm:accountID | string |
Optional | XDM Business Account (this schema) |
xdm:accountKey | B2B Source | Optional | XDM Business Account (this schema) |
xdm:extSourceSystemAudit | External Source System Audit Attributes | Optional | External Source System Audit Details |
xdm:isDeleted | boolean |
Optional | Record Status |
* |
any | Additional | this schema allows additional properties |
A unique identifier for the record.
@id
- is optional
- type:
string
- defined in Record Schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
Unique ID for the account.
xdm:accountID
- is optional
- type:
string
- defined in this schema
string
Unique composite key identifier for the Account.
xdm:accountKey
- is optional
- type: B2B Source
- defined in this schema
- B2B Source –
https://ns.adobe.com/xdm/datatypes/b2b-source
Audit attributes for external sources.
xdm:extSourceSystemAudit
- is optional
- type: External Source System Audit Attributes
- defined in External Source System Audit Details
- External Source System Audit Attributes –
https://ns.adobe.com/xdm/common/external-source-system-audit
Soft delete flag to indicate if the record is marked for deletion.
xdm:isDeleted
- is optional
- type:
boolean
- defined in Record Status
boolean