Phones

The following operations are available for this resource.

Http Verb Operation
Get CRM/Phones/{phoneId} Get details of a phone.
GET Method: Get, URL: CRM/Phones/{phoneId} Test

Get details of a phone.

GetAll CRM/Phones?constituentId={constituentId}&includeAffiliations={includeAffiliations}&addressId={addressId}&primaryOnly={primaryOnly} Get details of all the phones for the specified constituent (constituentId) and all its visible affiliation's phones as well or address (addressId). To exclude phones of the visible affiliations pass includeAffiliations=false. If addressId is passed, constituentId or includeAffiliations parameters are ignored. To Get the phones attached to the primary address pass primary=true.
GET Method: GetAll, URL: CRM/Phones?constituentId={constituentId}&includeAffiliations={includeAffiliations}&addressId={addressId}&primaryOnly={primaryOnly} Test

Get details of all the phones for the specified constituent (constituentId) and all its visible affiliation's phones as well or address (addressId). To exclude phones of the visible affiliations pass includeAffiliations=false. If addressId is passed, constituentId or includeAffiliations parameters are ignored. To Get the phones attached to the primary address pass primary=true.

Create CRM/Phones Create a new phone.
POST Method: Create, URL: CRM/Phones Test

Create a new phone.

Update CRM/Phones/{phoneId} Update a phone.
PUT Method: Update, URL: CRM/Phones/{phoneId} Test

Update a phone.

Delete CRM/Phones/{phoneId} Delete a phone.
DELETE Method: Delete, URL: CRM/Phones/{phoneId} Test

Delete a phone.