The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: CRM/Phones/{phoneId} | Test | |
Get details of a phone. |
|||
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. |
|||
POST | Method: Create, URL: CRM/Phones | Test | |
Create a new phone. |
|||
PUT | Method: Update, URL: CRM/Phones/{phoneId} | Test | |
Update a phone. |
|||
DELETE | Method: Delete, URL: CRM/Phones/{phoneId} | Test | |
Delete a phone. |