Trident APIs

RequestCommonAttributeData

object

Reference to a lookup-backed entity. Supply at least one of id, code, or description (enforced by the @AtLeastOneField constraint). If id is supplied, code/description are not required; if id is omitted, supply code or description. An empty object (all three blank/absent) is rejected.

idstring

Primary key of the lookup value

Example:11

codestring

Business code of the lookup value

Example:NO

descriptionstring

Human-readable description of the lookup value

Example:Cyber Property

Example

SubmissionInsured

object

Insured details. All members are optional at the bean-validation level; the downstream identifies the insured contact via insureContacts (a reference object — send its id).

companyNamestring

Example:Veritas Capital

domicileCountrystring

Example:United States

domicileStatestring

Example:California

mailingAddress1string

Example:123 Cedar Street

mailingAddressCitystring

Example:Green Bay

emailstring(email)

Example:contact@example.com

countryISOAlpha2Codestring

ISO 3166-1 alpha-2

Example:US

countryISOAlpha3Codestring

ISO 3166-1 alpha-3

Example:USA

insureContactsobject

Insured-contact reference, e.g. { “id”: “2000887” }

Show Child Parameters
Example

SubmissionPolicy

object

Policy node. effectiveDate, expiryDate, product, territory are mandatory.

effectiveDatestring(date)required

Example:2024-01-01

expiryDatestring(date)required

Example:2025-01-01

currencyobject

Optional currency reference (ISO 4217 description, e.g. USD).

Show Child Parameters
productobjectrequired

Required. Product reference (send id or description, e.g. Cyber).

Show Child Parameters
territoryobjectrequired

Required. Territory reference (e.g. description United States).

Show Child Parameters
Example

UnderWriter

object
underWriterNamestring
underWriterCompanystring
Example

SubmissionListItem

object
brokerCompanystringrequired
creationDatestringrequired
underwriterstring
activityExpiryDatestring | null
activityEffectiveDatestring | null
submissionIdstringrequired
insuredstringrequired
Example