Object Configurations REST Endpoints

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