- Subcategories:
- Smart Actions
Asset Contacts REST Endpoints
Assets/Asset Contacts
The asset contacts resource is used to view, create, update, and delete the contacts associated with an asset.
- Create an asset contact
- Method: postPath:
/crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetContacts - Delete an asset contact
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetContacts/{AssetContactId} - Get all asset contacts
- Method: getPath:
/crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetContacts - Get an asset contact
- Method: getPath:
/crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetContacts/{AssetContactId} - Update an asset contact
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/assets/{AssetId}/child/assetContacts/{AssetContactId}