Attribute Properties REST Endpoints

Object Metadata/Attribute Properties
The attribute properties resource is used to view, create, update, and delete attribute properties. It represents custom attribute properties.
Create an attribute property
Method: post
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/objectProperties
Delete an attribute property
Method: delete
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/objectProperties/{objectPropertiesUniqID}
Get all attribute properties
Method: get
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/objectProperties
Get an attribute property
Method: get
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/objectProperties/{objectPropertiesUniqID}
Update an attribute property
Method: patch
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/objectProperties/{objectPropertiesUniqID}