CPQ Role Mappings REST Endpoints
Setup Assistants/CPQ Role Mappings
The Resource Role Mapping resource is used to create resource roles and role mappings.
- Create resource roles and role mappings
- Method: postPath:
/crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/CPQRoleMappings - Delete a resource role and role mapping
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/CPQRoleMappings/{Id} - Get all resource roles and role mappings
- Method: getPath:
/crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/CPQRoleMappings - Get resource role and role mapping
- Method: getPath:
/crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/CPQRoleMappings/{Id} - Update a resource role and role mapping
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/setupAssistants/{Name}/child/CPQRoleMappings/{Id}