Task Action Details REST Endpoints

Shared Services/Task Action Details
The task action details resource is used to view, create, modify or delete the reason why request information or accept information was initiated for a transaction.
Create a reason
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTaskActionDetails
Delete a reason
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTaskActionDetails/{TaskId}
Get a reason
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTaskActionDetails/{TaskId}
Get all reasons
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTaskActionDetails
Update a reason
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTaskActionDetails/{TaskId}