OData Service for namespace RULE_SRV
This OData service is located at http://localhost/rules-service/rule_srv/
Version:
BasePath:/rules-service/rule_srv
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
[ Jump to Models ]
Table of Contents
Up
patch /DecisionTableColumnConditions(Version='{Version}',RuleId='{RuleId}',Id={Id})
Update entity in DecisionTableColumnConditions (decisionTableColumnConditionsVersionVersionRuleIdRuleIdIdIdPatch)
Path parameters
Version (required)
Path Parameter — Version
RuleId (required)
Path Parameter — Rule ID
Id (required)
Path Parameter — Column ID format: int32
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New property values
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Up
post /DecisionTableColumns
Add new entity to DecisionTableColumns (decisionTableColumnsPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New entity
Return type
Example data
Content-Type: application/json
{
"d" : {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
201
Created entity
Created DecisionTableColumn
0
Error
odata.error
Up
delete /DecisionTableColumns(RuleId='{RuleId}',Version='{Version}',Id={Id})
Delete entity from DecisionTableColumns (decisionTableColumnsRuleIdRuleIdVersionVersionIdIdDelete)
Path parameters
RuleId (required)
Path Parameter — Rule ID
Version (required)
Path Parameter — Version
Id (required)
Path Parameter — Column ID format: int32
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request headers
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Up
patch /DecisionTableColumns(RuleId='{RuleId}',Version='{Version}',Id={Id})
Update entity in DecisionTableColumns (decisionTableColumnsRuleIdRuleIdVersionVersionIdIdPatch)
Path parameters
RuleId (required)
Path Parameter — Rule ID
Version (required)
Path Parameter — Version
Id (required)
Path Parameter — Column ID format: int32
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New property values
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Up
post /DecisionTableRowCells
Add new entity to DecisionTableRowCells (decisionTableRowCellsPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New entity
Return type
Example data
Content-Type: application/json
{
"d" : {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
201
Created entity
Created DecisionTableRowCell
0
Error
odata.error
Up
patch /DecisionTableRowCells(RuleId='{RuleId}',Version='{Version}',RowId={RowId},ColId={ColId})
Update entity in DecisionTableRowCells (decisionTableRowCellsRuleIdRuleIdVersionVersionRowIdRowIdColIdColIdPatch)
Path parameters
RuleId (required)
Path Parameter — Rule ID
Version (required)
Path Parameter — Version
RowId (required)
Path Parameter — Row ID format: int32
ColId (required)
Path Parameter — Column ID format: int32
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New property values
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Up
post /DecisionTableRows
Add new entity to DecisionTableRows (decisionTableRowsPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New entity
Return type
Example data
Content-Type: application/json
{
"d" : {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
201
Created entity
Created DecisionTableRow
0
Error
odata.error
Up
delete /DecisionTableRows(RuleId='{RuleId}',Version='{Version}',Id={Id})
Delete entity from DecisionTableRows (decisionTableRowsRuleIdRuleIdVersionVersionIdIdDelete)
Path parameters
RuleId (required)
Path Parameter — Rule ID
Version (required)
Path Parameter — Version
Id (required)
Path Parameter — Row ID format: int32
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request headers
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Up
patch /DecisionTableRows(RuleId='{RuleId}',Version='{Version}',Id={Id})
Update entity in DecisionTableRows (decisionTableRowsRuleIdRuleIdVersionVersionIdIdPatch)
Path parameters
RuleId (required)
Path Parameter — Rule ID
Version (required)
Path Parameter — Version
Id (required)
Path Parameter — Row ID format: int32
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New property values
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Up
patch /DecisionTables(RuleId='{RuleId}',Version='{Version}')
Update entity in DecisionTables (decisionTablesRuleIdRuleIdVersionVersionPatch)
Path parameters
RuleId (required)
Path Parameter — Rule ID
Version (required)
Path Parameter — Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New property values
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Get entities from Projects (projectsGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$search (optional)
Query Parameter — Search items by search phrases, see [OData Searching](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374633)
$filter (optional)
Query Parameter — Filter items by property values, see [OData Filtering](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374625)
$count (optional)
Query Parameter — Include count of items, see [OData Count](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374632)
$orderby (optional)
Query Parameter — Order items by property values, see [OData Sorting](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374629)
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"Rulesets" : {
"results" : [ {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
} ]
},
"Version" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"Rules" : "",
"RuleServices" : {
"results" : [ "" ]
},
"Name" : "aeiou"
} ]
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entities
Wrapper_4
0
Error
odata.error
Up
get /Projects(Id='{Id}',Version='{Version}')
Get entity from Projects by key (projectsIdIdVersionVersionGet)
Path parameters
Id (required)
Path Parameter — ID
Version (required)
Path Parameter — Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"Rulesets" : {
"results" : [ {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
} ]
},
"Version" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"Rules" : "",
"RuleServices" : {
"results" : [ "" ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entity
Project
0
Error
odata.error
Get entities from RuleServices (ruleServicesGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$search (optional)
Query Parameter — Search items by search phrases, see [OData Searching](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374633)
$filter (optional)
Query Parameter — Filter items by property values, see [OData Filtering](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374625)
$count (optional)
Query Parameter — Include count of items, see [OData Count](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374632)
$orderby (optional)
Query Parameter — Order items by property values, see [OData Sorting](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374629)
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
Return type
Example data
Content-Type: application/json
{
"d" : {
"results" : [ {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
} ]
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entities
Wrapper_5
0
Error
odata.error
Up
get /RuleServices(Id='{Id}',Version='{Version}')
Get entity from RuleServices by key (ruleServicesIdIdVersionVersionGet)
Path parameters
Id (required)
Path Parameter — ID
Version (required)
Path Parameter — Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entity
RuleService
0
Error
odata.error
Activate (activateRulePost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RuleId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Rule
0
Error
odata.error
Invoke function CheckRule (checkRuleGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RuleId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Rule
0
Error
odata.error
Delete Rule Draft (deleteRuleDraftPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RuleId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Rule
0
Error
odata.error
Delete (deleteRulePost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RuleId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Rule
0
Error
odata.error
Edit (editRulePost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RuleId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Rule
0
Error
odata.error
Up
post /RefreshRuleResultDataObject
Refresh Rule Result Data Object (refreshRuleResultDataObjectPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RuleId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Rule
0
Error
odata.error
Get entities from Rules (rulesGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$search (optional)
Query Parameter — Search items by search phrases, see [OData Searching](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374633)
$filter (optional)
Query Parameter — Filter items by property values, see [OData Filtering](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374625)
$count (optional)
Query Parameter — Include count of items, see [OData Count](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374632)
$orderby (optional)
Query Parameter — Order items by property values, see [OData Sorting](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374629)
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entities
Wrapper_3
0
Error
odata.error
Up
get /Rules(Id='{Id}',Version='{Version}')
Get entity from Rules by key (rulesIdIdVersionVersionGet)
Path parameters
Id (required)
Path Parameter — Id
Version (required)
Path Parameter — Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entity
Created Rule
0
Error
odata.error
Up
patch /Rules(Id='{Id}',Version='{Version}')
Update entity in Rules (rulesIdIdVersionVersionPatch)
Path parameters
Id (required)
Path Parameter — Id
Version (required)
Path Parameter — Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New property values
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Add new entity to Rules (rulesPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New entity
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
201
Created entity
Created Rule
0
Error
odata.error
Save (saveRulePost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RuleId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Rule
0
Error
odata.error
Up
post /SetRuleResultDataObject
Set Rule Result Data Object (setRuleResultDataObjectPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
ResultDataObjectId (required)
Query Parameter —
RuleId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Rule
0
Error
odata.error
Up
get /RulesetRuleServices
Get entities from RulesetRuleServices (rulesetRuleServicesGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$search (optional)
Query Parameter — Search items by search phrases, see [OData Searching](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374633)
$filter (optional)
Query Parameter — Filter items by property values, see [OData Filtering](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374625)
$count (optional)
Query Parameter — Include count of items, see [OData Count](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374632)
$orderby (optional)
Query Parameter — Order items by property values, see [OData Sorting](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374629)
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entities
Wrapper_2
0
Error
odata.error
Up
post /RulesetRuleServices
Add new entity to RulesetRuleServices (rulesetRuleServicesPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New entity
Return type
Example data
Content-Type: application/json
{
"d" : {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
201
Created entity
Created RulesetRuleService
0
Error
odata.error
Up
delete /RulesetRuleServices(RulesetId='{RulesetId}',RulesetVersion='{RulesetVersion}',RuleServiceId='{RuleServiceId}',RuleServiceVersion='{RuleServiceVersion}')
Delete entity from RulesetRuleServices (rulesetRuleServicesRulesetIdRulesetIdRulesetVersionRulesetVersionRuleServiceIdRuleServiceIdRuleServiceVersionRuleServiceVersionDelete)
Path parameters
RulesetId (required)
Path Parameter — Ruleset ID
RulesetVersion (required)
Path Parameter — Ruleset Version
RuleServiceId (required)
Path Parameter — Rule Service ID
RuleServiceVersion (required)
Path Parameter — Rule Service Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request headers
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Up
get /RulesetRuleServices(RulesetId='{RulesetId}',RulesetVersion='{RulesetVersion}',RuleServiceId='{RuleServiceId}',RuleServiceVersion='{RuleServiceVersion}')
Get entity from RulesetRuleServices by key (rulesetRuleServicesRulesetIdRulesetIdRulesetVersionRulesetVersionRuleServiceIdRuleServiceIdRuleServiceVersionRuleServiceVersionGet)
Path parameters
RulesetId (required)
Path Parameter — Ruleset ID
RulesetVersion (required)
Path Parameter — Ruleset Version
RuleServiceId (required)
Path Parameter — Rule Service ID
RuleServiceVersion (required)
Path Parameter — Rule Service Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entity
Created RulesetRuleService
0
Error
odata.error
Get entities from RulesetRules (rulesetRulesGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$search (optional)
Query Parameter — Search items by search phrases, see [OData Searching](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374633)
$filter (optional)
Query Parameter — Filter items by property values, see [OData Filtering](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374625)
$count (optional)
Query Parameter — Include count of items, see [OData Count](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374632)
$orderby (optional)
Query Parameter — Order items by property values, see [OData Sorting](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374629)
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
},
"RulesetVersion" : "aeiou"
} ]
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entities
Wrapper_1
0
Error
odata.error
Add new entity to RulesetRules (rulesetRulesPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New entity
Return type
Example data
Content-Type: application/json
{
"d" : {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
},
"RulesetVersion" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
201
Created entity
Created RulesetRule
0
Error
odata.error
Up
delete /RulesetRules(RulesetId='{RulesetId}',RulesetVersion='{RulesetVersion}',RuleId='{RuleId}',RuleVersion='{RuleVersion}')
Delete entity from RulesetRules (rulesetRulesRulesetIdRulesetIdRulesetVersionRulesetVersionRuleIdRuleIdRuleVersionRuleVersionDelete)
Path parameters
RulesetId (required)
Path Parameter — Ruleset ID
RulesetVersion (required)
Path Parameter — Ruleset Version
RuleId (required)
Path Parameter — Rule ID
RuleVersion (required)
Path Parameter — Rule Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request headers
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Up
get /RulesetRules(RulesetId='{RulesetId}',RulesetVersion='{RulesetVersion}',RuleId='{RuleId}',RuleVersion='{RuleVersion}')
Get entity from RulesetRules by key (rulesetRulesRulesetIdRulesetIdRulesetVersionRulesetVersionRuleIdRuleIdRuleVersionRuleVersionGet)
Path parameters
RulesetId (required)
Path Parameter — Ruleset ID
RulesetVersion (required)
Path Parameter — Ruleset Version
RuleId (required)
Path Parameter — Rule ID
RuleVersion (required)
Path Parameter — Rule Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
},
"RulesetVersion" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entity
Created RulesetRule
0
Error
odata.error
Activate (activateRulesetPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RulesetId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Ruleset
0
Error
odata.error
Invoke function CheckRuleset (checkRulesetGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RulesetId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Ruleset
0
Error
odata.error
Up
post /DeleteRulesetDraft
Delete Ruleset Draft (deleteRulesetDraftPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RulesetId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Ruleset
0
Error
odata.error
Delete (deleteRulesetPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RulesetId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Ruleset
0
Error
odata.error
Edit (editRulesetPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RulesetId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Ruleset
0
Error
odata.error
Get entities from Rulesets (rulesetsGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$search (optional)
Query Parameter — Search items by search phrases, see [OData Searching](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374633)
$filter (optional)
Query Parameter — Filter items by property values, see [OData Filtering](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374625)
$count (optional)
Query Parameter — Include count of items, see [OData Count](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374632)
$orderby (optional)
Query Parameter — Order items by property values, see [OData Sorting](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374629)
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"results" : [ {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
} ]
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entities
Wrapper
0
Error
odata.error
Up
get /Rulesets(Id='{Id}',Version='{Version}')
Get entity from Rulesets by key (rulesetsIdIdVersionVersionGet)
Path parameters
Id (required)
Path Parameter — ID
Version (required)
Path Parameter — Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
$select (optional)
Query Parameter — Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)
$expand (optional)
Query Parameter — Expand related entities, see [OData Expand](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374621)
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Retrieved entity
Created Ruleset
0
Error
odata.error
Up
patch /Rulesets(Id='{Id}',Version='{Version}')
Update entity in Rulesets (rulesetsIdIdVersionVersionPatch)
Path parameters
Id (required)
Path Parameter — ID
Version (required)
Path Parameter — Version
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New property values
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
Success
0
Error
odata.error
Add new entity to Rulesets (rulesetsPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
Body Parameter — New entity
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
201
Created entity
Created Ruleset
0
Error
odata.error
Save (saveRulesetPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
RulesetId (required)
Query Parameter —
Return type
Example data
Content-Type: application/json
{
"d" : {
"Status" : "aeiou",
"Version" : "aeiou",
"RulesetRule" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleId" : "aeiou",
"RuleVersion" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Rule" : "",
"RulesetVersion" : "aeiou"
} ]
},
"RulesetToCurrentRuleService" : {
"Status" : "aeiou",
"Description" : "aeiou",
"Version" : "aeiou",
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"CreatedOn" : "2000-01-23T04:56:07.000+00:00",
"Name" : "aeiou"
},
"ProjectId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"Id" : "aeiou",
"RulesetToCurrentRules" : {
"results" : [ {
"Status" : "aeiou",
"IsDraft" : true,
"Description" : "aeiou",
"ProjectId" : "aeiou",
"ResultDataObjectId" : "aeiou",
"Name" : "aeiou",
"DecisionTable" : {
"DecisionTableRows" : {
"results" : [ {
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Cells" : {
"results" : [ {
"RowId" : 123,
"Version" : "aeiou",
"Content" : "aeiou",
"RuleId" : "aeiou",
"ChangedOn" : "2000-01-23T04:56:07.000+00:00",
"ColId" : 123
} ]
}
} ]
},
"Version" : "aeiou",
"HitPolicy" : "aeiou",
"RuleId" : "aeiou",
"DecisionTableColumnsResult" : "",
"DecisionTableColumns" : {
"results" : [ {
"Condition" : {
"ValueOnly" : true,
"Description" : "aeiou",
"Version" : "aeiou",
"Expression" : "aeiou",
"FixedOperator" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"Id" : 123,
"Sequence" : 123,
"Result" : {
"DataObjectAttributeName" : "aeiou",
"Version" : "aeiou",
"RuleId" : "aeiou",
"DataObjectAttributeId" : "aeiou",
"Id" : 123,
"BusinessDataType" : "aeiou"
}
} ]
},
"DecisionTableColumnsCondition" : ""
},
"Type" : "aeiou",
"Version" : "aeiou",
"RuleFormat" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"ResultDataObjectName" : "aeiou",
"Id" : "aeiou"
} ]
},
"RulesetRuleService" : {
"results" : [ {
"RulesetId" : "aeiou",
"RuleServiceId" : "aeiou",
"ValidFrom" : "2000-01-23T04:56:07.000+00:00",
"RuleService" : "",
"RuleServiceVersion" : "aeiou",
"RulesetVersion" : "aeiou"
} ]
},
"Name" : "aeiou"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
Success
Created Ruleset
0
Error
odata.error
[ Jump to Methods ]
Table of Contents
Collection of Project
Collection of Rule
Collection of RuleService
Collection of Ruleset
Collection of RulesetRule
Collection of RulesetRuleService
Created DecisionTableColumn
Created DecisionTableRow
Created DecisionTableRowCell
Created Rule
Created Ruleset
Created RulesetRule
Created RulesetRuleService
Modified DecisionTable
Modified DecisionTableColumn
Modified DecisionTableColumnCondition
Modified DecisionTableRow
Modified DecisionTableRowCell
Modified Rule
Modified Ruleset
odata.error
odata.error.detail
odata.error.main
Project
RULE_SRV.DecisionTable
RULE_SRV.DecisionTableColumn
RULE_SRV.DecisionTableColumnCondition
RULE_SRV.DecisionTableColumnResult
RULE_SRV.DecisionTableRow
RULE_SRV.DecisionTableRowCell
RULE_SRV.Project
RULE_SRV.Rule
RULE_SRV.RuleService
RULE_SRV.Ruleset
RULE_SRV.RulesetRule
RULE_SRV.RulesetRuleService
Related CollectionRULE_SRV.DecisionTableColumn
Related CollectionRULE_SRV.DecisionTableRow
Related CollectionRULE_SRV.DecisionTableRowCell
RuleService
Wrapper
Wrapper_1
Wrapper_2
Wrapper_3
Wrapper_4
Wrapper_5
code (optional)
message (optional)
target (optional)
code (optional)
message (optional)
target (optional)
details (optional)
innererror (optional)
Object The structure of this object is service-specific
RuleId (optional)
Version (optional)
HitPolicy (optional)
DecisionTableRows (optional)
DecisionTableColumns (optional)
DecisionTableColumnsResult (optional)
DecisionTableColumnsCondition (optional)
RuleId (optional)
Version (optional)
Id (optional)
Sequence (optional)
Integer Column Sequence format: int32
Type (optional)
Condition (optional)
Result (optional)
Version (optional)
RuleId (optional)
Id (optional)
Expression (optional)
ValueOnly (optional)
FixedOperator (optional)
Description (optional)
Version (optional)
RuleId (optional)
Id (optional)
DataObjectAttributeName (optional)
DataObjectAttributeId (optional)
BusinessDataType (optional)
RuleId (optional)
Version (optional)
Id (optional)
Sequence (optional)
Cells (optional)
RuleId (optional)
Version (optional)
RowId (optional)
ColId (optional)
Content (optional)
ChangedOn (optional)
Date Time Stamp format: date-time
Id (optional)
Version (optional)
ValidFrom (optional)
Date Valid from format: date-time
Name (optional)
Status (optional)
Description (optional)
IsDraft (optional)
Rulesets (optional)
Rules (optional)
RuleServices (optional)
Id (optional)
Version (optional)
ProjectId (optional)
Name (optional)
Description (optional)
ValidFrom (optional)
Date Valid From format: date-time
Status (optional)
RuleFormat (optional)
Type (optional)
ResultDataObjectId (optional)
ResultDataObjectName (optional)
String Result Data Object Name
IsDraft (optional)
DecisionTable (optional)
Id (optional)
Version (optional)
ValidFrom (optional)
Date Valid from format: date-time
Name (optional)
Status (optional)
Description (optional)
CreatedOn (optional)
Date Created On format: date-time
ProjectId (optional)
Id (optional)
Version (optional)
ProjectId (optional)
Name (optional)
ValidFrom (optional)
Date Valid from format: date-time
Status (optional)
RulesetToCurrentRules (optional)
RulesetToCurrentRuleService (optional)
RulesetRule (optional)
RulesetRuleService (optional)
RulesetId (optional)
RulesetVersion (optional)
RuleId (optional)
RuleVersion (optional)
ValidFrom (optional)
Date Valid from format: date-time
Rule (optional)
RulesetId (optional)
RulesetVersion (optional)
RuleServiceId (optional)
RuleServiceVersion (optional)
ValidFrom (optional)
Date Valid from format: date-time
RuleService (optional)