You are here:
InsClaimItemService:getPayees
Use this service to return a list of payees for a specified claim.
Method: getPayees
How It Works
-
Takes the
claimIdand retrieves the claim record. -
Returns a list of payees attached to this claim.
The policy holder for the claim is designated by the field
policyHolder=true.
Remote Options
Option |
Description |
|---|---|
|
Required. The Id of the claim for which the service will return a list of payees. |
Output JSON
The service returns
[
"payees": [
{
"instest03__PayeePartyId__c": "a0x1U000001Uaq1QAC",
"instest03__PayeeContactId__c": null,
"instest03__PayeeAccountId__c": "0011U00000KtW4fQAF",
"instest03__PayeePartyName__c": "VlocityAccount"
},{
"instest03__PayeePartyId__c": "a0x1U000001V8VqQAK",
"instest03__PayeeContactId__c": "0031U00000MrU1SQAV",
"instest03__PayeeAccountId__c": null,
"instest03__PayeePartyName__c": "John Doe"
},{
"PolicyHolder": true,
"instest03__PayeePartyId__c": "a0x1U0000008JWDQA2",
"instest03__PayeeContactId__c": "0031U00000CHQCYQA5",
"instest03__PayeeAccountId__c": null,
"instest03__PayeePartyName__c": "Joan Smith"
}
]
]
