Skip to content

Latest commit

 

History

History
148 lines (85 loc) · 4.18 KB

opportunity-contact-role.schema.md

File metadata and controls

148 lines (85 loc) · 4.18 KB

XDM Buying Group Schema

https://ns.adobe.com/xdm/context/opportunity-contact-role

Opportunity Contact Role. Note that 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 Deprecated No Forbidden Permitted classes/b2b/opportunity-contact-role.schema.json

Schema Hierarchy

XDM Buying Group Example

{
  "xdm:opportunityContactID": "123456",
  "xdm:opportunityID": "123",
  "xdm:contactID": "456",
  "xdm:extSourceSystemAudit": {
    "xdm:createdBy": "USER111",
    "xdm:createdDate": "2018-01-20T15:52:25+00:00",
    "xdm:lastUpdatedBy": "USER2222",
    "xdm:lastUpdatedDate": "2018-01-20T15:52:25+00:00",
    "xdm:lastActivityDate": "2018-01-20T15:52:25+00:00",
    "xdm:lastReferencedDate": "2018-01-20T15:52:25+00:00",
    "xdm:lastViewedDate": "2018-01-20T15:52:25+00:00"
  }
}

XDM Buying Group Properties

Property Type Required Defined by
@id string Optional Record Schema
xdm:contactID string Required XDM Buying Group (this schema)
xdm:extSourceSystemAudit External Source System Audit Attributes Optional External Source System Audit Details
xdm:opportunityContactID string Required XDM Buying Group (this schema)
xdm:opportunityID string Required XDM Buying Group (this schema)
* any Additional this schema allows additional properties

@id

Identifier

A unique identifier for the record.

@id

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

xdm:contactID

Contact ID

Contact ID unique identifier.

xdm:contactID

  • is required
  • type: string
  • defined in this schema

xdm:contactID Type

string

xdm:extSourceSystemAudit

External Source System Audit Properties

Audit attributes for external sources.

xdm:extSourceSystemAudit

xdm:extSourceSystemAudit Type

xdm:opportunityContactID

opportunity ContactID

A Unique Key describing a combination of OpportunityID and contactID.

xdm:opportunityContactID

  • is required
  • type: string
  • defined in this schema

xdm:opportunityContactID Type

string

xdm:opportunityID

Opportunity ID

Opportunity ID unique identifier.

xdm:opportunityID

  • is required
  • type: string
  • defined in this schema

xdm:opportunityID Type

string