Item Batch Translations REST Endpoints

Product Lifecycle Management/Item Batches/Item Batch Translations
The Item Batch Translations resource manages records in item batch translations.
Create item batch translations
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemBatches/{itemBatchesUniqID}/child/itemBatchTranslations
Get all item batch translations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemBatches/{itemBatchesUniqID}/child/itemBatchTranslations
Get one item batch translation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemBatches/{itemBatchesUniqID}/child/itemBatchTranslations/{itemBatchTranslationsUniqID}
Update an item batch translation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemBatches/{itemBatchesUniqID}/child/itemBatchTranslations/{itemBatchTranslationsUniqID}