Search
K
Policy Transactions

Get eligible transaction types for a policy by CUSIP and policy number

Returns the list of eligible transaction types for the given CUSIP and policy number.

get

Path Parameters

cusipstringrequired

CUSIP number

policyNumberstringrequired

Policy number

Response

application/json

Success

EligibleTransactionsResponse

cusipstring

Example:123456789

productCodestring

Example:ADDAARP

eligibleTransactionTypesarray[object]

List of eligible transaction types

Show Child Parameters
get/bpm/v1/policies/{cusip}/{policyNumber}/eligibleTransactions
 
application/json

IdentifierInstance

object

An object representing an identifier and its corresponding value.

identifierstring

The type of identifier.

Allowed values:eAppIdpolicyNumber

valuestring

The value of the identifier.

Example:ABC123349257367

Example

CreateCaseRequest

object
planCodestringrequired

Product code provided by the Zinnia system

Example:ABC001

policyNumberstring

In case of Post Issue Policy Number will be mandatory

Example:EVGL1234567

correlationIdstring

The correlationId associated with the case.

Example:218d8992-3783-42ac-b59a-66cbc36adaab

caseTypestringrequired

The type associated with the case.

Allowed values:ReinstatementNew Business

Example:Reinstatement

caseSubTypestringrequired

The type associated with the case.

Allowed values:ReinstatementLife Application

Example:Reinstatement

identifiersarray[object]required

An object representing an identifier and its corresponding value.

Show Child Parameters
Example

CaseSuccessResponse

object
caseIdstring

Example:CA000000536

correlationIdstring

Example:15ea7582-262f-4dfe-8a60-1e8b8e763fd4

eappIdstring

Example:15ea7582-262f-4dfe-8a60-1e8b8e763fd4

policyNumberstring

Example:ABC37457845

Example

EligibleTransactionType

object
transactionTypeCodestring

Transaction type code as string

Example:105

transactionTypeDisplayNamestring

Example:Withdrawal (one time only)

Example