Trident APIs

RequestCommonAttributeData

object

Reference to a lookup-backed entity. Identified by id (preferred — the XFI lookup id), or by code or description when you don’t have the id; when more than one is supplied, id takes precedence (id > code > description). id values are environment-specific; code values are stable across environments. Supply at least one of id, code, or description.

idstring

XFI lookup id — the preferred, canonical identifier (environment-specific).

Example:260

codestring

Environment-stable business code. Accepted when id is omitted.

Example:MSSL

descriptionstring

Human-readable description. Lowest-precedence fallback.

Example:Mosaic Syndicate Services Ltd

Example

IdReference

object

Reference to a lookup-backed entity identified by id (the XFI lookup id, environment-specific).

* Additional properties are NOT allowed.
idstringrequired

XFI lookup id — the canonical identifier (environment-specific).

Example:260

Example

CodeReference

object

Reference to a lookup-backed entity identified by code (the environment-stable business code).

* Additional properties are NOT allowed.
codestringrequired

Environment-stable business code.

Example:MSSL

Example

ReferenceTypeRef

object

Reference type, identified by id. Ids are fixed and stable across all environments.

* Additional properties are NOT allowed.
idstringrequired

1 = EEA, 2 = Non-EEA, 3 = Both.

Allowed values:123

Example:1

Example

SectionIdentifierRef

object

Section identifier, identified by id. Ids are fixed and stable across all environments.

* Additional properties are NOT allowed.
idstringrequired

1 = C&C, 2 = Non C&C.

Allowed values:12

Example:1

Example