Search
K
FGA-Service

User

object
emailstringrequired

user email

Example:example@example.com

firstNamestringrequired

user first name

Example:John

lastNamestringrequired

user last name

Example:Doe

idstringrequired

user party Id

Example:1234567890

Example

SearchUsersResponse

object
usersarray[object]required

Example:{"email":"example@example.com","firstName":"John","lastName":"Doe","id":"1234567890"}

Show Child Parameters
Example

PolicyDto

object
policyNumberstringrequired

Policy number

Example:POL123456

planCodestringrequired

Plan code

Example:PLAN001

Example

SalesEntityDto

object
carrierCodestringrequired

Carrier code

Example:prud

sellingCodestring

Selling code - use for POM salesEntities. Either sellingCode or masterAgentNumber + externalId must be provided

Example:SELL123

masterAgentNumberstring

Master agent number - use for MCS salesEntities. Must be provided with externalId if sellingCode is not provided

Example:MAN123

externalIdstring

External ID - use for MCS salesEntities. Must be provided with masterAgentNumber if sellingCode is not provided

Example:EXT456

Example

UpsertCaseDto

object
policyobject

Policy information

Show Child Parameters
carrierCodestring

Carrier code

Example:prud

salesEntitiesarray[object]

Sales entities associated with the case

Show Child Parameters
caseTypeGroupstring

Case type group classification

Example:claims

Example