Search
K
MarketConnect-OrderEntry

FieldGroupBlueprint

object
* Additional properties are NOT allowed.
idstringrequired

The unique identifier for the field group

>= 1 characters

partNamestringrequired

An identifier (partName) for the field group

>= 1 characters

textobject

The text associated with a field group, such as descriptions or related notes. Supports localization through language codes (e.g., en, fr).

* Additional properties are NOT allowed.
Show Child Parameters
titleobject

The title of the field group in multiple languages. Supports localization through language codes (e.g., en, fr).

* Additional properties are NOT allowed.
Show Child Parameters
isCustomboolean

Indicates whether this is a custom field group

fieldsarray[object]

Array of fields (questions) within this field group

* Additional properties are NOT allowed.
Show Child Parameters
displayAsCardboolean

Indicates if this field group should be displayed as a card

copyablestring

Role identifier controlling copy behavior. Use ‘none’ to disable copying, or a role name (e.g., ‘owner’, ‘annuitant’, ‘insured’, ‘payor’). Multiple roles may be comma-separated.

repeatableobject

Repeat-instance metadata when the wizard field element or custom control declares IsRepeated.

* Additional properties are NOT allowed.
Show Child Parameters
Example

FieldValidationRule

object
* Additional properties are NOT allowed.
messageobjectrequired

Localized message displayed to the user when validation fails

* Additional properties are NOT allowed.
Show Child Parameters
conditionsobjectrequired

The validation conditions wrapper containing an optional booleanOperator and an array of individual conditions

Example:{"booleanOperator":"and","conditions":[{"type":"numberComparisonCondition","targetNodeId":"Transaction.Payments[0].MonetaryAmounts[\"PaymentAmount\"].CurrencyAmount","value":9999999999,"operator":"lessThan"},{"type":"numberComparisonCondition","targetNodeId":"Transaction.Payments[0].MonetaryAmounts[\"PaymentAmount\"].CurrencyAmount","value":1,"operator":"greaterThan"},{"type":"numberComparisonCondition","targetNodeId":"Transaction.Payments[0].MonetaryAmounts[\"PaymentAmount\"].CurrencyAmount","value":9999999999,"operator":"lessThan"},{"type":"numberComparisonCondition","targetNodeId":"Transaction.Payments[0].MonetaryAmounts[\"PaymentAmount\"].CurrencyAmount","value":1,"operator":"greaterThan"}]}

* Additional properties are NOT allowed.
Show Child Parameters
Example

GetCommentsResponse

object
* Additional properties are NOT allowed.
caseIdstring

Case identifier associated with the transaction

dataobject

Comments data payload

* Additional properties are NOT allowed.
Show Child Parameters
isSuccessboolean

Indicates whether the operation was successful

messagestring

Human-readable message describing the result

statusstring

Status code of the operation

Example

LayoutSettings

object
* Additional properties are NOT allowed.
sizeinteger(int32)

The size of the field in a 12-column HTML grid that determines its rendered width (12 = full-width, 6 = half-width, 4 = one-third, 3 = quarter-width). Field column widths sum to 12 per row - e.g., two fields of 6 sit side-by-side, three fields of 4 share a row, four fields of 3 share a row.

Example

LocalizedText

object
* Additional properties are NOT allowed.
enstring

English text content

Example