Translatable Attributes REST Endpoints

Product Lifecycle Management/Item Catalogs/Translatable Attributes
The Translatable Attributes resource manages the translatable attributes of item catalog.
Create translatable attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/translatableAttributes
Get all translatable attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/translatableAttributes
Get one translatable attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/translatableAttributes/{translatableAttributesUniqID}
Update a translatable attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemCatalogs/{CatalogId}/child/translatableAttributes/{translatableAttributesUniqID}