Search
K
MarketConnect-OrderEntry

AttachmentResponse

object
* Additional properties are NOT allowed.
transactionIdstringrequired

The unique identifier for the transaction the attachment belongs to

>= 1 characters

caseIdstring

Case identifier associated with the transaction

dataobjectrequired

Attachment data containing documents, required documents and rules

* Additional properties are NOT allowed.
Show Child Parameters
Example

Blueprint

object
* Additional properties are NOT allowed.
sectionBlueprintsarray[object]required

An array of sections representing the hierarchical structure of an order entry blueprint, nested from sections to subsections, field groups, and individual fields

* Additional properties are NOT allowed.
Show Child Parameters
sectionGroupBlueprintsobjectrequired

Map of section groups keyed by group identifier. Each value assigns sections to their corresponding group.

Example

CreateTransactionRequest

object
* Additional properties are NOT allowed.
statestringrequired

The state in which the life or annuity transaction is being solicited.

>= 1 characters

cusipstringrequired

The unique identifier for the product. This code allows the Order Entry API to determine the appropriate distributor, carrier, and product configuration

>= 1 characters

Example

DatasetResponse

object
* Additional properties are NOT allowed.
Statusstringrequired

Outcome of the dataset lookup. “Success” on success; otherwise the backend exception type name (e.g. “NullReferenceException”, “ItemNotFoundException`2”).

>= 1 characters

Messagestringrequired

Human-readable message describing the outcome. On success a confirmation string; on failure the backend error message.

>= 1 characters

Datastring

Dataset payload serialized as a JSON string. On success, a JSON array of {Name, Value} option objects. On failure, may be “[]” or omitted.

InstanceIdinteger(int64)

Identifier of the dataset instance returned by the upstream service. Present for success and most failures; absent for low-level exceptions.

Example

DocumentRule

object
* Additional properties are NOT allowed.
conditionsstring

Conditions under which the rule applies

keystring

Rule key

messagestring

Rule message shown to the user

valuestring

Rule value

Example