Physical Inventory Tags REST Endpoints

Inventory Management/Physical Inventory Tags
The Physical Inventory Tags resource manages physical inventory tags.
Create tags
Method: post
Path: /fscmRestApi/resources/11.13.18.05/physicalInventoryTags
Delete one tag
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/physicalInventoryTags/{TagId}
Get all tags
Method: get
Path: /fscmRestApi/resources/11.13.18.05/physicalInventoryTags
Get one tag
Method: get
Path: /fscmRestApi/resources/11.13.18.05/physicalInventoryTags/{TagId}
Update one tag
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/physicalInventoryTags/{TagId}