SearchUsersResponse
objectusersarray[object]required
Example:{"email":"example@example.com","firstName":"John","lastName":"Doe","id":"1234567890"}
Show Child Parameters
Example
PolicyDto
objectpolicyNumberstringrequired
Policy number
Example:POL123456
planCodestringrequired
Plan code
Example:PLAN001
Example
SalesEntityDto
objectcarrierCodestringrequired
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
objectpolicyobject
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
UpsertCaseResponse
objectwrittenarray[object]required
List of tuples that were written
Show Child Parameters
deletedarray[object]required
List of tuples that were deleted
Show Child Parameters
Example