Translatable Attributes REST Endpoints

Product Lifecycle Management/Item Categories/Translatable Attributes
The Translatable Attributes resource manages the translatable attributes of categories.
Create attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/translatableAttributes
Get all attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/translatableAttributes
Get one attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/translatableAttributes/{translatableAttributesUniqID}
Replace an attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemCategories/{itemCategoriesUniqID}/child/translatableAttributes/{translatableAttributesUniqID}