Download OpenAPI specification:Download
Function metadata.
id | string <uuid> Identifier of the function. |
code required | string Code of the function. |
name required | string Name of the function. |
description required | string Description of the function. |
businessProcessId required | string <uuid> Identifier of related business process. |
tCodeOperator | string (ErpMaestro.RulebookServices.Common.Enumerations.LogicOperator) Enum: "undefined" "and" "or" |
objectOperator | string (ErpMaestro.RulebookServices.Common.Enumerations.LogicOperator) Enum: "undefined" "and" "or" |
Array of objects (ErpMaestro.RulebookServices.Common.Models.Rulebooks.BusinessFunctionPermissionModel) List of permissions. | |
accountId | integer <int32> Identifier of related account. It will be used by service account only. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "code": "string",
- "name": "string",
- "description": "string",
- "businessProcessId": "943c82fa-9d20-43e8-b499-aaca4a7b69b0",
- "tCodeOperator": "undefined",
- "objectOperator": "undefined",
- "permissions": [
- {
- "name": "string",
- "objects": [
- {
- "name": "string",
- "fields": [
- {
- "name": "string",
- "valueFrom": "string",
- "valueTo": "string"
}
]
}
]
}
], - "accountId": 0
}