Loading
Salesforce now sends email only from verified domains. Read More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          InsClaimItemService:getPartyContacts

          InsClaimItemService:getPartyContacts

          Use this service to get a list of all the contact information for all involved parties in a specified claim.

          Class: InsClaimItemService

          Method: getPartyContacts

          How It Works

          1. Takes the claimId and gets the claim record.

          2. Returns a list of all the contact info for all involved parties in this claim.

          Remote Options

          Option

          Description

          claimId

          Required.

          The Id of the claim for which this service will get contact information for involved parties.

          Input JSON

          This service does not use an input JSON.

          Output JSON

          The service returns a JSON formatted list of contact information for all the involved parties for the specified claim.

          "partyContacts": [
              {
                "Address": {
                  "city": "San Francisco",
                  "country": USA,
                  "geocodeAccuracy": null,
                  "latitude": null,
                  "longitude": null,
                  "postalCode": "94103",
                  "state": "CA",
                  "street": "50 Fremont"
                },
                "Phone": "555 123 4567",
                "Email": marysue@mailinator.com,
                "Name": "Mary Sue Smith",
                "RelationshipType": "Payee",
                "Id": "a461U00000064BEQAY"
              },
              {
                "Address": null,
                "Phone": 555 765 1212,
                "Email": john.doe@mailinator.com,
                "Name": "John Doe",
                "RelationshipType": "Witness",
                "Id": "a461U00000065RWQAY"
              },
              {
                "Address": {
                  "city": "Mountain View",
                  "country": USA,
                  "geocodeAccuracy": null,
                  "latitude": null,
                  "longitude": null,
                  "postalCode": 94043,
                  "state": "CA",
                  "street": 1000 Castro St
                },
                "Phone": "123 456 7890",
                "Email": "joansmith42@mailinator.com",
                "Name": "Joan Smith",
                "RelationshipType": "Payee",
                "Id": "a461U0000005xS0QAI"
              }
            ],    
          
           
          Loading
          Salesforce Help | Article