Attributes REST Endpoints

Object Metadata/Child Object Metadata/Attributes
The attributes resource is used to view, create, update, and delete attributes. It represents attribute specific properties defined in the object definition.
Create an attribute
Method: post
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes
Delete an attribute
Method: delete
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes/{AttributeCode}
Get all attributes
Method: get
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes
Get an attribute
Method: get
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes/{AttributeCode}
Update an attribute
Method: patch
Path: /crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/attributes/{AttributeCode}