Object Configuration Details REST Endpoints

User Context Object Types/Object Configurations/Object Configuration Details
The object configuration details resource is used to view and update the object configuration.
Create an object configuration details
Method: post
Path: /crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs/{DataSourceCode}/child/objectConfigDetails
Get all object configuration details
Method: get
Path: /crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs/{DataSourceCode}/child/objectConfigDetails
Get an object configuration detail
Method: get
Path: /crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs/{DataSourceCode}/child/objectConfigDetails/{ObjectConfigDetailsId}
Update an object configuration detail
Method: patch
Path: /crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs/{DataSourceCode}/child/objectConfigDetails/{ObjectConfigDetailsId}