CommentsData
objectList of comments for the current page
Show Child Parameters
Total number of comments for the transaction across all pages
Current page number (1-based). Present when pagination query parameters are supplied.
Number of comments per page. Present when pagination query parameters are supplied.
CreateTransactionRequest
objectThe state in which the life or annuity transaction is being solicited.
>= 1 characters
The unique identifier for the product. This code allows the Order Entry API to determine the appropriate distributor, carrier, and product configuration
>= 1 characters
DatasetRequest
objectUnique identifier of the transaction (positive integer as a string).
>= 1 characters
Name of the wizard step containing the dependent control.
>= 1 characters
Identifier of the field (control) whose dataset is being requested.
>= 1 characters
DatasetResponse
objectOutcome of the dataset lookup. “Success” on success; otherwise the backend exception type name (e.g. “NullReferenceException”, “ItemNotFoundException`2”).
>= 1 characters
Human-readable message describing the outcome. On success a confirmation string; on failure the backend error message.
>= 1 characters
Dataset payload serialized as a JSON string. On success, a JSON array of {Name, Value} option objects. On failure, may be “[]” or omitted.
Identifier of the dataset instance returned by the upstream service. Present for success and most failures; absent for low-level exceptions.
DeleteCommentRequest
objectUnique identifier of the comment to delete (positive integer encoded as a string)
Match pattern:^[1-9][0-9]*$
>= 1 characters
Unique identifier of the transaction the comment belongs to (positive integer encoded as a string)
Match pattern:^[1-9][0-9]*$
>= 1 characters