Entity Attributes REST Endpoints

Entities/Entity Attributes
The entity attributes resource is used to view attributes that belong to an entity. The entity attribute represents the attribute of a View object that exists in the application schema. The entity attribute contains information about how the View object attribute is referred to and is used in the Oracle Policy Modeling tool.
Create a set of entity attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities/{publicSectorOpaEntitiesUniqID}/child/EntityAttributeService
Delete an entity attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities/{publicSectorOpaEntitiesUniqID}/child/EntityAttributeService/{EntityAttributeServiceUniqID}
Get all entity attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities/{publicSectorOpaEntitiesUniqID}/child/EntityAttributeService
Get an entity attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities/{publicSectorOpaEntitiesUniqID}/child/EntityAttributeService/{EntityAttributeServiceUniqID}
Update an entity attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities/{publicSectorOpaEntitiesUniqID}/child/EntityAttributeService/{EntityAttributeServiceUniqID}