Document Actions REST Endpoints

Supply Chain Planning/Collaboration Document Definitions/Document Actions
The Document Actions resource manages the actions associated with a document definition.
Create actions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/collaborationDocumentDefinitions/{DocumentId}/child/documentActions
Delete an action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/collaborationDocumentDefinitions/{DocumentId}/child/documentActions/{ActionId}
Get all actions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationDocumentDefinitions/{DocumentId}/child/documentActions
Get one action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationDocumentDefinitions/{DocumentId}/child/documentActions/{ActionId}