Person Tags REST Endpoints

Person Tags
The person tags resource is a collection of one or more tags for a given person.
Create a person tag
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedPersonTags
Delete a person tag
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedPersonTags/{PersonTagId}
Get a person tag
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPersonTags/{PersonTagId}
Get all person tags
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPersonTags
Update a person tag
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedPersonTags/{PersonTagId}