Sales Contents REST Endpoints
Sales Contents
The sales contents resource is used to view, create, update, and delete content for a sales object. It's used to store the association of content to an object. For example, customer reference stories can be associated to a lead.
- Create a sales content
- Method: postPath:
/crmRestApi/resources/11.13.18.05/salesContents - Delete a sales content
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/salesContents/{SalesContentId} - Delete content
- Method: postPath:
/crmRestApi/resources/11.13.18.05/salesContents/action/deleteContentAssociation - Get a sales content
- Method: getPath:
/crmRestApi/resources/11.13.18.05/salesContents/{SalesContentId} - Get all sales contents
- Method: getPath:
/crmRestApi/resources/11.13.18.05/salesContents - Mark content for deletion
- Method: postPath:
/crmRestApi/resources/11.13.18.05/salesContents/action/markContentAssociationForDeletion - Modify a sales content
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/salesContents/{SalesContentId} - Rename content
- Method: postPath:
/crmRestApi/resources/11.13.18.05/salesContents/action/renameContent