Process Version#

Allows working with Process Versions. The user can create a Process Version, retrieve information about a Process Version, update information about a Process Version, and also delete a Process Version.

Methods:

1) Creating a Process Version1

2) Reading a Process Version by GUID2

3) Updating a Process Version3

4) Deleting a Process Version by GUID4

Примечания

  1. /api/processVersion/create

  2. /api/processVersion/read/{guid}

  3. /api/processVersion/update

  4. /api/processVersion/delete/{guid}