Let the platform do the work

/pmse_Business_Rules/file/businessrules_import POST

Overview

Imports a Process Business Rules definition from a .pbr file

Summary

This endpoint will import a Process Business Rules definition from the uploaded .pbr file containing JSON encoded data.

Request Arguments

Name Type Description Required
N/A

Request

Note: A JSON encoded .pbr file attachment should be included with the request as part of the form-data.

Response Arguments

Name Type Description
businessrules_import Object Result of the import operation

Response

{
    "businessrules_import":
    {
         "success":true,
         "id":"e4396c91-81cd-c097-8149-5733bab68316"
    }
}