Get all product rules
get
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagment/v1/productRule
Request
Query Parameters
-
description: string
The description of the resource.
-
eligibleForProject: string
Project Id
-
fields: string
The comma-separated field names that are returned in the response. The field names are the names that you specify when you create or retrieve a resource.
-
id: string
The unique identifier of the resource item.
-
lifecycleStatus: string
The current lifecycle status of the resource.
-
limit: integer
The number of resources to be returned in the response. The minimum value that can be specified is 1, and the maximum value that can be specified is 100,000. If the specified value is greater than 100,000, then it defaults to 100,000.
-
name: string
The name of the resource.
-
offset: string
The record number from which the retrieval starts. The default value is zero. If no value is specified, then it defaults to zero. The value zero indicates that the retrieval will start from the beginning of the collection.
-
subject.@referredType: string
Filter Product Rules based on subject type
-
subject.id: string
Filter Product Rules based on subject Id
-
subject.name: string
Filter Product Rules based on subject name
-
whereUsed: string
enrich objects with usedBy information
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
OK
Root Schema : schema
Type:
Show Source
array
-
Array of:
object ProductRules
Title:
ProductRules
Discriminator:{ "propertyName":"@type", "mapping":{ } }
The Product Rule resource represents a set of rules and relationships.
Nested Schema : ProductRules
Type:
object
Title:
ProductRules
Discriminator: @type
Discriminator Values
The Product Rule resource represents a set of rules and relationships.
Show Source
-
@baseType: string
-
@schemaLocation: string
-
@type: string
-
applicationName: string
name of the external application
-
created: string
(date-time)
Date and time of creation
-
createdBy: string
name of the person who created
-
customProfileSpec: array
customProfileSpec
-
description: string
-
externalId: string
id of the external application
-
href: string
-
id: string
Maximum Length:
30
-
lastUpdate: string
(date-time)
-
lastUpdatedBy: string
name of the person who updated
-
lifecycleStatus: string
-
name(required): string
-
project: object
ProjectRef
Title:
ProjectRef
Project Reference -
ruleCondition: array
ruleCondition
-
ruleSubType: string
Allowed Values:
[ { } ]
-
ruleType: string
Allowed Values:
[ "COMPATIBILITY", "ELIGIBILITY", "MIGRATION", "RECOMMENDATION", "CONSTRAINT" ]
-
scope: string
Allowed Values:
[ "ALL", "BUNDLE", "PACKAGE" ]
-
subject: object
SubjectRef
Title:
SubjectRef
Subject Reference -
version: string
-
versionState: number
Version state of the product rule
Nested Schema : customProfileSpec
Type:
Show Source
array
-
Array of:
object CustomProfileSpecRefOracle
Title:
CustomProfileSpecRefOracle
Custom Profile specification reference.
Nested Schema : ProjectRef
Type:
object
Title:
ProjectRef
Project Reference
Show Source
-
href: string
Unique reference of the project
-
id(required): string
Unique identifier of the project
-
name: string
Name of the project
-
version: string
Version of the project
Nested Schema : ruleCondition
Type:
Show Source
array
-
Array of:
object RuleConditionOracle
Title:
RuleConditionOracle
A product rule condition
Nested Schema : SubjectRef
Type:
object
Title:
SubjectRef
Subject Reference
Show Source
-
@baseType: string
Immediate base (class) type of the subject entity
-
@referredType: string
The actual type of the target instance when needed for disambiguation
-
entityPathExpression: string
Path represent the hierarchy of the component PO within the product offering(offer id along with the associated parents i.e package_Id.bundledPO_Id.atomicOffer_Id),which is used in the runtime system to identify the subject entity that may be used in some other packages.
-
href: string
Unique reference of the project
-
id(required): string
Unique identifier of the subject
-
name: string
Name of the project
Nested Schema : CustomProfileSpecRefOracle
Type:
object
Title:
CustomProfileSpecRefOracle
Custom Profile specification reference.
Show Source
-
@baseType: string
Indicates the base (class) type of this REST resource
-
@referredType: string
(Class) type of the referred custom Specification.
-
@schemaLocation: string
This field provides a link to the schema describing this REST resource
-
@type: string
Indicates the (class) type of customSpecificationRef.
-
href: string
Reference of the custom specification.
-
id(required): string
Unique identifier of the custom specification.
-
name: string
Name of the custom specification.
-
version: string
Version of the custom specification.
-
versionState: number
To hold the version state for the reference
Nested Schema : RuleConditionOracle
Type:
object
Title:
RuleConditionOracle
A product rule condition
Show Source
-
@baseType: string
The immediate base class type of the Product Rule
-
@schemaLocation: string
A link to the schema describing this Product Rule entity
-
@type: string
the class type of the Product Rule
-
description: string
A string. Description of the product rule.
-
id(required): string
A string. Unique identifier of the product rule.
-
name: string
A string. The name given to the product rule
-
productRuleExpression: array
productRuleExpression
-
productRuleResult: array
productRuleResult
-
roundingMethod: string
Rounding applicable to the product rule
-
stringExpression: string
Metering Expression applicable to the product rule
-
unitOfMeasure: string
Unit of Measure of Rules
-
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party
Nested Schema : productRuleExpression
Type:
Show Source
array
-
Array of:
object Discriminator: @type
Discriminator:
{ "propertyName":"@type", "mapping":{ "RuleExpressionOracle":"#/components/schemas/RuleExpressionOracle", "EntityRuleExpressionOracle":"#/components/schemas/EntityRuleExpressionOracle", "EligibilityRuleExpressionOracle":"#/components/schemas/EligibilityRuleExpressionOracle" } }
Nested Schema : productRuleResult
Type:
Show Source
array
-
Array of:
object Discriminator: @type
Discriminator:
{ "propertyName":"@type", "mapping":{ "RuleResultOracle":"#/components/schemas/RuleResultOracle", "RecommendationRuleResultOracle":"#/components/schemas/RecommendationRuleResultOracle", "MigrationRuleResultOracle":"#/components/schemas/MigrationRuleResultOracle" } }
Nested Schema : TimePeriodOracle
Type:
object
Title:
TimePeriodOracle
Validity period of the related party
Show Source
-
endDateTime: string
(date-time)
An instant of time, ending at the TimePeriod.
-
startDateTime: string
(date-time)
An instant of time, starting at the TimePeriod
Nested Schema : Discriminator: @type
Type:
object
Discriminator: @type
Discriminator Values
Nested Schema : Discriminator: @type
Type:
object
Discriminator: @type
Discriminator Values
400 Response
Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
401 Response
Your request isn't authorized. The authentication credentials included with this request are missing or invalid.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
404 Response
Your request includes a resource URI that doesn't exist.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
405 Response
HTTP action specified in the request (DELETE, GET, POST, PUT) isn't supported for this request URI.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
500 Response
The server encountered something unexpected that prevented it from completing the request.
Root Schema : Error
Type:
object
Title:
Show Source
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
Examples
The following example shows how to get all product rules by submitting a get request on the REST resource using cURL.
cURL Command
curl -u username:password -X GET https://{FusionAppsHost}/atcProductCatalog/11.13.18.05/v1/productRule \ -H 'Content-Type: application/json'
Example of Response Body
The following shows an example of the response body in JSON format.
[ { "id": "RULE001200", "name": "RULE001200", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE001200", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-05-31T09:01:41.000Z", "createdBy": "booth", "lastUpdate": "2021-06-29T17:41:41.145Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PSP_Wireless_T20", "name": "PSP Wireless T20 Offer", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/PSP_Wireless_T20", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "BANGALORE,MUMBAI,DELHI", "expressionType": "STRING", "value": "BANGALORE,MUMBAI,DELHI", "productRuleExpressionRelationship": { "id": "IN_AND_BANGALORE,MUMBAI,DELHI", "name": "RHS of IN_AND_BANGALORE,MUMBAI,DELHI)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "IN_AND_BANGALORE,MUMBAI,DELHI", "name": "LHS of (IN_AND_BANGALORE,MUMBAI,DELHI)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "IN_AND_BANGALORE,MUMBAI,DELHI", "operator": "AND", "expressionType": "BINARY" } ], "stringExpression": "(COUNTRY EQUALS INDIA) AND (CITY IN BANGALORE,MUMBAI,DELHI)", "validFor": { "startDateTime": "2021-05-06T03:50:48.000Z", "endDateTime": "2021-12-31T03:50:48.000Z" }, "name": "Rule condition1", "id": "Condtion1" }, { "productRuleExpression": [ { "id": "2002100,3002100", "expressionType": "STRING", "value": "2002100,3002100", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "IN_BETWEEN", "expressionType": "STRING", "value": "IN_BETWEEN", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" } ], "stringExpression": "(COUNTRY EQUALS INDIA) AND (CITY IN BANGALORE,MUMBAI,DELHI) AND (RETAIL_STORE_CODE IN_BETWEEN 2002100,3002100)", "validFor": { "startDateTime": "2021-05-06T03:50:48.000Z", "endDateTime": "2023-12-31T03:50:48.000Z" }, "name": "Rule condition2", "id": "Condtion2" } ], "project": { "id": "PSPSpringInitiative", "name": "Spring Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPSpringInitiative" } }, { "id": "test_june2", "name": "TestJune2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/test_june2", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-02T06:38:51.000Z", "createdBy": "booth", "lastUpdate": "2021-06-02T06:38:51.151Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_9OH3CBT8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_9OH3CBT8", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(POimport6711,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-01T18:30:00.000Z", "endDateTime": "2021-06-04T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "stringExpression": "REQUIRES_MUTUAL ENTITY(POimport6711,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-08T18:30:00.000Z", "endDateTime": "2021-06-16T18:30:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "TestEligibility001", "name": "TestEligibility", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestEligibility001", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T04:38:47.000Z", "createdBy": "booth", "lastUpdate": "2021-06-03T04:38:47.776Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "DemoMar202114", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/DemoMar202114", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "(COUNTRY EQUALS AT)", "name": "GRP-2884248502-1622695026121", "id": "GRP-2884248502-1622695026121" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "PSP", "name": "PSP", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/PSP", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T05:24:06.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.299Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PSPDeviceBundle1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/PSPDeviceBundle1", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(PSP Imported PS,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-04T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "stringExpression": "EXCLUDES ENTITY(PSP Imported PS,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-05T00:00:00.000Z", "endDateTime": "2021-06-06T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "TestRule03", "name": "TestRule03", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule03", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T05:56:32.000Z", "createdBy": "booth", "lastUpdate": "2021-06-03T05:56:32.042Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_D75Q0J16", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_D75Q0J16", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(Names_YQCAJZ2OO,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-04T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_WBT9PFXM", "name": "Names_ACMM0S2U3", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_WBT9PFXM" } }, { "id": "TestElig001", "name": "TestElig001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestElig001", "lifecycleStatus": "Launched", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T06:15:14.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:08:22.832Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_88B9DZ9A", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/Oracle_88B9DZ9A", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER) OR (RETAIL_STORE_CODE NOT_CONTAINS 0012234)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "name": "GRP-388084992-1622700785141", "id": "GRP-388084992-1622700785141" }, { "stringExpression": "(COUNTRY EQUALS IN) AND (STATE EQUALS Karnataka) AND (CITY EQUALS Mangalore) AND (POSTAL_CODE EQUALS 57500)", "validFor": { "startDateTime": "2021-06-23T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "name": "GRP-4210222054-1622700890879", "id": "GRP-4210222054-1622700890879" } ], "project": { "id": "AutomationProj009", "name": "AutomationProj009", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/AutomationProj009" } }, { "id": "TestRule04", "name": "TestRule04", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule04", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T06:24:27.000Z", "createdBy": "booth", "lastUpdate": "2021-06-03T06:24:27.023Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_BNJ73DZ7", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_BNJ73DZ7", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES_MUTUAL ENTITY(Names_HEBYUVMH2,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-10T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "Rulecomp0044j", "name": "Rulecomp0044j", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp0044j", "lifecycleStatus": "Launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-09T13:34:09.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T12:09:07.537Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_BD3SDOOA", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_BD3SDOOA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductOffer00B", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "(EXCLUDES ENTITY(ProductOffer00B,ProductOfferingOracle))", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-15T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "MyProject", "name": "MyProject", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/MyProject" } }, { "id": "Rulecomp006", "name": "Rulecomp006", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp006", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-09T14:16:51.000Z", "createdBy": "booth", "lastUpdate": "2021-08-18T02:30:14.213Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_BD3SDOOc", "name": "Oracle_BD3SDOOc", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_BD3SDOOc", "@referredType": "ProductOfferingOracle" }, "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "rulestest1006_1_ID", "name": "rulestest1006_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/rulestest1006_1_ID", "lifecycleStatus": "launched", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-10T04:21:33.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.304Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "DemoMar202114", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/DemoMar202114", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "100", "expressionType": "STRING", "value": "100", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_=_100", "name": "RHS of CHANNEL_CODE_=_100)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_=_100", "name": "LHS of (CHANNEL_CODE_=_100)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_=_100", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CHANNEL_CODE EQUALS 100) AND (CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER)", "validFor": { "startDateTime": "2021-06-10T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-4274743585-1623298774576", "id": "GRP-4274743585-1623298774576" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "TestDate01", "name": "TestDate", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestDate01", "lifecycleStatus": "launched", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-10T06:49:54.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.309Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_4UB1PBF6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_4UB1PBF6", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "800", "expressionType": "STRING", "value": "800", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_CONTAINS", "expressionType": "BINARY" }, { "id": "RETAIL_STORE_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "RETAIL_STORE_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(RETAIL_STORE_CODE NOT_CONTAINS 800)", "validFor": { "startDateTime": "2021-06-10T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "name": "GRP-1298649428-1623305908767", "id": "GRP-1298649428-1623305908767" }, { "productRuleExpression": [ { "id": "200", "expressionType": "STRING", "value": "200", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_=_200", "name": "RHS of CHANNEL_CODE_=_200)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_=_200", "name": "LHS of (CHANNEL_CODE_=_200)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_=_200", "operator": "=", "expressionType": "BINARY" } ], "stringExpression": "(CHANNEL_CODE EQUALS 200)", "validFor": { "startDateTime": "2021-06-10T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "name": "GRP-132692959-1623305991960", "id": "GRP-132692959-1623305991960" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "Comp_Rule_14", "name": "Comp_Rule_14", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Comp_Rule_14", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-14T16:09:57.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T16:09:57.025Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_4UB1PBF6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_4UB1PBF6", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductLine456", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(ProductLine456,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-14T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "Eligtest001", "name": "Eligtest001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Eligtest001", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-14T18:24:52.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T18:30:05.151Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ProductLine0013411", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/ProductLine0013411", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "1009", "expressionType": "STRING", "value": "1009", "productRuleExpressionRelationship": { "id": "MKT_SEGMENT_CODE_=_1009", "name": "RHS of MKT_SEGMENT_CODE_=_1009)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Bengaluru", "expressionType": "STRING", "value": "Bengaluru", "productRuleExpressionRelationship": { "id": "CITY_=_Bengaluru", "name": "RHS of CITY_=_Bengaluru)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_=_Bengaluru", "name": "LHS of (CITY_=_Bengaluru)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_=_Bengaluru", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "MKT_SEGMENT_CODE", "productRuleExpressionRelationship": { "id": "MKT_SEGMENT_CODE_=_1009", "name": "LHS of (MKT_SEGMENT_CODE_=_1009)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE_=_1009", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" } ], "stringExpression": "(MKT_SEGMENT_CODE EQUALS 1009) AND (CITY EQUALS Bengaluru)", "validFor": { "startDateTime": "2021-06-14T00:00:00.000Z", "endDateTime": "2021-06-22T00:00:00.000Z" }, "name": "GRP-1640621358-1623694994721", "id": "GRP-1640621358-1623694994721" }, { "productRuleExpression": [ { "id": "100,200", "expressionType": "NUMERIC", "value": "100,200", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_BETWEEN_100,200", "name": "RHS of POSTAL_CODE_BETWEEN_100,200)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "200", "valueFrom": "100" }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_BETWEEN_100,200", "name": "LHS of (POSTAL_CODE_BETWEEN_100,200)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_BETWEEN_100,200", "operator": "BETWEEN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER) AND (POSTAL_CODE BETWEEN 100,200)", "validFor": { "startDateTime": "2021-06-29T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "name": "GRP-784630344-1623695152414", "id": "GRP-784630344-1623695152414" } ], "project": { "id": "PSPChristmansInitiative", "name": "Christmas Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPChristmansInitiative" } }, { "id": "Rule_Comp_12_5_2021_13_30_57", "name": "Rule_Comp_12_5_2021_13_30_57", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rule_Comp_12_5_2021_13_30_57", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-15T09:54:07.000Z", "createdBy": "booth", "lastUpdate": "2021-06-15T09:54:07.093Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Upgrade_14_6_2021", "name": "Upgrade_14_6_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Upgrade_14_6_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PLC_12_5_2021_13_30_57", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PLC_12_5_2021_13_30_57,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-15T00:00:00.000Z", "endDateTime": "2021-07-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "I_12_5_2021_13_30_57", "name": "I_12_5_2021_13_30_57", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_12_5_2021_13_30_57" } }, { "id": "Junk", "name": "JUnk", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Junk", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T05:38:53.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T05:38:53.111Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_9NVCY4W0", "name": "Names_H9YOYIYQR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_9NVCY4W0", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "MktFeat", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(MktFeat,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-17T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Retire999", "name": "Retire999", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Retire999" } }, { "id": "RULE10022", "name": "Rulecomp8511", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10022", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T17:20:54.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T17:20:54.125Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "Oracle_CHEN011", "name": "Oracle_CHEN011", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_CHEN011", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN012", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_CHEN012,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN013", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_CHEN013,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1 123", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "RuleTestER1", "name": "RuleTestER1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RuleTestER1", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-17T05:27:59.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T05:33:18.213Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "RuleTestPO", "name": "RuleTestPO", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/RuleTestPO", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "1,5", "expressionType": "NUMERIC", "value": "1,5", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_1,5", "name": "RHS of CHANNEL_CODE_BETWEEN_1,5)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "5", "valueFrom": "1" }, { "id": "123", "expressionType": "STRING", "value": "123", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_STARTS_WITH_123", "name": "RHS of POSTAL_CODE_STARTS_WITH_123)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_1,5", "name": "LHS of (CHANNEL_CODE_BETWEEN_1,5)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_BETWEEN_1,5", "operator": "BETWEEN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "AND", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_STARTS_WITH_123", "name": "LHS of (POSTAL_CODE_STARTS_WITH_123)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_STARTS_WITH_123", "operator": "STARTS_WITH", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE NOT_EQUALS ORA_ATC_EXISTING_SUBSCRIBER) AND (POSTAL_CODE STARTS_WITH 123) AND (CHANNEL_CODE BETWEEN 1,5)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-18T00:00:00.000Z" }, "name": "GRP-2367030113-1623907609273", "id": "GRP-2367030113-1623907609273" } ], "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "RULE10020", "name": "MyRule001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10020", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T10:37:35.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T10:37:35.123Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_CHEN031", "name": "Oracle_CHEN031", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_CHEN031", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN032", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_CHEN032,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1 123", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN033", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_CHEN033,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "RULE10001", "name": "PSP BB Rule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10001", "lifecycleStatus": "Retired", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T07:36:00.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T10:00:39.031Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "PSPBBOffer1", "name": "PSP BB Offer1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/PSPBBOffer1", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PSPBBOffer2", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PSPBBOffer2,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "I_21_6_2021_13_1_52", "name": "I_21_6_2021_13_1_52", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_21_6_2021_13_1_52" } }, { "id": "eligrule1106_1", "name": "eligrule1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/eligrule1106_1", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T10:18:25.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T10:18:29.601Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "ID-3036956099-1623396709217", "name": "offerTest1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-3036956099-1623396709217", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "575006", "expressionType": "STRING", "value": "575006", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_575006", "name": "RHS of POSTAL_CODE_EQUALS_575006)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "AF", "expressionType": "STRING", "value": "AF", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AF", "name": "RHS of COUNTRY_EQUALS_AF)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AF", "name": "LHS of (COUNTRY_EQUALS_AF)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_AF", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_575006", "name": "LHS of (POSTAL_CODE_EQUALS_575006)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_EQUALS_575006", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(POSTAL_CODE EQUALS 575006) AND (COUNTRY EQUALS AF)", "validFor": { "startDateTime": "2021-06-11T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-3557952083-1623413129268", "id": "GRP-3557952083-1623413129268" }, { "productRuleExpression": [ { "id": "800", "expressionType": "STRING", "value": "800", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "900", "expressionType": "STRING", "value": "900", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_STARTS_WITH", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "STARTS_WITH", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "OR", "expressionType": "BINARY" }, { "id": "RETAIL_STORE_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "RETAIL_STORE_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(CHANNEL_CODE NOT_STARTS_WITH 800) OR (RETAIL_STORE_CODE STARTS_WITH 900)", "validFor": { "startDateTime": "2021-06-24T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "name": "GRP-3211400857-1623413200382", "id": "GRP-3211400857-1623413200382" }, { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER)", "validFor": { "startDateTime": "2021-07-01T00:00:00.000Z", "endDateTime": "2021-07-14T00:00:00.000Z" }, "name": "GRP-1116868096-1623413230540", "id": "GRP-1116868096-1623413230540" } ], "project": { "id": "AutomationProj009", "name": "AutomationProj009", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/AutomationProj009" } }, { "id": "RULEVxEk5kwnSoCklNChYDK1w", "name": "Test4561223332", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULEVxEk5kwnSoCklNChYDK1w", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T10:56:35.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T10:56:35.050Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PS-204818563-1620836498456", "name": "PSP Accessory PS", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/PS-204818563-1620836498456", "@referredType": "ProductSpecificationOracle" }, "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "Comp_Rule_1", "name": "Comp_Rule_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Comp_Rule_1", "lifecycleStatus": "Retired", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T11:15:48.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:24:57.032Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "DemoMar202114", "name": "DemoMar202114", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/DemoMar202114", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_1XN3FTUU", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_1XN3FTUU,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-11T00:00:00.000Z", "endDateTime": "2021-06-18T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "ServiceBundleProject", "name": "ServiceBundleProject", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/ServiceBundleProject" } }, { "id": "RULEXkQwFl0bTJy52BT9FKwldQ", "name": "CompRuleSeq_June21", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULEXkQwFl0bTJy52BT9FKwldQ", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-22T05:39:25.000Z", "createdBy": "booth", "lastUpdate": "2021-06-22T05:39:25.127Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "Oracle_FL8RY2ZA", "name": "Names_99IF5VA2E", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_FL8RY2ZA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline002", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductline002,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-29T00:00:00.000Z", "endDateTime": "2021-07-15T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "I_21_7_2021", "name": "I_21_7_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_21_7_2021" } }, { "id": "RULE10044", "name": "Test_22_Comp_01", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10044", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-22T08:33:10.000Z", "createdBy": "booth", "lastUpdate": "2021-06-22T08:43:48.138Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline002", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductline002,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-22T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE-EG-1827095910-16243804650", "name": "R8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-1827095910-16243804650", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-22T16:49:37.000Z", "createdBy": "booth", "lastUpdate": "2021-06-22T16:50:54.135Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "STATE", "expressionType": "ELIGIBILITY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_IN_THN", "name": "LHS of (STATE_IN_THN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_IN_THN", "operator": "IN", "expressionType": "BINARY" }, { "id": "THN", "expressionType": "STRING", "value": "THN", "productRuleExpressionRelationship": { "id": "STATE_IN_THN", "name": "RHS of STATE_IN_THN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(STATE IN THN)", "validFor": { "startDateTime": "2021-06-22T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "name": "GRP-4124344917-1624380465265", "id": "GRP-4124344917-1624380465265" } ], "project": { "id": "P-3742633763-1622483013932", "name": "INI31", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-3742633763-1622483013932" } }, { "id": "RULE2", "name": "Test456122321", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE2", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-29T07:01:28.000Z", "createdBy": "booth", "lastUpdate": "2021-06-29T07:01:28.029Z", "lastUpdatedBy": "booth", "version": "1.0" }, { "id": "RULE5", "name": "PSP Wireless Offer Comp Rule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE5", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-29T16:46:05.000Z", "createdBy": "anonymous", "lastUpdate": "2021-06-29T16:46:05.448Z", "lastUpdatedBy": "anonymous", "version": "1.0", "subject": { "id": "PSP_Wireless_T20", "name": "PSP Wireless T20 Offer", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/PSP_Wireless_T20", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "FastChargerPSP", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(FastChargerPSP,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-01-06T03:50:48.000Z", "endDateTime": "2021-01-30T03:50:48.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condtion1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PhysicalDevicesPL", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PhysicalDevicesPL,ProductLineOracle)", "validFor": { "startDateTime": "2021-02-06T03:50:48.000Z", "endDateTime": "2021-02-20T03:50:48.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condtion2" } ], "project": { "id": "PSPSpringInitiative", "name": "Spring Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPSpringInitiative" } }, { "id": "PSPRULE001100", "name": "PSP iPhone12 Pro Rule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/PSPRULE001100", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-05-27T07:13:18.000Z", "createdBy": "booth", "lastUpdate": "2021-06-01T05:07:20.465Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "iPhone12Pro", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/iPhone12Pro", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(SupremoZoom,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-05-06T03:50:48.000Z", "endDateTime": "2021-12-29T03:50:48.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condtion1" }, { "stringExpression": "REQUIRES_MUTUAL ENTITY(SupremoZoom,ProductOfferingOracle)", "validFor": { "startDateTime": "2022-01-01T03:50:48.000Z", "endDateTime": "2023-09-30T03:50:48.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condtion2" } ], "project": { "id": "PSPChristmansInitiative", "name": "Christmas Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPChristmansInitiative" } }, { "id": "TestRule002", "name": "TestRule002", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule002", "lifecycleStatus": "launched", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-01T13:58:14.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.315Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "DemoMar202114", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/DemoMar202114", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "(COUNTRY EQUALS DO) AND (POSTAL_CODE NOT_EQUALS 560096)", "validFor": { "startDateTime": "2021-06-01T00:00:00.000Z", "endDateTime": "2021-06-12T00:00:00.000Z" }, "name": "GRP-1834424971-1622555498837", "id": "GRP-1834424971-1622555498837" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "12312", "name": "TestJune1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/12312", "lifecycleStatus": "Launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-02T04:27:59.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:08:22.852Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_4UB1PBF6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_4UB1PBF6", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(DemoMar202114,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-01T18:30:00.000Z", "endDateTime": "2021-06-02T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "AutomationProj009", "name": "AutomationProj009", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/AutomationProj009" } }, { "id": "SupremoRules_1", "name": "SupremoRules", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/SupremoRules_1", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-02T10:43:00.000Z", "createdBy": "booth", "lastUpdate": "2021-06-02T10:43:00.029Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "RulesAutomation01", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/RulesAutomation01", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(Names_NWS46W1V5,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-01T18:30:00.000Z", "endDateTime": "2021-06-02T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_3LMW3QMQ", "name": "Names_I2OIE71OA", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_3LMW3QMQ" } }, { "id": "TestRule02", "name": "TestRule02", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule02", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-02T16:32:02.000Z", "createdBy": "booth", "lastUpdate": "2021-06-02T16:32:06.178Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PSP_Wireless_T20", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/PSP_Wireless_T20", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES_MUTUAL ENTITY(AutoPO901,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-02T00:00:00.000Z", "endDateTime": "2021-06-09T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "I_17_4_2021_0_14_25", "name": "I_17_4_2021_0_14_25", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_17_4_2021_0_14_25" } }, { "id": "062021", "name": "IIS", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/062021", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T05:47:17.000Z", "createdBy": "booth", "lastUpdate": "2021-06-03T05:47:17.041Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_1XN3FTUU", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/Oracle_1XN3FTUU", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "stringExpression": "undefined ENTITY(Names_LV0L1EY1J,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-02T18:30:00.000Z", "endDateTime": "2021-06-03T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "TestRule0004", "name": "TestRule0004", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule0004", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T11:28:53.000Z", "createdBy": "booth", "lastUpdate": "2021-06-03T14:40:42.030Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_WKK5RD80", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/Oracle_WKK5RD80", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "stringExpression": "(COUNTRY EQUALS IN) AND (STATE EQUALS Karnataka) AND (CITY EQUALS Mangalore) AND (POSTAL_CODE STARTS_WITH 5750)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "name": "GRP-4068036200-1622719290175", "id": "GRP-4068036200-1622719290175" }, { "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER) OR (RETAIL_STORE_CODE EQUALS 100)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-28T00:00:00.000Z" }, "name": "GRP-2008360763-1622719694987", "id": "GRP-2008360763-1622719694987" }, { "stringExpression": "(MKT_SEGMENT_CODE EQUALS 800)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-2924118374-1622731167233", "id": "GRP-2924118374-1622731167233" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE0017777", "name": "RULE0017777", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE0017777", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-07T06:20:01.000Z", "createdBy": "booth", "lastUpdate": "2021-06-07T06:20:01.172Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "iPhone12Pro", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/iPhone12Pro", "@referredType": "ProductOfferingOracle" }, "project": { "id": "PSPChristmansInitiative", "name": "Christmas Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPChristmansInitiative" } }, { "id": "RULE0017778", "name": "RULE0017778", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE0017778", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-07T06:24:54.000Z", "createdBy": "booth", "lastUpdate": "2021-06-07T06:24:54.022Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "iPhone12Pro", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/iPhone12Pro", "@referredType": "ProductOfferingOracle" }, "project": { "id": "PSPChristmansInitiative", "name": "Christmas Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPChristmansInitiative" } }, { "id": "Rulecomp002", "name": "Rulecomp002", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp002", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-08T11:48:28.000Z", "createdBy": "booth", "lastUpdate": "2021-06-08T11:48:28.029Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-1044350435-1623141372106", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-1044350435-1623141372106", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_4UB1PBF6", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_4UB1PBF6,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-15T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "compRule004", "name": "compRule004", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/compRule004", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-08T12:24:48.000Z", "createdBy": "booth", "lastUpdate": "2021-06-08T12:24:48.029Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-1044350435-1623141372106", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-1044350435-1623141372106", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_V9MV2YKU", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_V9MV2YKU,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-29T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "comprule006", "name": "comprule006", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/comprule006", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-08T13:22:06.000Z", "createdBy": "booth", "lastUpdate": "2021-06-08T13:22:06.032Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "offertest0806_2_ID", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offertest0806_2_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "POimport6711", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(POimport6711,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-29T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "rule0806_1", "name": "rule0806_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/rule0806_1", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-08T19:25:20.000Z", "createdBy": "booth", "lastUpdate": "2021-06-08T19:25:20.050Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "offertest0806_2_ID", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offertest0806_2_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_BNJ73DZ7", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_BNJ73DZ7,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-08T18:30:00.000Z", "endDateTime": "2021-06-28T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "stringExpression": "EXCLUDES ENTITY(Oracle_BNJ73DZ7,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-29T18:30:00.000Z", "endDateTime": "2021-07-07T18:30:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "qw800378", "name": "TestEffevtiveRules12", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/qw800378", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-09T12:55:01.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.320Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_4UB1PBF6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_4UB1PBF6", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_4UB1PBF6", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_4UB1PBF6,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_4UB1PBF6,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "Rulecomp002j", "name": "Rulecomp002j", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp002j", "lifecycleStatus": "In test", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-09T07:15:44.000Z", "createdBy": "booth", "lastUpdate": "2021-06-09T09:33:07.000Z", "lastUpdatedBy": "anonymous", "version": "1.0" }, { "id": "Rulecomp005", "name": "Rulecomp005", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp005", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY123", "@type": "ProductRuleOracle", "created": "2021-06-09T13:34:51.000Z", "createdBy": "booth", "lastUpdate": "2021-06-09T13:43:19.030Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_BD3SDOOA", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_BD3SDOOA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductOffer00B", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "(EXCLUDES ENTITY(ProductOffer00B,ProductOfferingOracle))", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-15T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ] }, { "id": "ruletest0906_2", "name": "ruletest0906_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/ruletest0906_2", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-09T17:30:12.000Z", "createdBy": "booth", "lastUpdate": "2021-06-09T17:30:12.031Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2737751913-1623259402630", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2737751913-1623259402630", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "AutoPO901", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(AutoPO901,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "q1231800378", "name": "TestEffevtiveRules1223", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/q1231800378", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-10T06:14:32.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.325Z", "lastUpdatedBy": "booth", "version": "1.0", "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "q12318003789", "name": "TestEffevtiveRules122213", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/q12318003789", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-10T16:02:33.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.331Z", "lastUpdatedBy": "booth", "version": "1.0", "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "Rulecomp800378", "name": "TestEffevtiveRules", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp800378", "lifecycleStatus": "Ready to publish", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-11T09:37:40.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T18:03:06.000Z", "lastUpdatedBy": "anonymous", "version": "1.0", "subject": { "id": "Oracle_BD3SDOOc", "name": "Oracle_BD3SDOOc", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_BD3SDOOc", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductOffer00B", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(ProductOffer00B,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1 123", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductOffer00B", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(ProductOffer00B,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "VCPComp1", "name": "VCPComp1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/VCPComp1", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-14T16:15:12.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T16:15:12.021Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Retire777", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Retire777", "@referredType": "ProductOfferingOracle" }, "project": { "id": "Retire999", "name": "Retire999", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Retire999" } }, { "id": "VCPComp2-", "name": "VCPComp2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/VCPComp2-", "lifecycleStatus": "Ready to publish", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-14T16:53:42.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T17:01:36.000Z", "lastUpdatedBy": "anonymous", "version": "1.0", "subject": { "id": "Oracle_FL8RY2ZA", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_FL8RY2ZA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-01T00:00:00.000Z", "endDateTime": "2021-06-02T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Retire999", "name": "Retire999", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Retire999" } }, { "id": "Testelig002", "name": "Testelig002", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Testelig002", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-14T18:46:10.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T18:46:10.041Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-1229808945-1623683090420", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-1229808945-1623683090420", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "100,200", "expressionType": "NUMERIC", "value": "100,200", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_100,200", "name": "RHS of CHANNEL_CODE_BETWEEN_100,200)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "200", "valueFrom": "100" }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_100,200", "name": "LHS of (CHANNEL_CODE_BETWEEN_100,200)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_BETWEEN_100,200", "operator": "BETWEEN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_=_Mangalore", "name": "LHS of (CITY_=_Mangalore)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_=_Mangalore", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "Mangalore", "expressionType": "STRING", "value": "Mangalore", "productRuleExpressionRelationship": { "id": "CITY_=_Mangalore", "name": "RHS of CITY_=_Mangalore)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "AND", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER) AND (CHANNEL_CODE BETWEEN 100,200) AND (CITY EQUALS Mangalore)", "validFor": { "startDateTime": "2021-06-15T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-3290558230-1623696304165", "id": "GRP-3290558230-1623696304165" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "Eli777", "name": "Eli777", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Eli777", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T09:39:21.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T09:54:07.478Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TelecomProductline004", "name": "TelecomProductline004", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/TelecomProductline004", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "0", "expressionType": "STRING", "value": "0", "productRuleExpressionRelationship": { "id": "MKT_SEGMENT_CODE_CONTAINS_0", "name": "RHS of MKT_SEGMENT_CODE_CONTAINS_0)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "123", "expressionType": "STRING", "value": "123", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "123,234", "expressionType": "NUMERIC", "value": "123,234", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_123,234", "name": "RHS of CHANNEL_CODE_BETWEEN_123,234)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "234", "valueFrom": "123" }, { "id": "Alaska", "expressionType": "STRING", "value": "Alaska", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Alaska", "name": "RHS of STATE_EQUALS_Alaska)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_123,234", "name": "LHS of (CHANNEL_CODE_BETWEEN_123,234)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_BETWEEN_123,234", "operator": "BETWEEN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE8", "name": "RHS of OPERATORNODE8)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_YYY", "name": "LHS of (CITY_EQUALS_YYY)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_YYY", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE7", "name": "RHS of OPERATORNODE7)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_US", "name": "LHS of (COUNTRY_EQUALS_US)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_US", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE5", "name": "RHS of OPERATORNODE5)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "MKT_SEGMENT_CODE", "productRuleExpressionRelationship": { "id": "MKT_SEGMENT_CODE_CONTAINS_0", "name": "LHS of (MKT_SEGMENT_CODE_CONTAINS_0)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE_CONTAINS_0", "operator": "CONTAINS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE4", "name": "RHS of OPERATORNODE4)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "STARTS_WITH", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "OR", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE4", "name": "LHS of (OPERATORNODE4)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE4", "operator": "OR", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE5", "name": "LHS of (OPERATORNODE5)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE5", "operator": "OR", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE6", "name": "LHS of (OPERATORNODE6)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE6", "operator": "OR", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE7", "name": "LHS of (OPERATORNODE7)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE7", "operator": "OR", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE8", "name": "LHS of (OPERATORNODE8)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE8", "operator": "OR", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "RETAIL_STORE_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "RETAIL_STORE_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE", "expressionType": "ELIGIBILITY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Alaska", "name": "LHS of (STATE_EQUALS_Alaska)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_Alaska", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE6", "name": "RHS of OPERATORNODE6)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "US", "expressionType": "STRING", "value": "US", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_US", "name": "RHS of COUNTRY_EQUALS_US)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "YYY", "expressionType": "STRING", "value": "YYY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_YYY", "name": "RHS of CITY_EQUALS_YYY)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER) OR (RETAIL_STORE_CODE STARTS_WITH 123) OR (MKT_SEGMENT_CODE CONTAINS 0) OR (COUNTRY EQUALS US) OR (STATE EQUALS Alaska) OR (CITY EQUALS YYY) OR (CHANNEL_CODE BETWEEN 123,234)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-17T00:00:00.000Z" }, "name": "GRP-382637853-1623836288679", "id": "GRP-382637853-1623836288679" } ], "project": { "id": "Retire999", "name": "Retire999", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Retire999" } }, { "id": "RULE10018", "name": "Rulecomp8511", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10018", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T17:14:00.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T17:14:00.124Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "Oracle_CHEN008", "name": "Oracle_CHEN008", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_CHEN008", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN009", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_CHEN009,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN010", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_CHEN010,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1 123", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "RULE-EG-1006181096-16239111836", "name": "Elig1706_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-1006181096-16239111836", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-17T06:27:39.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T06:40:20.186Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TelecomProductline001", "name": "Telecom Product line udpate", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/TelecomProductline001", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "500", "expressionType": "STRING", "value": "500", "productRuleExpressionRelationship": { "id": "RETAIL_STORE_CODE_IN_500", "name": "RHS of RETAIL_STORE_CODE_IN_500)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "CUSTOMER_TYPE_IN_OPERANDNODE1", "name": "LHS of (CUSTOMER_TYPE_IN_OPERANDNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE_IN_OPERANDNODE1", "operator": "IN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERANDNODE1", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER,ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "CUSTOMER_TYPE_IN_OPERANDNODE1", "name": "RHS of CUSTOMER_TYPE_IN_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" }, { "id": "RETAIL_STORE_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "RETAIL_STORE_CODE", "productRuleExpressionRelationship": { "id": "RETAIL_STORE_CODE_IN_500", "name": "LHS of (RETAIL_STORE_CODE_IN_500)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "RETAIL_STORE_CODE_IN_500", "operator": "IN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(RETAIL_STORE_CODE IN 500) AND (CUSTOMER_TYPE IN ORA_ATC_EXISTING_SUBSCRIBER,ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-556989360-1623911184740", "id": "GRP-556989360-1623911184740" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "RULE10015", "name": "TestPL", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10015", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-17T07:22:00.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T07:22:00.102Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TelecomProductline004", "name": "TelecomProductline004", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/TelecomProductline004", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_MR8WOY3I", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_MR8WOY3I,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "rulePL001", "name": "rulePL001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/rulePL001", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T10:26:08.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T10:26:08.098Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "PL-1266711999-1623437907757", "name": "PL1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/PL-1266711999-1623437907757", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_0Y4457AV", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_0Y4457AV,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-12T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "ruleTest1406_comp_offer", "name": "ruleTest1406_comp_offer", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/ruleTest1406_comp_offer", "lifecycleStatus": "Awaiting obsolete", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T17:12:53.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T17:12:54.133Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "offerTest1406_1_ID", "name": "offerTest1406_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offerTest1406_1_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PL-1266711999-1623437907757", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" } ], "stringExpression": "EXCLUDES ENTITY(PL-1266711999-1623437907757,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-14T00:00:00.000Z", "endDateTime": "2021-06-22T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "TestRule07", "name": "TestRule07", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule07", "lifecycleStatus": "Launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-07T06:55:39.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:08:22.857Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ProductLine456", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/ProductLine456", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "AutoPO123", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(AutoPO123,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-07T00:00:00.000Z", "endDateTime": "2021-06-09T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "AutomationProj009", "name": "AutomationProj009", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/AutomationProj009" } }, { "id": "TestRule003", "name": "TestRule003", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule003", "lifecycleStatus": "Launched", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-01T18:10:08.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:08:22.863Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_3IKCH2V7", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/Oracle_3IKCH2V7", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "stringExpression": "(RETAIL_STORE_CODE STARTS_WITH 900) OR (CHANNEL_CODE NOT_EQUALS 600)", "validFor": { "startDateTime": "2021-06-01T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "name": "GRP-2388643343-1622570773865", "id": "GRP-2388643343-1622570773865" }, { "stringExpression": "(COUNTRY EQUALS IN) AND (STATE EQUALS Meghalaya)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-276005116-1622570963076", "id": "GRP-276005116-1622570963076" } ], "project": { "id": "AutomationProj009", "name": "AutomationProj009", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/AutomationProj009" } }, { "id": "TestRule07_03", "name": "TestRule07_03", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule07_03", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-07T08:04:33.000Z", "createdBy": "booth", "lastUpdate": "2021-06-07T08:04:33.025Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_LTD3864Y", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_LTD3864Y", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_LTD3864Y", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_LTD3864Y,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-06T18:30:00.000Z", "endDateTime": "2021-06-08T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "compRuleFromOffer001", "name": "compRuleFromOffer", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/compRuleFromOffer001", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-08T08:39:47.000Z", "createdBy": "booth", "lastUpdate": "2021-06-08T08:39:47.047Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-1044350435-1623141372106", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-1044350435-1623141372106", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "DemoMar202114", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(DemoMar202114,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-27T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "new00100", "name": "New", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/new00100", "lifecycleStatus": "Launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-08T20:36:56.000Z", "createdBy": "booth", "lastUpdate": "2021-06-09T09:05:00.183Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "offertest0806_2_ID", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offertest0806_2_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "DemoMar202114", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(DemoMar202114,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-16T18:30:00.000Z", "endDateTime": "2021-06-23T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "stringExpression": "EXCLUDES ENTITY(DemoMar202114,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-24T18:30:00.000Z", "endDateTime": "2021-06-28T18:30:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "VCPEli2", "name": "VCPEli2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/VCPEli2", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-14T17:19:56.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T18:23:00.166Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_0Y4457AV", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_0Y4457AV", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "123", "expressionType": "STRING", "value": "123", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_=_123", "name": "RHS of POSTAL_CODE_=_123)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_=_123", "name": "LHS of (POSTAL_CODE_=_123)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_=_123", "operator": "=", "expressionType": "BINARY" } ], "stringExpression": "(POSTAL_CODE EQUALS 123)", "validFor": { "startDateTime": "2021-06-14T00:00:00.000Z", "endDateTime": "2021-06-15T00:00:00.000Z" }, "name": "GRP-150967421-1623691143552", "id": "GRP-150967421-1623691143552" } ], "project": { "id": "Retire999", "name": "Retire999", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Retire999" } }, { "id": "RULE10010", "name": "Rulecomp8990", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10010", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T12:34:43.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T09:50:09.148Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_CHEN028", "name": "Oracle_CHEN028", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_CHEN028", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductlinexx11", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductlinexx11,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN029", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_CHEN029,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "RULE10014", "name": "TestPS", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10014", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T15:16:33.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T07:20:10.120Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_4J53X4B3", "name": "Names_XMZ2MTOGJ", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_4J53X4B3", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PSPWirelessDevParentPS", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PSPWirelessDevParentPS,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "RULE10007", "name": "RuleTestCR4", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10007", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-17T05:05:51.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T05:05:51.092Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "RuleTestPO", "name": "RuleTestPO", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/RuleTestPO", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "RuleTestPS", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(RuleTestPS,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-01T00:00:00.000Z", "endDateTime": "2021-06-17T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "RULE10019", "name": "testcompupdate", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10019", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-17T09:08:10.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T09:08:10.084Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "RuleTestPO", "name": "RuleTestPO", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/RuleTestPO", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS-204818563-1620836498456", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" } ], "stringExpression": "EXCLUDES ENTITY(PS-204818563-1620836498456,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-28T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "RULE-EG-348217226-162392093095", "name": "elignew", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-348217226-162392093095", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-17T09:10:28.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T09:10:28.134Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PS-204818563-1620836498456", "name": "PSP Accessory PS", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/PS-204818563-1620836498456", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "800", "expressionType": "STRING", "value": "800", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_IN_800", "name": "RHS of CHANNEL_CODE_IN_800)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "850,900", "expressionType": "NUMERIC", "value": "850,900", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "900", "valueFrom": "850" }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_IN_800", "name": "LHS of (CHANNEL_CODE_IN_800)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_IN_800", "operator": "IN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "BETWEEN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "RETAIL_STORE_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "RETAIL_STORE_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(CHANNEL_CODE IN 800) AND (RETAIL_STORE_CODE BETWEEN 850,900)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-1116538534-1623920997914", "id": "GRP-1116538534-1623920997914" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "simpleElig_1_ID", "name": "simpleElig_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/simpleElig_1_ID", "lifecycleStatus": "launched", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T10:54:58.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.337Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "offerTest1406_1_ID", "name": "offerTest1406_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offerTest1406_1_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "88", "expressionType": "STRING", "value": "88", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_88", "name": "RHS of POSTAL_CODE_EQUALS_88)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "AS", "expressionType": "STRING", "value": "AS", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AS", "name": "RHS of COUNTRY_EQUALS_AS)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AS", "name": "LHS of (COUNTRY_EQUALS_AS)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_AS", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_88", "name": "LHS of (POSTAL_CODE_EQUALS_88)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_EQUALS_88", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS AS) AND (POSTAL_CODE EQUALS 88)", "validFor": { "startDateTime": "2021-06-14T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "name": "GRP-2865020274-1623665147891", "id": "GRP-2865020274-1623665147891" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "comp001", "name": "comp001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/comp001", "lifecycleStatus": "Retired", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T16:57:31.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T07:55:29.036Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "offerTest1506_1_ID", "name": "offerTest1506_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offerTest1506_1_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "offerTest1406_1_ID", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(offerTest1406_1_ID,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Initiative1106_1_ID", "name": "Initiative1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Initiative1106_1_ID" } }, { "id": "Rulecomp8511", "name": "Rulecomp8511", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp8511", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T17:02:48.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T17:02:48.121Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "Oracle_CHEN005", "name": "Oracle_CHEN005", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_CHEN005", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN003", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_CHEN003,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN002", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_CHEN002,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1 123", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "ApprovalInit", "name": "ApprovalInit", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/ApprovalInit" } }, { "id": "RULE10008", "name": "CompDateTest_June21_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10008", "lifecycleStatus": "Retired", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T11:06:15.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:10:04.042Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "Oracle_P9LNFH07", "name": "Names_SB5BKTV4D", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_P9LNFH07", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductLine0013411", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(ProductLine0013411,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductLine0013411", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" } ], "stringExpression": "EXCLUDES ENTITY(ProductLine0013411,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-30T00:00:00.000Z", "endDateTime": "2021-07-15T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductLine0013411", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(ProductLine0013411,ProductLineOracle)", "validFor": { "startDateTime": "2021-07-19T00:00:00.000Z", "endDateTime": "2021-07-29T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" } ], "project": { "id": "AutomationProj009", "name": "AutomationProj009", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/AutomationProj009" } }, { "id": "RULE10032", "name": "Comp Test date range", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10032", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T19:26:39.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T19:26:39.159Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_FL8RY2ZA", "name": "Names_99IF5VA2E", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_FL8RY2ZA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS_SA_12_5_2021_8_19_47", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" } ], "stringExpression": "EXCLUDES ENTITY(PS_SA_12_5_2021_8_19_47,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-19T00:00:00.000Z", "endDateTime": "2021-06-22T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS_SA_12_5_2021_8_19_47", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" } ], "stringExpression": "EXCLUDES ENTITY(PS_SA_12_5_2021_8_19_47,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-23T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS_SA_12_5_2021_8_19_47", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(PS_SA_12_5_2021_8_19_47,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-29T00:00:00.000Z", "endDateTime": "2021-07-08T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS_SA_12_5_2021_8_19_47", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PS_SA_12_5_2021_8_19_47,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-07-15T00:00:00.000Z", "endDateTime": "2021-07-21T00:00:00.000Z" }, "description": "Rule condition4", "name": "Rule condition4", "id": "Condition4" } ], "project": { "id": "AutomationProj009", "name": "AutomationProj009", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/AutomationProj009" } }, { "id": "RULE10037", "name": "comprule001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10037", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-19T09:33:00.000Z", "createdBy": "booth", "lastUpdate": "2021-06-19T09:33:00.097Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2217336831-1624093623909", "name": "offerTest1906_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2217336831-1624093623909", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline001", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" } ], "stringExpression": "EXCLUDES ENTITY(TelecomProductline001,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-19T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PSPSpringInitiative", "name": "Spring Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPSpringInitiative" } }, { "id": "eligbundle1", "name": "eligbundle", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/eligbundle1", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-19T09:45:13.000Z", "createdBy": "booth", "lastUpdate": "2021-06-19T12:22:58.289Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-1133380119-1624095520203", "name": "offerTest1906_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-1133380119-1624095520203", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "100", "expressionType": "STRING", "value": "100", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_100", "name": "RHS of POSTAL_CODE_EQUALS_100)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_100", "name": "LHS of (POSTAL_CODE_EQUALS_100)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_EQUALS_100", "operator": "EQUALS", "expressionType": "BINARY" } ], "stringExpression": "(POSTAL_CODE EQUALS 100)", "validFor": { "startDateTime": "2021-06-19T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "name": "GRP-1755226717-1624095891271", "id": "GRP-1755226717-1624095891271" } ], "project": { "id": "PSPSpringInitiative", "name": "Spring Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPSpringInitiative" } }, { "id": "RULE2LE0xyO6SGukb4QcPZlLmA", "name": "Test_21_Mon", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE2LE0xyO6SGukb4QcPZlLmA", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T11:29:41.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:29:41.163Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductLine0013411", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(ProductLine0013411,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ProductLine0013411", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(ProductLine0013411,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-30T00:00:00.000Z", "endDateTime": "2021-07-06T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "I_21_7_2021", "name": "I_21_7_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_21_7_2021" } }, { "id": "RULE10004", "name": "Test_16_msg", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10004", "lifecycleStatus": "Awaiting obsolete", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T11:40:27.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:40:28.128Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_HVHUH5U0", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_HVHUH5U0,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULEnnzCIBwSMRjOe34Nmtbw", "name": "PSP Rule Del", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULEnnzCIBwSMRjOe34Nmtbw", "lifecycleStatus": "Launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T16:35:23.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T16:39:36.027Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_G6DMO5IA", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_G6DMO5IA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PSPProject2", "name": "PSP Project 2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPProject2" } }, { "id": "RULE10040", "name": "CompRuleSeq_June21", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10040", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-22T06:55:09.000Z", "createdBy": "booth", "lastUpdate": "2021-06-22T06:55:15.298Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "Oracle_0Y4457AV", "name": "Names_DJIN9MX9O", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_0Y4457AV", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline002", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductline002,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-29T00:00:00.000Z", "endDateTime": "2021-07-15T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline002", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(TelecomProductline002,ProductLineOracle)", "validFor": { "startDateTime": "2021-07-16T00:00:00.000Z", "endDateTime": "2021-07-23T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "I_21_7_2021", "name": "I_21_7_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_21_7_2021" } }, { "id": "RULE10045", "name": "Test_Comp_22_02", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10045", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-22T08:45:32.000Z", "createdBy": "booth", "lastUpdate": "2021-06-22T09:46:04.227Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PL-1960741258-1620899620472", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PL-1960741258-1620899620472,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-22T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_4KB425FS", "name": "Names_TCO14U0JR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_4KB425FS" } }, { "id": "RULE-EG-2738679862-16243788822", "name": "Simple1558", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-2738679862-16243788822", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-22T16:25:12.000Z", "createdBy": "booth", "lastUpdate": "2021-06-22T16:32:40.254Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "21232132", "expressionType": "STRING", "value": "21232132", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_21232132", "name": "RHS of POSTAL_CODE_EQUALS_21232132)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERANDNODE1", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERANDNODE2", "expressionType": "STRING", "value": "21232132", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "OR", "expressionType": "BINARY" }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_21232132", "name": "LHS of (POSTAL_CODE_EQUALS_21232132)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_EQUALS_21232132", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(POSTAL_CODE EQUALS 21232132) OR (POSTAL_CODE NOT_EQUALS 21232132)", "validFor": { "startDateTime": "2021-06-22T00:00:00.000Z", "endDateTime": "2021-06-22T00:00:00.000Z" }, "name": "GRP-71002223-1624378882454", "id": "GRP-71002223-1624378882454" }, { "productRuleExpression": [ { "id": "21232132", "expressionType": "STRING", "value": "21232132", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_EQUALS", "expressionType": "BINARY" }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(POSTAL_CODE NOT_EQUALS 21232132)", "validFor": { "startDateTime": "2021-06-22T00:00:00.000Z", "endDateTime": "2021-06-22T00:00:00.000Z" }, "name": "GRP-2522258725-1624379065923", "id": "GRP-2522258725-1624379065923" } ], "project": { "id": "P-3742633763-1622483013932", "name": "INI31", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-3742633763-1622483013932" } }, { "id": "RULE-EG-2275337123-16244421972", "name": "rule2306_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-2275337123-16244421972", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-23T13:11:34.000Z", "createdBy": "booth", "lastUpdate": "2021-06-23T13:11:34.251Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "800", "expressionType": "STRING", "value": "800", "productRuleExpressionRelationship": { "id": "RETAIL_STORE_CODE_EQUALS_800", "name": "RHS of RETAIL_STORE_CODE_EQUALS_800)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "90", "expressionType": "STRING", "value": "90", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_NOT_EQUALS_90", "name": "RHS of CHANNEL_CODE_NOT_EQUALS_90)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_NOT_EQUALS_90", "name": "LHS of (CHANNEL_CODE_NOT_EQUALS_90)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_NOT_EQUALS_90", "operator": "NOT_EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" }, { "id": "RETAIL_STORE_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "RETAIL_STORE_CODE", "productRuleExpressionRelationship": { "id": "RETAIL_STORE_CODE_EQUALS_800", "name": "LHS of (RETAIL_STORE_CODE_EQUALS_800)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "RETAIL_STORE_CODE_EQUALS_800", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CHANNEL_CODE NOT_EQUALS 90) AND (RETAIL_STORE_CODE EQUALS 800)", "validFor": { "startDateTime": "2021-07-06T00:00:00.000Z", "endDateTime": "2021-07-21T00:00:00.000Z" }, "name": "GRP-3043980812-1624442276424", "id": "GRP-3043980812-1624442276424" }, { "productRuleExpression": [ { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_CONTAINS_MLR", "name": "LHS of (CITY_CONTAINS_MLR)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_CONTAINS_MLR", "operator": "CONTAINS", "expressionType": "BINARY" }, { "id": "MLR", "expressionType": "STRING", "value": "MLR", "productRuleExpressionRelationship": { "id": "CITY_CONTAINS_MLR", "name": "RHS of CITY_CONTAINS_MLR)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CITY CONTAINS MLR)", "validFor": { "startDateTime": "2021-06-23T00:00:00.000Z", "endDateTime": "2021-06-28T00:00:00.000Z" }, "name": "GRP-1802644440-1624442202927", "id": "GRP-1802644440-1624442202927" } ], "project": { "id": "P-668376609-1624442151204", "name": "Initiative2306_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-668376609-1624442151204" } }, { "id": "RULE-EG-142335330-162445399756", "name": "rulescomp2306_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-142335330-162445399756", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-23T13:16:20.000Z", "createdBy": "booth", "lastUpdate": "2021-06-23T13:16:20.223Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "Brightwood", "expressionType": "STRING", "value": "Brightwood", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "Park,Blue", "expressionType": "STRING", "value": "Park,Blue", "productRuleExpressionRelationship": { "id": "Park,Blue_IN_Plains", "name": "LHS of (Park,Blue_IN_Plains)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "Park,Blue_IN_Plains", "operator": "IN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Plains", "expressionType": "STRING", "value": "Plains", "productRuleExpressionRelationship": { "id": "Park,Blue_IN_Plains", "name": "RHS of Park,Blue_IN_Plains)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS US) AND (STATE EQUALS District of Columbia) AND (CITY IN Brightwood Park,Blue Plains)", "validFor": { "startDateTime": "2021-06-23T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "name": "GRP-1103322425-1624453997917", "id": "GRP-1103322425-1624453997917" }, { "productRuleExpression": [ { "id": "100", "expressionType": "STRING", "value": "100", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_STARTS_WITH_100", "name": "RHS of CHANNEL_CODE_STARTS_WITH_100)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_STARTS_WITH_100", "name": "LHS of (CHANNEL_CODE_STARTS_WITH_100)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_STARTS_WITH_100", "operator": "STARTS_WITH", "expressionType": "BINARY" } ], "stringExpression": "(CHANNEL_CODE STARTS_WITH 100)", "validFor": { "startDateTime": "2021-07-16T00:00:00.000Z", "endDateTime": "2021-07-20T00:00:00.000Z" }, "name": "GRP-1382605439-1624454108640", "id": "GRP-1382605439-1624454108640" } ], "project": { "id": "P-668376609-1624442151204", "name": "Initiative2306_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-668376609-1624442151204" } }, { "id": "RULE010", "name": "Rule 010", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE010", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-05-28T05:15:11.000Z", "createdBy": "booth", "lastUpdate": "2021-05-28T05:15:11.077Z", "lastUpdatedBy": "booth", "version": "1.0", "ruleCondition": [ { "productRuleExpression": [ { "id": "ROOT_NAME", "operator": "REQUIRES", "expressionType": "BINARY", "@type": "EntityRuleExpressionOracle" }, { "id": "exp1", "expressionType": "ENTITY", "value": "Oracle_SOPZWINQ", "productRuleExpressionRelationship": { "id": "ROOT_NAME", "name": "LHS of A REQUIRES B", "relationshipType": "LEFT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "exp2", "expressionType": "ENTITY", "value": "Oracle_72ZVX1BW", "productRuleExpressionRelationship": { "id": "ROOT_NAME", "name": "RHS of A Requires B]", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "OfferM1612011001 REQUIRES OfferM16120117", "validFor": { "startDateTime": "2020-09-29T03:50:48.000Z", "endDateTime": "2020-10-29T03:50:48.000Z" }, "roundingMethod": "round", "description": "Test rule cond 001", "name": "cond name", "id": "cond001" } ] }, { "id": "VCP11", "name": "VCP11", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/VCP11", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T05:13:53.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.342Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "VCP", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/VCP", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(Test,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-04T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "stringExpression": "EXCLUDES ENTITY(Test,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-07T00:00:00.000Z", "endDateTime": "2021-06-10T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "RULE0017779", "name": "RULE0017779", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE0017779", "lifecycleStatus": "Ready to publish", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-07T06:28:07.000Z", "createdBy": "booth", "lastUpdate": "2021-06-09T08:23:12.000Z", "lastUpdatedBy": "anonymous", "version": "1.0", "subject": { "id": "iPhone12Pro", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/iPhone12Pro", "@referredType": "ProductOfferingOracle" }, "project": { "id": "PSPChristmansInitiative", "name": "Christmas Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPChristmansInitiative" } }, { "id": "Test05JID", "name": "Test05J", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Test05JID", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-05T06:47:30.000Z", "createdBy": "booth", "lastUpdate": "2021-06-05T06:47:34.112Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_7SG7762P", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_7SG7762P", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(Names_HEBYUVMH2,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-04T18:30:00.000Z", "endDateTime": "2021-06-11T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "TestRule032", "name": "TestRule032", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule032", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-07T15:57:12.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.348Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_1XN3FTUU", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/Oracle_1XN3FTUU", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_4UB1PBF6", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_4UB1PBF6,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-08T00:00:00.000Z", "endDateTime": "2021-06-09T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "stringExpression": "REQUIRES ENTITY(Oracle_4UB1PBF6,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-10T00:00:00.000Z", "endDateTime": "2021-06-11T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "Rulecomp004", "name": "Rulecomp004", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp004", "lifecycleStatus": "Ready to publish", "ruleType": "COMPATIBILITY123", "@type": "ProductRuleOracle", "created": "2021-06-09T07:16:24.000Z", "createdBy": "booth", "lastUpdate": "2021-06-09T08:10:06.000Z", "lastUpdatedBy": "anonymous", "version": "1.0" }, { "id": "testRule1206", "name": "testRule1206", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/testRule1206", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-12T11:50:08.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T16:58:55.552Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PL-1266711999-1623437907757", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/PL-1266711999-1623437907757", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-3036956099-1623396709217", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(ID-3036956099-1623396709217,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-12T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Initiative1106_1_ID", "name": "Initiative1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Initiative1106_1_ID" } }, { "id": "Test_01_16", "name": "Test_01_16", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Test_01_16", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T06:30:56.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.354Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_9OH3CBT8", "name": "Names_U8RM10RWJ", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_9OH3CBT8", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline001", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductline001,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "Eli888", "name": "Eli888", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Eli888", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T06:32:12.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T06:46:29.232Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "OCE_Complete", "name": "OCE_Complete", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/OCE_Complete", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "AU", "expressionType": "STRING", "value": "AU", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AU", "name": "RHS of COUNTRY_EQUALS_AU)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Junk", "name": "LHS of (CITY_EQUALS_Junk)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Junk", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AU", "name": "LHS of (COUNTRY_EQUALS_AU)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_AU", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "Junk", "expressionType": "STRING", "value": "Junk", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Junk", "name": "RHS of CITY_EQUALS_Junk)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "STATE", "expressionType": "ELIGIBILITY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_TAS", "name": "LHS of (STATE_EQUALS_TAS)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_TAS", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "TAS", "expressionType": "STRING", "value": "TAS", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_TAS", "name": "RHS of STATE_EQUALS_TAS)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS AU) AND (STATE EQUALS TAS) AND (CITY EQUALS Junk)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-17T00:00:00.000Z" }, "name": "GRP-1938508161-1623821645742", "id": "GRP-1938508161-1623821645742" } ], "project": { "id": "Retire999", "name": "Retire999", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Retire999" } }, { "id": "RULE10003", "name": "CompDateTest_June21_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10003", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T11:40:41.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T10:19:10.144Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_DPFTEB6S", "name": "Names_OLRAOGEFL", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_DPFTEB6S", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline004", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(TelecomProductline004,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-06-28T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline004", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" } ], "stringExpression": "EXCLUDES ENTITY(TelecomProductline004,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-29T00:00:00.000Z", "endDateTime": "2021-07-08T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "I_21_7_2021", "name": "I_21_7_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_21_7_2021" } }, { "id": "RULE10005", "name": "RuleTestCR2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10005", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T12:01:43.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T05:00:54.142Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "RuleTestPL", "name": "RuleTestPL", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/RuleTestPL", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "RuleTestPS", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(RuleTestPS,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "RULE10009", "name": "Test_msg1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10009", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T12:08:39.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T12:08:39.093Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Sonetid", "name": "Sonet", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Sonetid", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline001", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductline001,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RuleTestEli", "name": "RuleTestEli", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RuleTestEli", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T15:22:52.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T15:22:52.082Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Spec200011", "name": "Spec200011", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/Spec200011", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-18T00:00:00.000Z" }, "name": "GRP-1347617458-1623856669276", "id": "GRP-1347617458-1623856669276" } ], "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "RULE10016", "name": "Rulecomp8990", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10016", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T10:10:02.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T10:10:02.106Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "Oracle_CHEN028", "name": "Oracle_CHEN028", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_CHEN028", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductlinexx11", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductlinexx11,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition123", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN029", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_CHEN029,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "RULE10006", "name": "RuleTestCR3", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10006", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-17T05:02:23.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T05:02:23.174Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "RuleTestPL", "name": "RuleTestPL", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/RuleTestPL", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PSPWirelessDevParentPS", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" } ], "stringExpression": "EXCLUDES ENTITY(PSPWirelessDevParentPS,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "RULE10017", "name": "testComp1706_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10017", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-17T09:06:03.000Z", "createdBy": "booth", "lastUpdate": "2021-06-17T09:06:03.078Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ProductLine0013411", "name": "ProductLine0013411", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/ProductLine0013411", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS-204818563-1620836498456", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" } ], "stringExpression": "EXCLUDES ENTITY(PS-204818563-1620836498456,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "rules1106_5_ID", "name": "rules1106_5", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/rules1106_5_ID", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T11:00:41.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.359Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "PL-1266711999-1623437907757", "name": "PL1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/PL-1266711999-1623437907757", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_FL8RY2ZA", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_FL8RY2ZA,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-12T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "RULE10025", "name": "RuleRetireCR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10025", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T16:49:14.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T16:49:14.096Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "RuleRetirePL", "name": "RuleRetire", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/RuleRetirePL", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "RuleRetirePL", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(RuleRetirePL,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-18T00:00:00.000Z", "endDateTime": "2021-06-18T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "RULE10039", "name": "comprule001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10039", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-19T09:37:10.000Z", "createdBy": "booth", "lastUpdate": "2021-06-19T09:37:10.077Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2217336831-1624093623909", "name": "offerTest1906_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2217336831-1624093623909", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PhysicalDevicesPL002", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" } ], "stringExpression": "EXCLUDES ENTITY(PhysicalDevicesPL002,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-19T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PSPSpringInitiative", "name": "Spring Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPSpringInitiative" } }, { "id": "RULE10033", "name": "TestCompDateRange", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10033", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T19:34:34.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T19:34:34.185Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "SO_Terms_17_6_2021", "name": "SO_Terms_17_6_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/SO_Terms_17_6_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS-3760259369-1624014874177", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PS-3760259369-1624014874177,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-20T00:00:00.000Z", "endDateTime": "2021-06-22T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS-3760259369-1624014874177", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(PS-3760259369-1624014874177,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-24T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS-3760259369-1624014874177", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" } ], "stringExpression": "EXCLUDES ENTITY(PS-3760259369-1624014874177,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-30T00:00:00.000Z", "endDateTime": "2021-07-15T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS-3760259369-1624014874177", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PS-3760259369-1624014874177,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-07-17T00:00:00.000Z", "endDateTime": "2021-07-29T00:00:00.000Z" }, "description": "Rule condition4", "name": "Rule condition4", "id": "Condition4" } ], "project": { "id": "I_17_6_2021", "name": "I_17_6_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_17_6_2021" } }, { "id": "RULE-EG-4197419596-16242761509", "name": "ruleTest2106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-4197419596-16242761509", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T11:51:34.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:51:34.399Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "simpleOffer2106_1_ID", "name": "simpleOffer2106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/simpleOffer2106_1_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "AU", "expressionType": "STRING", "value": "AU", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AU", "name": "RHS of COUNTRY_EQUALS_AU)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Brisbane", "expressionType": "STRING", "value": "Brisbane", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Brisbane", "name": "RHS of CITY_EQUALS_Brisbane)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Brisbane", "name": "LHS of (CITY_EQUALS_Brisbane)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Brisbane", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AU", "name": "LHS of (COUNTRY_EQUALS_AU)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_AU", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "QLD", "expressionType": "STRING", "value": "QLD", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_QLD", "name": "RHS of STATE_EQUALS_QLD)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "STATE", "expressionType": "ELIGIBILITY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_QLD", "name": "LHS of (STATE_EQUALS_QLD)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_QLD", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS AU) AND (STATE EQUALS QLD) AND (CITY EQUALS Brisbane)", "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-06-28T00:00:00.000Z" }, "name": "GRP-4160042878-1624276151637", "id": "GRP-4160042878-1624276151637" }, { "productRuleExpression": [ { "id": "Barnaby", "expressionType": "STRING", "value": "Barnaby", "productRuleExpressionRelationship": { "id": "Barnaby_AND_OPERATORNODE2", "name": "LHS of (Barnaby_AND_OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "Barnaby_AND_OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "OPERATORNODE2", "operator": "IN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "Barnaby_AND_OPERATORNODE2", "name": "RHS of Barnaby_AND_OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Park,Bellevue", "expressionType": "STRING", "value": "Park,Bellevue", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Terrace,Brightwood", "expressionType": "STRING", "value": "Terrace,Brightwood", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS US) AND (STATE EQUALS District of Columbia) AND (CITY IN Barnaby Terrace,Brightwood Park,Bellevue)", "validFor": { "startDateTime": "2021-06-29T00:00:00.000Z", "endDateTime": "2021-07-08T00:00:00.000Z" }, "name": "GRP-823336660-1624276208262", "id": "GRP-823336660-1624276208262" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULEeyHcY33ZRKO9BBnzgtknpw", "name": "rulesTest2106_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULEeyHcY33ZRKO9BBnzgtknpw", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T11:54:35.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:54:35.094Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "simpleOffer2106_1_ID", "name": "simpleOffer2106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/simpleOffer2106_1_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline004", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(TelecomProductline004,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULEQmTmGBfT7WeVJSCHnUXiQ", "name": "PSP Rule Del2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULEQmTmGBfT7WeVJSCHnUXiQ", "lifecycleStatus": "Launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T16:48:50.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T16:51:27.266Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_0Y4457AV", "name": "Names_DJIN9MX9O", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_0Y4457AV", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_Z5AAS1DQ", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_Z5AAS1DQ,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PSPProject2", "name": "PSP Project 2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPProject2" } }, { "id": "RULEXkQwFl0bTJy52BT9FKwldQ1", "name": "EligRuleSeq_June21", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULEXkQwFl0bTJy52BT9FKwldQ1", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-22T04:48:33.000Z", "createdBy": "booth", "lastUpdate": "2021-06-22T04:48:33.053Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "Oracle_0Y4457AV", "name": "Names_DJIN9MX9O", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_0Y4457AV", "@referredType": "ProductOfferingOracle" }, "project": { "id": "I_21_7_2021", "name": "I_21_7_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_21_7_2021" } }, { "id": "RULE10046", "name": "Test_21_Mon_011", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10046", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-23T13:18:33.000Z", "createdBy": "booth", "lastUpdate": "2021-06-23T13:18:33.116Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "ProductLine0013411", "name": "ProductLine0013411", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/ProductLine0013411", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PS-3253676803-1619019173836", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(PS-3253676803-1619019173836,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-22T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "P-668376609-1624442151204", "name": "Initiative2306_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-668376609-1624442151204" } }, { "id": "RULE3", "name": "Test4561212321", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE3", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-29T07:03:35.000Z", "createdBy": "booth", "lastUpdate": "2021-06-29T07:03:35.035Z", "lastUpdatedBy": "booth", "version": "1.0" }, { "id": "RULE009", "name": "Rule 009", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE009", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-05-28T05:07:53.000Z", "createdBy": "booth", "lastUpdate": "2021-05-28T05:07:59.584Z", "lastUpdatedBy": "booth", "version": "1.0", "ruleCondition": [ { "productRuleExpression": [ { "id": "ROOT_NAME", "operator": "REQUIRES", "expressionType": "BINARY", "@type": "EntityRuleExpressionOracle" }, { "id": "exp1", "expressionType": "ENTITY", "value": "Oracle_SOPZWINQ", "productRuleExpressionRelationship": { "id": "ROOT_NAME", "name": "LHS of A REQUIRES B", "relationshipType": "LEFT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "exp2", "expressionType": "ENTITY", "value": "Oracle_MQP3E727", "productRuleExpressionRelationship": { "id": "ROOT_NAME", "name": "RHS of A Requires B]", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "OfferM1612011001 REQUIRES OfferM16120117", "validFor": { "startDateTime": "2020-09-29T03:50:48.000Z", "endDateTime": "2020-10-29T03:50:48.000Z" }, "roundingMethod": "round", "description": "Test rule cond 001", "name": "cond name", "id": "cond001" } ] }, { "id": "testCompRule01", "name": "TestCompRule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/testCompRule01", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-03T04:54:27.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.373Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PO980112", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/PO980112", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "stringExpression": "REQUIRES ENTITY(Names_XMZ2MTOGJ,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-03T00:00:00.000Z", "endDateTime": "2021-06-10T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "TestRule07_1", "name": "TestRule07_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule07_1", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-07T07:10:18.000Z", "createdBy": "booth", "lastUpdate": "2021-06-07T07:10:18.027Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_4UB1PBF6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_4UB1PBF6", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "DemoMar202114", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(DemoMar202114,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-14T18:30:00.000Z", "endDateTime": "2021-06-15T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "TestRule07_2", "name": "TestRule07_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestRule07_2", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-07T07:49:35.000Z", "createdBy": "booth", "lastUpdate": "2021-06-07T07:49:35.026Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_4UB1PBF6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_4UB1PBF6", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_LTD3864Y", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_LTD3864Y,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-14T18:30:00.000Z", "endDateTime": "2021-06-15T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "newtestnull", "name": "newtestnull", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/newtestnull", "lifecycleStatus": "Design complete", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-08T20:49:39.000Z", "createdBy": "booth", "lastUpdate": "2021-06-09T09:04:05.025Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "offertest0806_2_ID", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offertest0806_2_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "RulesAutomation01", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(RulesAutomation01,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-28T18:30:00.000Z", "endDateTime": "2021-07-21T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "ruletest1006_2_ID", "name": "ruletest1006_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/ruletest1006_2_ID", "lifecycleStatus": "launched", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-10T04:25:04.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.380Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "offertest1006_1_ID", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offertest1006_1_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "900", "expressionType": "STRING", "value": "900", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_=_900", "name": "RHS of CHANNEL_CODE_=_900)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "AO", "expressionType": "STRING", "value": "AO", "productRuleExpressionRelationship": { "id": "COUNTRY_=_AO", "name": "RHS of COUNTRY_=_AO)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_=_900", "name": "LHS of (CHANNEL_CODE_=_900)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_=_900", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_=_AO", "name": "LHS of (COUNTRY_=_AO)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_=_AO", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILITY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "=", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "AND", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CHANNEL_CODE EQUALS 900) AND (CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER) AND (COUNTRY EQUALS AO)", "validFor": { "startDateTime": "2021-06-10T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "name": "GRP-2033968860-1623298977103", "id": "GRP-2033968860-1623298977103" }, { "productRuleExpression": [ { "id": "888", "expressionType": "STRING", "value": "888", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_EQUALS", "expressionType": "BINARY" }, { "id": "RETAIL_STORE_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "RETAIL_STORE_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(RETAIL_STORE_CODE NOT_EQUALS 888)", "validFor": { "startDateTime": "2021-06-28T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "name": "GRP-704299471-1623299065595", "id": "GRP-704299471-1623299065595" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "qw1800378", "name": "TestEffevtiveRules121", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/qw1800378", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-09T13:00:16.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.395Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PO980112", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/PO980112", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PO980112", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(PO980112,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PO980112", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(PO980112,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "Test0906_1", "name": "Test0906_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Test0906_1", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-09T15:14:21.000Z", "createdBy": "booth", "lastUpdate": "2021-06-09T15:14:21.032Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2431268027-1623231600746", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2431268027-1623231600746", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_4UB1PBF6", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_4UB1PBF6,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "800378", "name": "Comp_Rule_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/800378", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-11T05:51:39.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.040Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_4UB1PBF6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_4UB1PBF6", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_9OH3CBT8", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_9OH3CBT8,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-11T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_9OH3CBT8", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_9OH3CBT8,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-26T00:00:00.000Z", "endDateTime": "2021-06-30T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "RULE0012001", "name": "RULE001200", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE0012001", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-11T09:27:05.000Z", "createdBy": "booth", "lastUpdate": "2021-06-11T09:27:05.026Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "iPhone12Pro", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/iPhone12Pro", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "gh", "expressionType": "STRING", "value": "gh" } ], "stringExpression": "gh", "validFor": { "startDateTime": "2021-05-06T03:50:48.000Z", "endDateTime": "2021-12-31T03:50:48.000Z" }, "name": "Rule condition1", "id": "Condtion1" }, { "productRuleExpression": [ { "id": "hgf", "expressionType": "STRING", "value": "hgf" } ], "stringExpression": "hgf", "validFor": { "startDateTime": "2021-05-06T03:50:48.000Z", "endDateTime": "2023-12-31T03:50:48.000Z" }, "name": "Rule condition2", "id": "Condtion2" } ], "project": { "id": "PSPChristmansInitiative", "name": "Christmas Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPChristmansInitiative" } }, { "id": "Rulecomp800379", "name": "TestEffevtiveRules", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rulecomp800379", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-11T10:12:43.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T04:47:15.343Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TelecomProductlinexx1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/TelecomProductlinexx1", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductlinexx2", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductlinexx2,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductlinexx3", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(TelecomProductlinexx3,ProductLineOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "VCPEli1", "name": "VCPEli1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/VCPEli1", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-14T16:37:24.000Z", "createdBy": "booth", "lastUpdate": "2021-06-14T16:37:24.031Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Retire999Bundle", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Retire999Bundle", "@referredType": "ProductOfferingOracle" }, "project": { "id": "Retire999", "name": "Retire999", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Retire999" } }, { "id": "elig001", "name": "elig001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/elig001", "lifecycleStatus": "launched", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-15T10:05:08.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.406Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TelecomProductlinexx1", "name": "TelecomProductlinexx1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/TelecomProductlinexx1", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "100,200", "expressionType": "NUMERIC", "value": "100,200", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_100,200", "name": "RHS of CHANNEL_CODE_BETWEEN_100,200)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "200", "valueFrom": "100" }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILITY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_100,200", "name": "LHS of (CHANNEL_CODE_BETWEEN_100,200)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_BETWEEN_100,200", "operator": "BETWEEN", "expressionType": "BINARY" } ], "stringExpression": "(CHANNEL_CODE BETWEEN 100,200)", "validFor": { "startDateTime": "2021-06-15T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-112820271-1623751403957", "id": "GRP-112820271-1623751403957" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "PL_01_CP", "name": "PL_01_CP", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/PL_01_CP", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T04:57:48.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T04:57:48.799Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PL-3387205257-1623819138601", "name": "PL_01", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/PL-3387205257-1623819138601", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_LTD3864Y", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_LTD3864Y,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-19T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "comprule1606_1", "name": "comprule1606_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/comprule1606_1", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T05:31:29.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T16:58:55.573Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "offerTest1606_2_ID", "name": "offerTest1606_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/offerTest1606_2_ID", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-3036956099-1623396709217", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(ID-3036956099-1623396709217,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-24T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Initiative1106_1_ID", "name": "Initiative1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Initiative1106_1_ID" } }, { "id": "RULE10026", "name": "Test45634", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10026", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-16T18:11:26.000Z", "createdBy": "booth", "lastUpdate": "2021-06-16T18:11:26.025Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "PS-204818563-1620836498456", "name": "PSP Accessory PS", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/PS-204818563-1620836498456", "@referredType": "ProductSpecificationOracle" }, "project": { "id": "RuleTest", "name": "RuleTest", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/RuleTest" } }, { "id": "RULE-EG-2427171392-16239942730", "name": "test1806_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-2427171392-16239942730", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T05:39:59.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T11:42:19.529Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2549963161-1624005151250", "name": "offerTest1806_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2549963161-1624005151250", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "AU", "expressionType": "STRING", "value": "AU", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AU", "name": "RHS of COUNTRY_EQUALS_AU)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Brisbane", "expressionType": "STRING", "value": "Brisbane", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Brisbane", "name": "RHS of CITY_EQUALS_Brisbane)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Brisbane", "name": "LHS of (CITY_EQUALS_Brisbane)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Brisbane", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_AU", "name": "LHS of (COUNTRY_EQUALS_AU)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_AU", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "QLD", "expressionType": "STRING", "value": "QLD", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_QLD", "name": "RHS of STATE_EQUALS_QLD)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "STATE", "expressionType": "ELIGIBILITY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_QLD", "name": "LHS of (STATE_EQUALS_QLD)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_QLD", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS AU) AND (STATE EQUALS QLD) AND (CITY EQUALS Brisbane)", "validFor": { "startDateTime": "2021-06-18T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "name": "GRP-1424728083-1623994277591", "id": "GRP-1424728083-1623994277591" }, { "productRuleExpression": [ { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Dublin", "name": "LHS of (CITY_EQUALS_Dublin)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Dublin", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IE", "name": "LHS of (COUNTRY_EQUALS_IE)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IE", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "Dublin", "expressionType": "STRING", "value": "Dublin", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Dublin", "name": "RHS of CITY_EQUALS_Dublin)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "IE", "expressionType": "STRING", "value": "IE", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IE", "name": "RHS of COUNTRY_EQUALS_IE)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" } ], "stringExpression": "(COUNTRY EQUALS IE) AND (CITY EQUALS Dublin)", "validFor": { "startDateTime": "2021-06-22T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "name": "GRP-560612753-1624187342266", "id": "GRP-560612753-1624187342266" }, { "productRuleExpression": [ { "id": "ADAMSVILLE,ALEXANDER", "expressionType": "STRING", "value": "ADAMSVILLE,ALEXANDER", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_AND_OPERATORNODE2", "name": "LHS of (CITY_AND_OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_AND_OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "OPERANDNODE1", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "IN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "CITY_AND_OPERATORNODE2", "name": "RHS of CITY_AND_OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS US) AND (STATE EQUALS Alabama) AND (CITY IN ADAMSVILLE,ALEXANDER CITY)", "validFor": { "startDateTime": "2021-06-24T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "name": "GRP-1953331739-1623994384215", "id": "GRP-1953331739-1623994384215" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE10002", "name": "Rulecomp8611", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10002", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T09:35:33.000Z", "createdBy": "ruleusercreate", "lastUpdate": "2021-06-18T09:35:33.129Z", "lastUpdatedBy": "ruleusercreate", "version": "3.0", "subject": { "id": "Oracle_CHEN021", "name": "Oracle_CHEN021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_CHEN021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN022", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_CHEN022,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-25T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_CHEN023", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_CHEN023,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-09T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1 123", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "RULE10013", "name": "RULE10013", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10013", "lifecycleStatus": "Launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T10:16:31.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T15:16:10.026Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "TelecomProductlinexx3", "name": "TelecomProductlinexx3", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/TelecomProductlinexx3", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_MR8WOY3I", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_MR8WOY3I,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-06-17T00:00:00.000Z", "endDateTime": "2021-06-22T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "rule1106_1_ID", "name": "rule1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/rule1106_1_ID", "lifecycleStatus": "launched", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T11:03:05.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:35:02.419Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "ID-3036956099-1623396709217", "name": "offerTest1106_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-3036956099-1623396709217", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-11T00:00:00.000Z", "endDateTime": "2021-06-16T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-24T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "RULE300100545116090", "name": "ruleTest1406_23", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE300100545116090", "lifecycleStatus": "Awaiting retirement", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T11:15:48.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T11:15:49.165Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "Oracle_SOPZWINQ", "name": "Names_HX2QP2Z5X", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_SOPZWINQ", "@referredType": "ProductOfferingOracle" }, "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "RULE001202", "name": "RULE001202", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE001202", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-20T04:34:02.000Z", "createdBy": "booth", "lastUpdate": "2021-06-20T04:34:05.677Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_BD3SDOOZ", "name": "Oracle_BD3SDOOZ", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_BD3SDOOZ", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "BANGALORE,MUMBAI,DELHI", "expressionType": "STRING", "value": "BANGALORE,MUMBAI,DELHI", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILITY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILITY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_INDIA", "name": "LHS of (COUNTRY_EQUALS_INDIA)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_INDIA", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "INDIA", "expressionType": "STRING", "value": "INDIA", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_INDIA", "name": "RHS of COUNTRY_EQUALS_INDIA)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "IN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" } ], "stringExpression": "(COUNTRY EQUALS INDIA) AND (CITY IN BANGALORE,MUMBAI,DELHI)", "validFor": { "startDateTime": "2021-05-06T03:50:48.000Z", "endDateTime": "2021-12-31T03:50:48.000Z" }, "name": "Rule condition1", "id": "Condtion1" }, { "productRuleExpression": [ { "id": "2002100,3002100", "expressionType": "STRING", "value": "2002100,3002100", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "IN_BETWEEN", "expressionType": "STRING", "value": "IN_BETWEEN", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "AND", "expressionType": "BINARY" } ], "stringExpression": "(COUNTRY EQUALS INDIA) AND (CITY IN BANGALORE,MUMBAI,DELHI) AND (RETAIL_STORE_CODE IN_BETWEEN 2002100,3002100)", "validFor": { "startDateTime": "2021-05-06T03:50:48.000Z", "endDateTime": "2023-12-31T03:50:48.000Z" }, "name": "Rule condition2", "id": "Condtion2" } ], "project": { "id": "GreenTree", "name": "GreenTree", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/GreenTree" } }, { "id": "RULE10011", "name": "Test_msg4", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10011", "lifecycleStatus": "Awaiting obsolete", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-21T15:13:02.000Z", "createdBy": "booth", "lastUpdate": "2021-06-21T15:13:03.136Z", "lastUpdatedBy": "booth", "version": "3.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_0Y4457AV", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_0Y4457AV,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-16T00:00:00.000Z", "endDateTime": "2021-06-23T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE10031", "name": "test1806_4", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10031", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-18T18:10:10.000Z", "createdBy": "booth", "lastUpdate": "2021-06-18T18:10:10.080Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2549963161-1624005151250", "name": "offerTest1806_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2549963161-1624005151250", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_9YBM28FU", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_9YBM28FU,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-18T00:00:00.000Z", "endDateTime": "2021-06-18T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE-EG-1551025143-16250305025", "name": "rule3006_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-1551025143-16250305025", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-30T05:55:54.000Z", "createdBy": "booth", "lastUpdate": "2021-06-30T05:56:49.582Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_G6DMO5IA", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_G6DMO5IA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "Blue", "expressionType": "STRING", "value": "Blue", "productRuleExpressionRelationship": { "id": "Blue_AND_OPERATORNODE2", "name": "LHS of (Blue_AND_OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "Blue_AND_OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "OPERATORNODE2", "operator": "IN_LIST", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "Blue_AND_OPERATORNODE2", "name": "RHS of Blue_AND_OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Plains,Bellevue,Barnaby", "expressionType": "STRING", "value": "Plains,Bellevue,Barnaby", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "Terrace", "expressionType": "STRING", "value": "Terrace", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS US) AND (STATE EQUALS District of Columbia) AND (CITY IN_LIST Blue Plains,Bellevue,Barnaby Terrace)", "validFor": { "startDateTime": "2021-06-30T00:00:00.000Z", "endDateTime": "2021-07-09T00:00:00.000Z" }, "name": "GRP-3552482060-1625030502911", "id": "GRP-3552482060-1625030502911" }, { "productRuleExpression": [ { "id": "575", "expressionType": "STRING", "value": "575", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_STARTS_WITH_575", "name": "RHS of POSTAL_CODE_STARTS_WITH_575)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_IN_LIST_Mangalore", "name": "LHS of (CITY_IN_LIST_Mangalore)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_IN_LIST_Mangalore", "operator": "IN_LIST", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Karnataka", "expressionType": "STRING", "value": "Karnataka", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Karnataka", "name": "RHS of STATE_EQUALS_Karnataka)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Mangalore", "expressionType": "STRING", "value": "Mangalore", "productRuleExpressionRelationship": { "id": "CITY_IN_LIST_Mangalore", "name": "RHS of CITY_IN_LIST_Mangalore)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "AND", "expressionType": "BINARY" }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_STARTS_WITH_575", "name": "LHS of (POSTAL_CODE_STARTS_WITH_575)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_STARTS_WITH_575", "operator": "STARTS_WITH", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "STATE", "expressionType": "ELIGIBILTY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Karnataka", "name": "LHS of (STATE_EQUALS_Karnataka)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_Karnataka", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS IN) AND (STATE EQUALS Karnataka) AND (CITY IN_LIST Mangalore) AND (POSTAL_CODE STARTS_WITH 575)", "validFor": { "startDateTime": "2021-07-09T00:00:00.000Z", "endDateTime": "2021-07-21T00:00:00.000Z" }, "name": "GRP-4026220679-1625030604517", "id": "GRP-4026220679-1625030604517" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE1", "name": "Test_21_Mon_01", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE1", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-24T22:20:56.000Z", "createdBy": "booth", "lastUpdate": "2021-06-28T08:11:11.569Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TelecomProductline004", "name": "TelecomProductline004", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/TelecomProductline004", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_KV9LIWNY", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_KV9LIWNY,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-06-28T00:00:00.000Z", "endDateTime": "2021-06-29T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-EG-678337861-162507278103", "name": "RuleA", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-678337861-162507278103", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-30T17:08:12.000Z", "createdBy": "booth", "lastUpdate": "2021-06-30T17:08:12.234Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-06-30T00:00:00.000Z", "endDateTime": "2021-07-31T00:00:00.000Z" }, "name": "GRP-1944367806-1625072781751", "id": "GRP-1944367806-1625072781751" } ], "project": { "id": "P-3742633763-1622483013932", "name": "INI31", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-3742633763-1622483013932" } }, { "id": "RULE-EG-3520342907-16256027269", "name": "sproky test", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-3520342907-16256027269", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-06T20:20:11.000Z", "createdBy": "booth", "lastUpdate": "2021-07-06T20:20:11.505Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "4,6", "expressionType": "NUMERIC", "value": "4,6", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_4,6", "name": "RHS of (CHANNEL_CODE_BETWEEN_4,6)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "6", "valueFrom": "4" }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_4,6", "name": "LHS of (CHANNEL_CODE_BETWEEN_4,6)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_BETWEEN_4,6", "operator": "BETWEEN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_IN_LIST_a,b,c,d,e", "name": "LHS of (POSTAL_CODE_IN_LIST_a,b,c,d,e)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_IN_LIST_a,b,c,d,e", "operator": "IN_LIST", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "a,b,c,d,e", "expressionType": "STRING", "value": "a,b,c,d,e", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_IN_LIST_a,b,c,d,e", "name": "RHS of (POSTAL_CODE_IN_LIST_a,b,c,d,e)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(POSTAL_CODE IN_LIST a,b,c,d,e) AND (CHANNEL_CODE BETWEEN 4,6)", "validFor": { "startDateTime": "2021-07-06T00:00:00.000Z", "endDateTime": "2021-07-30T00:00:00.000Z" }, "name": "GRP-1649349770-1625602727183", "id": "GRP-1649349770-1625602727183" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-EG-560161286-162617156984", "name": "SampleRule1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-560161286-162617156984", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-13T10:24:52.000Z", "createdBy": "booth", "lastUpdate": "2021-07-13T10:24:55.353Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "APAC", "expressionType": "STRING", "value": "APAC", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "MKT_SEGMENT_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "CONTAINS", "expressionType": "BINARY" } ], "stringExpression": "(MKT_SEGMENT_CODE CONTAINS APAC)", "validFor": { "startDateTime": "2021-07-27T00:00:00.000Z", "endDateTime": "2021-07-31T00:00:00.000Z" }, "name": "GRP-2530081677-1626171571428", "id": "GRP-2530081677-1626171571428" } ], "project": { "id": "P-3742633763-1622483013932", "name": "INI31", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-3742633763-1622483013932" } }, { "id": "RULE-EG-851772398-162679094839", "name": "Eligibility 1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-851772398-162679094839", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-20T14:30:35.000Z", "createdBy": "booth", "lastUpdate": "2021-07-20T14:30:35.352Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-952318665-1626789644158", "name": "Simple Product Offering", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-952318665-1626789644158", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER)", "validFor": { "startDateTime": "2021-07-20T00:00:00.000Z" }, "name": "GRP-3137908003-1626790949299", "id": "GRP-3137908003-1626790949299" } ], "project": { "id": "P-1229961464-1626787161511", "name": "Sample", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-1229961464-1626787161511" } }, { "id": "RULE-RC-Aug25", "name": "RULE-RC-Aug25", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-Aug25", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-25T09:34:50.000Z", "createdBy": "booth", "lastUpdate": "2021-08-25T09:34:50.082Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2647021860-1629093563995", "name": "Wireless Voice and Data Service Winter Package", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2647021860-1629093563995", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "id-607605378-1628851198162", "message": "Reason 1", "id": "CR-192905525-1629883945905" } ], "validFor": { "startDateTime": "2021-08-25T00:00:00.000Z", "endDateTime": "2021-08-27T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "OG-3497577510-1628851610625", "message": "Reason 2", "id": "CR-3796707646-1629883980469" } ], "validFor": { "startDateTime": "2021-08-28T00:00:00.000Z", "endDateTime": "2021-08-30T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 3, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "OG-3497577510-1628851610625", "message": "Reason 3", "id": "CR-1210552770-1629883982569" } ], "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE-MG-Penalty-Aug9", "name": "RULE-MG-Penalty-Aug9", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-Penalty-Aug9", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-09T06:54:20.000Z", "createdBy": "booth", "lastUpdate": "2021-08-09T06:54:20.316Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "AOF_4_8_2021", "name": "AOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/AOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_KDR7Z6VV", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(Oracle_KDR7Z6VV,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-694518319-1628492050053", "name": "MG_PP-694518319-1628492050053", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-694518319-1628492050053", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-3545583680-1628492050053", "name": "MG_PP-3545583680-1628492050053", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3545583680-1628492050053", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-1657213446-162849205640" } ], "validFor": { "startDateTime": "2021-08-08T18:30:00.000Z", "endDateTime": "2021-08-13T18:30:00.000Z" }, "description": "MG-GRP-1594509879-162849192028", "name": "MG-GRP-1594509879-162849192028", "id": "MG-GRP-1594509879-162849192028" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-2619291440-162849205640" } ], "validFor": { "startDateTime": "2021-08-14T18:30:00.000Z", "endDateTime": "2021-08-19T18:30:00.000Z" }, "description": "MG-GRP-1387343887-162849196510", "name": "MG-GRP-1387343887-162849196510", "id": "MG-GRP-1387343887-162849196510" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-2455568008-1628492050053", "name": "MG_PP-2455568008-1628492050053", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2455568008-1628492050053", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "ORIGINAL_END", "duration": "NEW_DURATION", "id": "Result-2781754191-162849205640" } ], "validFor": { "startDateTime": "2021-08-23T18:30:00.000Z", "endDateTime": "2021-08-27T18:30:00.000Z" }, "description": "MG-GRP-2832691494-162849196573", "name": "MG-GRP-2832691494-162849196573", "id": "MG-GRP-2832691494-162849196573" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-RC-4136934828-16285094513", "name": "Testing Recommendation by KT", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-4136934828-16285094513", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-09T11:48:10.000Z", "createdBy": "booth", "lastUpdate": "2021-08-09T11:48:10.058Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_5ZGVRU9Z", "name": "Names_QTFMQV6AS", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_5ZGVRU9Z", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_5ZGVRU9Z", "message": "Same Product Offer", "id": "CR-4164135331-1628509580780" } ], "validFor": { "startDateTime": "2021-08-09T00:00:00.000Z", "endDateTime": "2021-11-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "SpringBreakInitiative12", "name": "Spring Break Initiative12", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/SpringBreakInitiative12" } }, { "id": "RULE-RC-2020000327-16285858247", "name": "RecomAug", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-2020000327-16285858247", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-10T08:58:07.000Z", "createdBy": "booth", "lastUpdate": "2021-08-10T08:58:07.051Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_G6DMO5IA", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_G6DMO5IA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_FL8RY2ZA", "message": "Testing.", "id": "CR-3375261216-1628585832311" } ], "validFor": { "startDateTime": "2021-08-09T18:30:00.000Z", "endDateTime": "2021-08-23T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_4KB425FS", "name": "Names_TCO14U0JR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_4KB425FS" } }, { "id": "RULE-RC-1442780704-16286618220", "name": "TestAllRecom", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-1442780704-16286618220", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-11T06:08:07.000Z", "createdBy": "booth", "lastUpdate": "2021-08-11T06:08:07.075Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_DPFTEB6S", "message": "Test1", "id": "CR-1957828538-1628661825343" }, { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_FL8RY2ZA", "message": "Test2", "id": "CR-1160505962-1628661860558" } ], "validFor": { "startDateTime": "2021-08-11T00:00:00.000Z", "endDateTime": "2021-08-11T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 3, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_9YBM28FU", "message": "Oracle Test", "id": "CR-609930403-1628661893023" } ], "validFor": { "startDateTime": "2021-08-19T00:00:00.000Z", "endDateTime": "2021-08-27T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "343234", "name": "TestSameProdOffer", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/343234", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-11T06:40:45.000Z", "createdBy": "booth", "lastUpdate": "2021-08-11T06:40:45.051Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_FL8RY2ZA", "name": "Names_99IF5VA2E", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_FL8RY2ZA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_FL8RY2ZA", "message": "test", "id": "CR-2432642754-1628663978955" } ], "validFor": { "startDateTime": "2021-08-11T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_TP0WZ67E", "name": "Names_5ZJEJUTLD", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_TP0WZ67E" } }, { "id": "RULE-MG-2", "name": "RULE-MG-2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-2", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-25T10:39:51.000Z", "createdBy": "booth", "lastUpdate": "2021-08-25T10:39:51.131Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_2METZC0W", "name": "Names_1MELUD6PM", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_2METZC0W", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_G6DMO5IA", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(Oracle_G6DMO5IA,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-4028621982-162988799029" } ], "validFor": { "startDateTime": "2021-08-24T18:30:00.000Z", "endDateTime": "2021-08-29T18:30:00.000Z" }, "description": "MG-GRP-418547925-1629887933072", "name": "MG-GRP-418547925-1629887933072", "id": "MG-GRP-418547925-1629887933072" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-RC-2599118558-16286721842", "name": "TestDupRule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-2599118558-16286721842", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-11T08:59:29.000Z", "createdBy": "booth", "lastUpdate": "2021-08-11T08:59:29.079Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_P4F9O9E8", "message": "Test1", "id": "CR-1263464912-1628672184665" }, { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_SX8OA222", "message": "Test2", "id": "CR-3261520677-1628672230441" } ], "validFor": { "startDateTime": "2021-08-11T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 3, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_A4NQS05U", "message": "Test3", "id": "CR-740918516-1628672251366" } ], "validFor": { "startDateTime": "2021-08-11T00:00:00.000Z", "endDateTime": "2021-08-19T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "EligibiltyRule_Aug17", "name": "EligibiltyRule_Aug17", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/EligibiltyRule_Aug17", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-17T11:53:50.000Z", "createdBy": "booth", "lastUpdate": "2021-08-17T11:53:50.203Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Wireless_Voice_Data_Check", "name": "Wireless Voice and Data Check", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Wireless_Voice_Data_Check", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_IN_LIST_IN", "name": "LHS of (COUNTRY_IN_LIST_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_IN_LIST_IN", "operator": "IN_LIST", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_IN_LIST_IN", "name": "RHS of (COUNTRY_IN_LIST_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY IN_LIST IN)", "validFor": { "startDateTime": "2021-08-17T00:00:00.000Z", "endDateTime": "2021-08-20T00:00:00.000Z" }, "name": "GRP-2569763302-1629201119298", "id": "GRP-2569763302-1629201119298" }, { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "CONTAINS", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE CONTAINS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-08-21T00:00:00.000Z", "endDateTime": "2021-08-25T00:00:00.000Z" }, "name": "GRP-1702903291-1629201172982", "id": "GRP-1702903291-1629201172982" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE-EG-1666840593-16294575208", "name": "EligibilityNewRuleTesting-UX", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-1666840593-16294575208", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-20T11:07:19.000Z", "createdBy": "booth", "lastUpdate": "2021-08-23T11:48:08.366Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERANDNODE1", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERANDNODE2", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of (OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" } ], "stringExpression": "(COUNTRY EQUALS IN) AND (COUNTRY NOT_EQUALS IN)", "validFor": { "startDateTime": "2021-08-20T00:00:00.000Z" }, "name": "GRP-3691472955-1629457521104", "id": "GRP-3691472955-1629457521104" }, { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_CONTAINS_IN", "name": "LHS of (COUNTRY_CONTAINS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_CONTAINS_IN", "operator": "CONTAINS", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_CONTAINS_IN", "name": "RHS of (COUNTRY_CONTAINS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY CONTAINS IN)", "validFor": { "startDateTime": "2021-08-20T00:00:00.000Z" }, "name": "GRP-710374080-1629457593664", "id": "GRP-710374080-1629457593664" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-RC-463089075-162969982631", "name": "RULE-RC-463089075-162969982631", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-463089075-162969982631", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-23T06:25:26.000Z", "createdBy": "booth", "lastUpdate": "2021-08-23T06:25:31.147Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2647021860-1629093563995", "name": "Wireless Voice and Data Service Winter Package", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2647021860-1629093563995", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "id-607605378-1628851198162", "message": "reason1", "id": "CR-3156380651-1629699828037" } ], "validFor": { "startDateTime": "2021-08-22T18:30:00.000Z", "endDateTime": "2021-08-25T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "OG-3497577510-1628851610625", "message": "Reason2", "id": "CR-1539001699-1629699861719" } ], "validFor": { "startDateTime": "2021-08-25T18:30:00.000Z", "endDateTime": "2021-08-29T18:30:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE-RC-4207732325-16297195202", "name": "NewRecRuleTesting-UX", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-4207732325-16297195202", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-23T11:53:39.000Z", "createdBy": "booth", "lastUpdate": "2021-08-23T11:53:39.050Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_HVHUH5U0", "message": "XYZ", "id": "CR-1712629055-1629719520529" } ], "validFor": { "startDateTime": "2021-08-23T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE17", "name": "Comprule3008_2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE17", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-30T18:38:49.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T18:38:49.119Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2748943967-1630348319691", "name": "Test30Aug", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2748943967-1630348319691", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_RB06OC97", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of (EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_RB06OC97,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z", "endDateTime": "2021-08-31T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Summer-Initiative", "name": "Summer Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Summer-Initiative" } }, { "id": "RULE-EG-1111516392-16261720959", "name": "Sample2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-1111516392-16261720959", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-13T10:28:38.000Z", "createdBy": "booth", "lastUpdate": "2021-07-15T08:29:31.221Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-07-13T00:00:00.000Z", "endDateTime": "2021-07-28T00:00:00.000Z" }, "name": "GRP-516999367-1626172096423", "id": "GRP-516999367-1626172096423" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "sprokyrule3", "name": "sproky rule 3", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/sprokyrule3", "lifecycleStatus": "Ready to publish", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-22T06:10:58.000Z", "createdBy": "booth", "lastUpdate": "2021-07-26T04:44:13.224Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "5555", "expressionType": "STRING", "value": "5555", "productRuleExpressionRelationship": { "id": "MKT_SEGMENT_CODE_EQUALS_5555", "name": "RHS of (MKT_SEGMENT_CODE_EQUALS_5555)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "MKT_SEGMENT_CODE", "productRuleExpressionRelationship": { "id": "MKT_SEGMENT_CODE_EQUALS_5555", "name": "LHS of (MKT_SEGMENT_CODE_EQUALS_5555)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE_EQUALS_5555", "operator": "EQUALS", "expressionType": "BINARY" } ], "stringExpression": "(MKT_SEGMENT_CODE EQUALS 5555)", "validFor": { "startDateTime": "2021-07-22T00:00:00.000Z", "endDateTime": "2021-07-30T00:00:00.000Z" }, "name": "GRP-1432346220-1626934181174", "id": "GRP-1432346220-1626934181174" } ], "project": { "id": "sprokyi1", "name": "sproky i1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/sprokyi1" } }, { "id": "RULE12", "name": "Comp-Rule_Aug23", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE12", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-28T05:38:25.000Z", "createdBy": "booth", "lastUpdate": "2021-08-23T06:16:14.381Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2647021860-1629093563995", "name": "Wireless Voice and Data Service Winter Package", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2647021860-1629093563995", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline004", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of (REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductline004,ProductLineOracle)", "validFor": { "startDateTime": "2021-08-22T18:30:00.000Z", "endDateTime": "2021-08-25T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline004", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of (REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(TelecomProductline004,ProductLineOracle)", "validFor": { "startDateTime": "2021-08-25T18:35:00.000Z", "endDateTime": "2021-08-27T18:30:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE-EG-1468284817-16276223592", "name": "Supremo 5G Dual - Eligibility Rule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-1468284817-16276223592", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-30T05:24:24.000Z", "createdBy": "booth", "lastUpdate": "2021-07-30T06:46:36.298Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-401103046-1627622233092", "name": "Supremo 5G Dual - Special Edition", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-401103046-1627622233092", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-07-01T00:00:00.000Z", "endDateTime": "2021-08-31T00:00:00.000Z" }, "name": "GRP-3532452083-1627622359978", "id": "GRP-3532452083-1627622359978" }, { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERANDNODE1", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of (OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "AND", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of (OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER) AND (CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-09-01T00:00:00.000Z", "endDateTime": "2022-08-31T00:00:00.000Z" }, "name": "GRP-746745980-1627622591340", "id": "GRP-746745980-1627622591340" } ], "project": { "id": "P-970498271-1627622983713", "name": "Summer Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-970498271-1627622983713" } }, { "id": "RULE-MG-NoPenalty1", "name": "RULE-MG-NoPenalty", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-NoPenalty1", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-07-30T09:46:29.000Z", "createdBy": "booth", "lastUpdate": "2021-07-30T09:46:29.172Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_FL8RY2ZA", "name": "Names_99IF5VA2E", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_FL8RY2ZA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-851950064-1627420679753", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(ID-851950064-1627420679753,ProductOfferingOracle)", "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result001" } ], "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-12-31T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result002" } ], "validFor": { "startDateTime": "2022-06-21T00:00:00.000Z", "endDateTime": "2022-12-31T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-RC-1559329865-16285037178", "name": "TestView", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-1559329865-16285037178", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-09T10:09:39.000Z", "createdBy": "booth", "lastUpdate": "2021-08-09T10:09:39.056Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_G6DMO5IA", "message": "iphone 12 offer.", "id": "CR-3985925387-1628503718987" } ], "validFor": { "startDateTime": "2021-08-08T18:30:00.000Z", "endDateTime": "2021-08-17T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "12332112", "name": "CheckMultiGroup", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/12332112", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-10T05:23:26.000Z", "createdBy": "booth", "lastUpdate": "2021-08-10T12:15:54.954Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_HMD7XDNC", "message": "Latest offer", "id": "CR-1312634691-1628572892784" } ], "validFor": { "startDateTime": "2021-08-09T18:30:00.000Z", "endDateTime": "2021-08-19T13:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE-RC-1207827968-16286656966", "name": "Rec_110821", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-1207827968-16286656966", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-11T07:10:32.000Z", "createdBy": "booth", "lastUpdate": "2021-08-11T07:10:37.070Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TestBundle1108", "name": "TestBundle1108", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/TestBundle1108", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_HMD7XDNC", "message": "Test reason", "id": "CR-4212432485-1628665699721" }, { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_KV9LIWNY", "message": "Test reason 1", "id": "CR-3885007013-1628665765873" } ], "validFor": { "startDateTime": "2021-08-11T00:00:00.000Z", "endDateTime": "2021-08-18T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 3, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_FL8RY2ZA", "message": "Test reason 3", "id": "CR-1870897929-1628665783891" } ], "validFor": { "startDateTime": "2021-08-19T00:00:00.000Z", "endDateTime": "2021-08-26T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-MG-2428711991-16303049976", "name": "Migration3008", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-2428711991-16303049976", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-30T06:30:50.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T16:01:27.413Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Bundle_Aug11", "name": "Bundle_Aug11", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Bundle_Aug11", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TestBundle1108", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(TestBundle1108,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-1245125592-1630339279419", "name": "MG_PP-1245125592-1630339279419", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-1245125592-1630339279419", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-3357907241-1630339279419", "name": "MG_PP-3357907241-1630339279419", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3357907241-1630339279419", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-2512542145-163033928650" } ], "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z", "endDateTime": "2021-09-02T23:59:55.000Z" }, "description": "MG-GRP-2293485690-163030499981", "name": "MG-GRP-2293485690-163030499981", "id": "MG-GRP-2293485690-163030499981" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "commitmentStart": "ORIGINAL_END", "duration": "NEW_DURATION", "id": "Result-4273921823-163033928650" } ], "validFor": { "startDateTime": "2021-09-03T00:00:00.000Z", "endDateTime": "2021-09-30T00:00:00.000Z" }, "description": "MG-GRP-1709107837-163033923660", "name": "MG-GRP-1709107837-163033923660", "id": "MG-GRP-1709107837-163033923660" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE6", "name": "Bruce Rule 1 July 2021 1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE6", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-16T06:11:18.000Z", "createdBy": "booth", "lastUpdate": "2021-08-16T06:11:18.108Z", "lastUpdatedBy": "booth", "version": "2.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_HMD7XDNC", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of (REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_HMD7XDNC,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-07-02T00:00:00.000Z", "endDateTime": "2021-07-03T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "P-3674107583-1623865188374", "name": "Bruce Initiative 16 June 2021 - 3", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-3674107583-1623865188374" } }, { "id": "RULE-EG-494367815-162507290203", "name": "RuleB", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-494367815-162507290203", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-06-30T17:09:11.000Z", "createdBy": "booth", "lastUpdate": "2021-06-30T17:11:30.126Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE NOT_EQUALS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-06-30T00:00:00.000Z", "endDateTime": "2021-07-31T00:00:00.000Z" }, "name": "GRP-3259525317-1625072902491", "id": "GRP-3259525317-1625072902491" } ], "project": { "id": "P-3742633763-1622483013932", "name": "INI31", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-3742633763-1622483013932" } }, { "id": "TestNR01", "name": "TestNR01", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestNR01", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-02T10:32:34.000Z", "createdBy": "booth", "lastUpdate": "2021-07-02T10:32:37.970Z", "lastUpdatedBy": "booth", "version": "1.0" }, { "id": "TestNR02", "name": "TestNR01", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestNR02", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-02T10:32:45.000Z", "createdBy": "booth", "lastUpdate": "2021-07-02T10:32:47.648Z", "lastUpdatedBy": "booth", "version": "1.0" }, { "id": "RULE-MG-NoPenalty", "name": "RULE-MG-NoPenalty", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-NoPenalty", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-07-30T09:26:10.000Z", "createdBy": "booth", "lastUpdate": "2021-07-30T09:26:10.180Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-851950064-1627420679753", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(ID-851950064-1627420679753,ProductOfferingOracle)", "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result001" } ], "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-12-31T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result002" } ], "validFor": { "startDateTime": "2022-06-21T00:00:00.000Z", "endDateTime": "2022-12-31T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-EG-2565127663-16278953213", "name": "Supremo Mobile Spec", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-2565127663-16278953213", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-02T09:09:35.000Z", "createdBy": "booth", "lastUpdate": "2021-08-02T09:09:39.850Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PS-946589562-1627622189054", "name": "Supremo 5G Dual - Special Edition", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/PS-946589562-1627622189054", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-08-02T00:00:00.000Z", "endDateTime": "2021-08-31T00:00:00.000Z" }, "name": "GRP-820904720-1627895324265", "id": "GRP-820904720-1627895324265" } ], "project": { "id": "P-3742633763-1622483013932", "name": "INI31", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-3742633763-1622483013932" } }, { "id": "2411", "name": "TestRecomm1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/2411", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-05T11:34:07.000Z", "createdBy": "booth", "lastUpdate": "2021-08-05T11:34:07.166Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "id": "Result-1121323163-162816273572" } ], "validFor": { "startDateTime": "2021-08-04T18:30:00.000Z", "endDateTime": "2021-08-11T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_4KB425FS", "name": "Names_TCO14U0JR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_4KB425FS" } }, { "id": "RULE-RC-607532530-162816818516", "name": "Test-Mu", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-607532530-162816818516", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-05T12:58:01.000Z", "createdBy": "booth", "lastUpdate": "2021-08-05T12:58:01.047Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_KV9LIWNY", "message": "Test", "id": "CR-2763131455-1628168197565" } ], "validFor": { "startDateTime": "2021-08-04T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE-RC-2153929810-16281685942", "name": "TestMuk-M", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-2153929810-16281685942", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-05T13:05:10.000Z", "createdBy": "booth", "lastUpdate": "2021-08-05T13:05:10.056Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_9YBM28FU", "name": "Names_PTUALG4OM", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_9YBM28FU", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_KV9LIWNY", "message": "Test", "id": "CR-3448606748-1628168594897" }, { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_JECFU4NE", "message": "iPhone12.", "id": "CR-3333471492-1628168632077" } ], "validFor": { "startDateTime": "2021-08-04T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_4KB425FS", "name": "Names_TCO14U0JR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_4KB425FS" } }, { "id": "12345543", "name": "TestMultiGroup1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/12345543", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-10T12:50:42.000Z", "createdBy": "booth", "lastUpdate": "2021-08-10T12:52:50.199Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_FL8RY2ZA", "message": "AtcProductCatalog", "id": "CR-2520795420-1628599778249" } ], "validFor": { "startDateTime": "2021-08-19T18:30:00.000Z", "endDateTime": "2021-08-25T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 4, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_HMD7XDNC", "message": "Oracle India", "id": "CR-519004613-1628599750312" } ], "validFor": { "startDateTime": "2021-08-09T18:30:00.000Z", "endDateTime": "2021-08-11T18:30:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Oracle_3LMW3QMQ", "name": "Names_I2OIE71OA", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_3LMW3QMQ" } }, { "id": "Migration1108_1", "name": "Migration1108_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Migration1108_1", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-11T05:25:28.000Z", "createdBy": "booth", "lastUpdate": "2021-08-11T05:25:33.808Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "BOF_4_8_2021", "name": "BOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/BOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-3104860448-1628659515955", "name": "MG_PP-3104860448-1628659515955", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3104860448-1628659515955", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-2328403536-1628659515955", "name": "MG_PP-2328403536-1628659515955", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2328403536-1628659515955", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-2773591516-162865952736" } ], "validFor": { "startDateTime": "2021-08-10T18:30:00.000Z", "endDateTime": "2021-08-17T18:30:00.000Z" }, "description": "MG-GRP-1807210538-162865937272", "name": "MG-GRP-1807210538-162865937272", "id": "MG-GRP-1807210538-162865937272" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "commitmentStart": "ORIGINAL_START", "duration": "NEW_DURATION", "id": "Result-1735019790-162865952736" } ], "validFor": { "startDateTime": "2021-08-18T18:30:00.000Z", "endDateTime": "2021-08-25T18:30:00.000Z" }, "description": "MG-GRP-2756245770-162865946973", "name": "MG-GRP-2756245770-162865946973", "id": "MG-GRP-2756245770-162865946973" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-3766506900-1628659515955", "name": "MG_PP-3766506900-1628659515955", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3766506900-1628659515955", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-2911729397-162865952736" } ], "validFor": { "startDateTime": "2021-08-26T18:30:00.000Z", "endDateTime": "2021-08-29T18:30:00.000Z" }, "description": "MG-GRP-2270520395-162865948533", "name": "MG-GRP-2270520395-162865948533", "id": "MG-GRP-2270520395-162865948533" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "AOF_4_8_2021", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(AOF_4_8_2021,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "MG-Wireless-Check", "name": "MG-Wireless-Check", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/MG-Wireless-Check", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-16T10:36:23.000Z", "createdBy": "booth", "lastUpdate": "2021-08-16T16:02:44.163Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Wireless_Voice_Data_Check", "name": "Wireless Voice and Data Check", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Wireless_Voice_Data_Check", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-3452773435-1628856501875", "productRuleExpressionRelationship": { "id": "UPG_FRM_OPERANDNODE1", "name": "RHS of (UPG_FRM_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_FRM_OPERANDNODE1", "operator": "UPG_FRM", "expressionType": "UNARY" } ], "stringExpression": "UPG_FRM ENTITY(ID-3452773435-1628856501875,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-4054405969-1629110177298", "name": "MG_PP-4054405969-1629110177298", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-4054405969-1629110177298", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-1119186809-1629129757180", "name": "MG_PP-1119186809-1629129757180", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-1119186809-1629129757180", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-232885973-1629129763562" } ], "validFor": { "startDateTime": "2021-08-15T18:30:00.000Z", "endDateTime": "2021-08-19T18:30:00.000Z" }, "description": "MG-GRP-2335635115-162911009199", "name": "MG-GRP-2335635115-162911009199", "id": "MG-GRP-2335635115-162911009199" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-2676202187-162912976356" } ], "validFor": { "startDateTime": "2021-08-20T18:30:00.000Z", "endDateTime": "2021-08-24T18:30:00.000Z" }, "description": "MG-GRP-2433364855-162911013492", "name": "MG-GRP-2433364855-162911013492", "id": "MG-GRP-2433364855-162911013492" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE-EG", "name": "EligibilityRule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-23T15:38:18.000Z", "createdBy": "booth", "lastUpdate": "2021-08-23T15:38:18.307Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_FL8RY2ZA", "name": "Names_99IF5VA2E", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_FL8RY2ZA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "890", "expressionType": "STRING", "value": "890", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_890", "name": "RHS of (POSTAL_CODE_EQUALS_890)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "POSTAL_CODE_EQUALS_890", "name": "LHS of (POSTAL_CODE_EQUALS_890)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "POSTAL_CODE_EQUALS_890", "operator": "EQUALS", "expressionType": "BINARY" } ], "stringExpression": "(POSTAL_CODE EQUALS 890)", "validFor": { "startDateTime": "2021-08-23T00:00:00.000Z", "endDateTime": "2021-08-30T00:00:00.000Z" }, "name": "GRP-1242206469-1629732566704", "id": "GRP-1242206469-1629732566704" }, { "productRuleExpression": [ { "id": "Benagluru", "expressionType": "STRING", "value": "Benagluru", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Benagluru", "name": "RHS of (CITY_EQUALS_Benagluru)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Benagluru", "name": "LHS of (CITY_EQUALS_Benagluru)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Benagluru", "operator": "EQUALS", "expressionType": "BINARY" } ], "stringExpression": "(CITY EQUALS Benagluru)", "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z", "endDateTime": "2021-08-31T00:00:00.000Z" }, "name": "GRP-3817751563-1629732897359", "id": "GRP-3817751563-1629732897359" }, { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_CONTAINS_IN", "name": "LHS of (COUNTRY_CONTAINS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_CONTAINS_IN", "operator": "CONTAINS", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_CONTAINS_IN", "name": "RHS of (COUNTRY_CONTAINS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY CONTAINS IN)", "validFor": { "startDateTime": "2021-08-31T00:00:00.000Z", "endDateTime": "2021-09-01T00:00:00.000Z" }, "name": "GRP-2945297682-1629732971314", "id": "GRP-2945297682-1629732971314" }, { "productRuleExpression": [ { "id": "STATE", "expressionType": "ELIGIBILTY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_karnataka", "name": "LHS of (STATE_EQUALS_karnataka)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_karnataka", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "karnataka", "expressionType": "STRING", "value": "karnataka", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_karnataka", "name": "RHS of (STATE_EQUALS_karnataka)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(STATE EQUALS karnataka)", "validFor": { "startDateTime": "2021-09-02T00:00:00.000Z", "endDateTime": "2021-09-04T00:00:00.000Z" }, "name": "GRP-1225824030-1629733026011", "id": "GRP-1225824030-1629733026011" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE10", "name": "prodRule1_Aug30_a", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE10", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-30T07:15:00.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T07:15:00.050Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TestProdSpec_SJ123y2xqwe", "name": "TestProdSpec_SJ123y2xqwe", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/TestProdSpec_SJ123y2xqwe", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TestOffer_SJ123", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of (EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "(EXCLUDES ENTITY(TestOffer_SJ123,ProductOfferingOracle))", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-15T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ] }, { "id": "RULE11", "name": "prodRule1_Aug30_b", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE11", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-30T07:15:00.416Z", "createdBy": "booth", "lastUpdate": "2021-08-30T07:15:00.739Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TestProdSpec_SJ123y2xqwr", "name": "TestProdSpec_SJ123y2xqwe", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/TestProdSpec_SJ123y2xqwr", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TestOffer_SJ1234", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of (EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "(EXCLUDES ENTITY(TestOffer_SJ1234,ProductOfferingOracle))", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-15T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ] }, { "id": "RULE-EG-PS-dsdg1", "name": "PSP Rule 2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-PS-dsdg1", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-05T08:39:22.000Z", "createdBy": "booth", "lastUpdate": "2021-07-05T08:42:01.853Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_SOPZWINQ", "name": "Names_HX2QP2Z5X", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_SOPZWINQ", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_US", "name": "LHS of (COUNTRY_EQUALS_US)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_US", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "US", "expressionType": "STRING", "value": "US", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_US", "name": "RHS of COUNTRY_EQUALS_US)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS US)", "validFor": { "startDateTime": "2021-01-01T00:00:00.000Z", "endDateTime": "2021-10-28T00:00:00.000Z" }, "name": "GRP-1720131314-1625470398990", "id": "GRP-1720131314-1625470398990" } ] }, { "id": "RULE-EG-88", "name": "PSP Elig-88", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-88", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-12T11:56:15.000Z", "createdBy": "booth", "lastUpdate": "2021-07-12T11:56:15.128Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_DPFTEB6S", "name": "Names_OLRAOGEFL", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_DPFTEB6S", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER)", "validFor": { "startDateTime": "2021-07-12T00:00:00.000Z" }, "name": "GRP-3238896029-1626090926379", "id": "GRP-3238896029-1626090926379" } ], "project": { "id": "PSPProject2", "name": "PSP Project 2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPProject2" } }, { "id": "RULE-EG-900586427-162615336158", "name": "TestElFilter", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-900586427-162615336158", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-13T05:17:05.000Z", "createdBy": "booth", "lastUpdate": "2021-07-13T05:17:05.224Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_EQUALS_jpr", "name": "LHS of (CHANNEL_CODE_EQUALS_jpr)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_EQUALS_jpr", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "jpr", "expressionType": "STRING", "value": "jpr", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_EQUALS_jpr", "name": "RHS of (CHANNEL_CODE_EQUALS_jpr)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CHANNEL_CODE EQUALS jpr)", "validFor": { "startDateTime": "2021-07-13T00:00:00.000Z", "endDateTime": "2021-07-29T00:00:00.000Z" }, "name": "GRP-683842754-1626153371198", "id": "GRP-683842754-1626153371198" } ], "project": { "id": "Oracle_3LMW3QMQ", "name": "Names_I2OIE71OA", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_3LMW3QMQ" } }, { "id": "RULE-EG-1161353445-16267998742", "name": "Rule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-1161353445-16267998742", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-20T16:51:48.000Z", "createdBy": "booth", "lastUpdate": "2021-07-20T16:51:48.109Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "PS-102015641-1626787319427", "name": "BYOD Spec", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/PS-102015641-1626787319427", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_EXISTING_SUBSCRIBER)", "validFor": { "startDateTime": "2021-07-20T00:00:00.000Z" }, "name": "GRP-442502265-1626799874647", "id": "GRP-442502265-1626799874647" } ], "project": { "id": "P-1229961464-1626787161511", "name": "Sample", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-1229961464-1626787161511" } }, { "id": "RULE24", "name": "TestCompRul", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE24", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-22T11:56:59.000Z", "createdBy": "booth", "lastUpdate": "2021-07-22T11:56:59.095Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_L72GE2XO", "name": "Names_CE8QMZIFW", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/Oracle_L72GE2XO", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_ZWK2RE43", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of (REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_ZWK2RE43,ProductLineOracle)", "validFor": { "startDateTime": "2021-07-30T00:00:00.000Z", "endDateTime": "2021-07-31T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "ExtensionProject001", "name": "Extension Project001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/ExtensionProject001" } }, { "id": "RULE-MG-Both_Aug2", "name": "RULE-MG-Both_Aug2_edit", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-Both_Aug2", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-03T06:38:35.000Z", "createdBy": "booth", "lastUpdate": "2021-08-10T18:03:01.126Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HVHUH5U0", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HVHUH5U0", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-851950064-1627420679753", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(ID-851950064-1627420679753,ProductOfferingOracle)", "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "UD_PP-2460891997-1627637733086", "name": "UD_PP-2460891997-1627637733086", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/UD_PP-2460891997-1627637733086", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result001" } ], "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-12-31T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result002" } ], "validFor": { "startDateTime": "2022-06-21T00:00:00.000Z", "endDateTime": "2022-12-31T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-MG-5_8_2021", "name": "RULE-MG-5_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-5_8_2021", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-05T05:56:42.000Z", "createdBy": "booth", "lastUpdate": "2021-08-05T05:56:42.157Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "AOF_4_8_2021", "name": "AOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/AOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_G6DMO5IA", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(Oracle_G6DMO5IA,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-3462373491-162814298475" } ], "validFor": { "startDateTime": "2021-08-06T00:00:00.000Z", "endDateTime": "2021-08-12T00:00:00.000Z" }, "description": "MG-GRP-2135185645-162814288597", "name": "MG-GRP-2135185645-162814288597", "id": "MG-GRP-2135185645-162814288597" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-1159320511-162814299203" } ], "validFor": { "startDateTime": "2021-08-14T00:00:00.000Z", "endDateTime": "2021-08-24T00:00:00.000Z" }, "description": "MG-GRP-4196191930-162814292994", "name": "MG-GRP-4196191930-162814292994", "id": "MG-GRP-4196191930-162814292994" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-RC-2461199900-16281490630", "name": "Test12", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-2461199900-16281490630", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-05T07:42:05.000Z", "createdBy": "booth", "lastUpdate": "2021-08-05T07:42:08.244Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_G6DMO5IA", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_G6DMO5IA", "@referredType": "ProductOfferingOracle" }, "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-MG-Penalty-Aug6_1", "name": "RULE-MG-Penalty-Aug6_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-Penalty-Aug6_1", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-06T06:20:28.000Z", "createdBy": "booth", "lastUpdate": "2021-08-06T11:05:07.244Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "AOF_4_8_2021", "name": "AOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/AOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_FWLYMT5L", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(Oracle_FWLYMT5L,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-2213727173-1628230821671", "name": "MG_PP-2213727173-1628230821671", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2213727173-1628230821671", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-2344892013-1628230821672", "name": "MG_PP-2344892013-1628230821672", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2344892013-1628230821672", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-3313206298-1628230821672", "name": "MG_PP-3313206298-1628230821672", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3313206298-1628230821672", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-3893681313-1628230821672", "name": "MG_PP-3893681313-1628230821672", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3893681313-1628230821672", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-1281146345-162823082781" } ], "validFor": { "startDateTime": "2021-08-05T18:30:00.000Z", "endDateTime": "2021-08-11T18:30:00.000Z" }, "description": "MG-GRP-2942814402-162823064054", "name": "MG-GRP-2942814402-162823064054", "id": "MG-GRP-2942814402-162823064054" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-3313206298-1628230821672", "name": "MG_PP-3313206298-1628230821672", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3313206298-1628230821672", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-1535814708-162823082781" } ], "validFor": { "startDateTime": "2021-08-13T18:30:00.000Z", "endDateTime": "2021-08-17T18:30:00.000Z" }, "description": "MG-GRP-1557056087-162823068476", "name": "MG-GRP-1557056087-162823068476", "id": "MG-GRP-1557056087-162823068476" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-3893681313-1628230821672", "name": "MG_PP-3893681313-1628230821672", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3893681313-1628230821672", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-3910259509-162823082781" } ], "validFor": { "startDateTime": "2021-08-19T18:30:00.000Z", "endDateTime": "2021-08-23T18:30:00.000Z" }, "description": "MG-GRP-4011318134-162823069472", "name": "MG-GRP-4011318134-162823069472", "id": "MG-GRP-4011318134-162823069472" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-361090543-1628230827815" } ], "validFor": { "startDateTime": "2021-08-24T18:30:00.000Z", "endDateTime": "2021-08-29T18:30:00.000Z" }, "description": "MG-GRP-3630278693-162823079617", "name": "MG-GRP-3630278693-162823079617", "id": "MG-GRP-3630278693-162823079617" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-RC-2282897090-16282387824", "name": "TestReocm1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-2282897090-16282387824", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-06T08:35:20.000Z", "createdBy": "booth", "lastUpdate": "2021-08-06T08:35:20.047Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_G6DMO5IA", "message": "Test.", "id": "CR-2052602442-1628238792935" } ], "validFor": { "startDateTime": "2021-08-05T18:30:00.000Z", "endDateTime": "2021-08-06T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_TP0WZ67E", "name": "Names_5ZJEJUTLD", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_TP0WZ67E" } }, { "id": "RULE-MG-Currency", "name": "RULE-MG-Currency", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-Currency", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-06T09:19:21.000Z", "createdBy": "booth", "lastUpdate": "2021-08-06T09:19:21.144Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "AOF_4_8_2021", "name": "AOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/AOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_6C27DK8R", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(Oracle_6C27DK8R,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-22835485-1628241549680", "name": "MG_PP-22835485-1628241549680", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-22835485-1628241549680", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-1211463210-1628241551621", "name": "MG_PP-1211463210-1628241551621", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-1211463210-1628241551621", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-3423097814-1628241552263", "name": "MG_PP-3423097814-1628241552263", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3423097814-1628241552263", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-4040132985-162824155855" } ], "validFor": { "startDateTime": "2021-08-05T18:30:00.000Z", "endDateTime": "2021-08-11T18:30:00.000Z" }, "description": "MG-GRP-3829889579-162824142040", "name": "MG-GRP-3829889579-162824142040", "id": "MG-GRP-3829889579-162824142040" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-3423097814-1628241552263", "name": "MG_PP-3423097814-1628241552263", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3423097814-1628241552263", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-2205341457-162824155855" } ], "validFor": { "startDateTime": "2021-08-13T18:30:00.000Z", "endDateTime": "2021-08-23T18:30:00.000Z" }, "description": "MG-GRP-2610015235-162824148255", "name": "MG-GRP-2610015235-162824148255", "id": "MG-GRP-2610015235-162824148255" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-RC-3349917061-16282550996", "name": "recRule_simple", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-3349917061-16282550996", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-06T13:05:58.000Z", "createdBy": "booth", "lastUpdate": "2021-08-06T13:05:58.043Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-3226846129-1628061579434", "name": "Rulestest_simple", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-3226846129-1628061579434", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_FL8RY2ZA", "message": "test", "id": "CR-203438612-1628255100516" } ], "validFor": { "startDateTime": "2021-08-06T00:00:00.000Z", "endDateTime": "2021-08-23T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-RC-988478105-162851903622", "name": "TestNewRecommendations", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-988478105-162851903622", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-09T14:25:00.000Z", "createdBy": "booth", "lastUpdate": "2021-08-09T14:25:00.045Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_HMD7XDNC", "message": "Something", "id": "CR-78862589-1628519036469" } ], "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-RC-3776721918-16286667080", "name": "Recrule1108_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-3776721918-16286667080", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-11T07:27:27.000Z", "createdBy": "booth", "lastUpdate": "2021-08-11T07:27:27.076Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TestBundle1108", "name": "TestBundle1108", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/TestBundle1108", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "TestBundle1108", "message": "Test", "id": "CR-298271220-1628666708594" }, { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Bundle_Aug11", "message": "Test", "id": "CR-1302054764-1628666789334" } ], "validFor": { "startDateTime": "2021-08-11T00:00:00.000Z", "endDateTime": "2021-08-18T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "BOF_4_8_2021", "message": "Test 3", "id": "CR-2084941044-1628666806155" } ], "validFor": { "startDateTime": "2021-08-19T00:00:00.000Z", "endDateTime": "2021-08-27T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "Recc-Rule-Aug27", "name": "Recc-Rule-Aug27", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Recc-Rule-Aug27", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-27T06:58:03.000Z", "createdBy": "booth", "lastUpdate": "2021-08-27T06:58:08.982Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_App5", "name": "Oracle_App5", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_App5", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "PO980112", "message": "Reason 2.", "id": "CR-556408507-1630047426195" } ], "validFor": { "startDateTime": "2021-08-27T00:00:00.000Z", "endDateTime": "2021-09-09T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PublishProject06", "name": "Publish Project06", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PublishProject06" } }, { "id": "RULE-EG-36", "name": "TestSiebel", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-36", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-27T07:56:20.000Z", "createdBy": "booth", "lastUpdate": "2021-08-27T07:56:20.288Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "Benaguluru", "expressionType": "STRING", "value": "Benaguluru", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Benaguluru", "name": "RHS of (CITY_EQUALS_Benaguluru)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Benaguluru", "name": "LHS of (CITY_EQUALS_Benaguluru)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Benaguluru", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of (OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "AND", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CITY EQUALS Benaguluru) AND (CUSTOMER_TYPE NOT_EQUALS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-08-27T00:00:00.000Z", "endDateTime": "2021-08-31T00:00:00.000Z" }, "name": "GRP-274070590-1630050607897", "id": "GRP-274070590-1630050607897" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE-RC-943541000-163030486270", "name": "RecRule3008", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-943541000-163030486270", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-30T06:29:15.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T15:59:02.139Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Bundle_Aug11", "name": "Bundle_Aug11", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Bundle_Aug11", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_HMD7XDNC", "message": "test", "id": "CR-1485878726-1630304865974" }, { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_DPFTEB6S", "message": "test2", "id": "CR-1603569250-1630339103511" } ], "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z", "endDateTime": "2021-08-30T23:59:55.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_G6DMO5IA", "message": "bb", "id": "CR-111079420-1630304907372" } ], "validFor": { "startDateTime": "2021-08-31T00:00:00.000Z", "endDateTime": "2021-09-02T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-EG-3061093246-16303111500", "name": "RuleEligible001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-3061093246-16303111500", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-30T08:13:25.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T08:13:25.180Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS IN)", "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z" }, "name": "GRP-3660128696-1630311150352", "id": "GRP-3660128696-1630311150352" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-EG-3545150709-16303112145", "name": "MG - Eligibility Rule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-3545150709-16303112145", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-30T08:14:19.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T16:02:24.201Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "Bengaluru", "expressionType": "STRING", "value": "Bengaluru", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Bengaluru", "name": "RHS of (CITY_EQUALS_Bengaluru)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Bengaluru", "name": "LHS of (CITY_EQUALS_Bengaluru)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Bengaluru", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY" } ], "stringExpression": "(COUNTRY EQUALS IN) AND (CITY EQUALS Bengaluru)", "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z" }, "name": "GRP-504848712-1630311214814", "id": "GRP-504848712-1630311214814" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "MIGRATIONRULE001", "name": "MIGRATION-RULE-001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/MIGRATIONRULE001", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-07-29T08:12:46.000Z", "createdBy": "booth", "lastUpdate": "2021-07-29T08:12:46.506Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "SupremoZoom", "name": "Supremo Zoom", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/SupremoZoom", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-851950064-1627420679753", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(ID-851950064-1627420679753,ProductOfferingOracle)", "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "Oracle_KP0IR6AV", "name": "PRICEHZXk4SdWSOi3hFJBBKQ", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/Oracle_KP0IR6AV", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "penalty": 50, "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result001" } ], "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-12-31T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ] }, { "id": "RULE-MG-30072021-123355", "name": "Mig_Rule_July30_NoPenalty", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-30072021-123355", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-07-30T07:21:16.000Z", "createdBy": "booth", "lastUpdate": "2021-07-30T07:21:16.104Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_JECFU4NE", "name": "Names_IHY0941MU", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_JECFU4NE", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-851950064-1627420679753", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(ID-851950064-1627420679753,ProductOfferingOracle)", "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-12-31T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Oracle_4KB425FS", "name": "Names_TCO14U0JR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_4KB425FS" } }, { "id": "RULE-RC-705631836-162822844314", "name": "TestMultiGroup", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-705631836-162822844314", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-06T05:43:51.000Z", "createdBy": "booth", "lastUpdate": "2021-08-11T07:34:08.088Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_FL8RY2ZA", "message": "Test", "id": "CR-4111864564-1628228455264" } ], "validFor": { "startDateTime": "2021-08-05T18:30:00.000Z", "endDateTime": "2021-08-12T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 3, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "Oracle_2RCHIISE", "message": "iPhone 12", "id": "CR-3158596714-1628228501129" }, { "@type": "RecommendationRuleResultOracle", "score": 12, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_FL8RY2ZA", "message": "Demo", "id": "CR-2735958906-1628667221669" } ], "validFor": { "startDateTime": "2021-08-25T18:30:00.000Z", "endDateTime": "2021-08-26T18:30:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE-EG-1542797546-16303487523", "name": "EG-3008", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-1542797546-16303487523", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-30T18:41:14.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T18:41:14.423Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2748943967-1630348319691", "name": "Test30Aug", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2748943967-1630348319691", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Karnataka", "expressionType": "STRING", "value": "Karnataka", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Karnataka", "name": "RHS of (STATE_EQUALS_Karnataka)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Mangalore,Bengaluru", "expressionType": "STRING", "value": "Mangalore,Bengaluru", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of (OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "IN_LIST", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of (OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "AND", "expressionType": "BINARY" }, { "id": "STATE", "expressionType": "ELIGIBILTY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Karnataka", "name": "LHS of (STATE_EQUALS_Karnataka)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_Karnataka", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS IN) AND (STATE EQUALS Karnataka) AND (CITY IN_LIST Mangalore,Bengaluru)", "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z", "endDateTime": "2021-09-03T00:00:00.000Z" }, "name": "GRP-1542008304-1630348752990", "id": "GRP-1542008304-1630348752990" }, { "productRuleExpression": [ { "id": "200,240", "expressionType": "NUMERIC", "value": "200,240", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_200,240", "name": "RHS of (CHANNEL_CODE_BETWEEN_200,240)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "240", "valueFrom": "200" }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_BETWEEN_200,240", "name": "LHS of (CHANNEL_CODE_BETWEEN_200,240)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_BETWEEN_200,240", "operator": "BETWEEN", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of (OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "OR", "expressionType": "BINARY" }, { "id": "ORA_ATC_EXISTING_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_EXISTING_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CHANNEL_CODE BETWEEN 200,240) OR (CUSTOMER_TYPE NOT_EQUALS ORA_ATC_EXISTING_SUBSCRIBER)", "validFor": { "startDateTime": "2021-09-04T00:00:00.000Z", "endDateTime": "2021-09-14T00:00:00.000Z" }, "name": "GRP-3547892849-1630348828785", "id": "GRP-3547892849-1630348828785" } ], "project": { "id": "Summer-Initiative", "name": "Summer Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Summer-Initiative" } }, { "id": "RULE-MG-Aug23", "name": "RULE-MG-Aug23", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-Aug23", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-23T16:53:33.000Z", "createdBy": "booth", "lastUpdate": "2021-08-25T09:21:48.266Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2647021860-1629093563995", "name": "Wireless Voice and Data Service Winter Package", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2647021860-1629093563995", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-1400363703-1629737606321", "name": "MG_PP-1400363703-1629737606321", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-1400363703-1629737606321", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-3540164764-162988330734" } ], "validFor": { "startDateTime": "2021-08-22T18:30:00.000Z", "endDateTime": "2021-08-26T18:30:00.000Z" }, "description": "MG-GRP-3232179312-162973748883", "name": "MG-GRP-3232179312-162973748883", "id": "MG-GRP-3232179312-162973748883" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-1246872508-162988330734" } ], "validFor": { "startDateTime": "2021-08-27T13:05:00.000Z", "endDateTime": "2021-08-27T18:30:00.000Z" }, "description": "MG-GRP-2277283543-162973754718", "name": "MG-GRP-2277283543-162973754718", "id": "MG-GRP-2277283543-162973754718" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-2160480242-162988330734" } ], "validFor": { "startDateTime": "2021-08-28T18:31:00.000Z" }, "description": "MG-GRP-1177819219-162988290958", "name": "MG-GRP-1177819219-162988290958", "id": "MG-GRP-1177819219-162988290958" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Wireless_Voice_Data_Service", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(Wireless_Voice_Data_Service,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "TestNR03", "name": "TestNR03", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/TestNR03", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-02T10:36:42.000Z", "createdBy": "booth", "lastUpdate": "2021-07-02T10:36:42.025Z", "lastUpdatedBy": "booth", "version": "1.0" }, { "id": "RULE7", "name": "TestProductRule1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE7", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-07T06:25:00.000Z", "createdBy": "booth", "lastUpdate": "2021-07-07T06:25:00.501Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_3IKCH2V7", "name": "Names_YVSU6HHEX", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productSpecification/Oracle_3IKCH2V7", "@referredType": "ProductSpecificationOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_4UB1PBF6", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of (EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "(EXCLUDES ENTITY(Oracle_4UB1PBF6,ProductOfferingOracle))", "validFor": { "startDateTime": "2021-06-07T18:30:00.000Z", "endDateTime": "2021-06-15T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ] }, { "id": "RULE25", "name": "TxtR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE25", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-22T15:01:33.000Z", "createdBy": "booth", "lastUpdate": "2021-07-22T15:01:33.096Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_L72GE2XO", "name": "Names_CE8QMZIFW", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/Oracle_L72GE2XO", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_5PYA7OGE", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of (EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_5PYA7OGE,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-07-22T00:00:00.000Z", "endDateTime": "2021-07-27T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "ExtensionProject001", "name": "Extension Project001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/ExtensionProject001" } }, { "id": "RULE27", "name": "sproky rule 2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE27", "lifecycleStatus": "Ready to publish", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-22T19:04:31.000Z", "createdBy": "booth", "lastUpdate": "2021-07-26T04:44:13.217Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_FL8RY2ZA", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of (REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_FL8RY2ZA,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-07-22T00:00:00.000Z", "endDateTime": "2021-07-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "sprokyi1", "name": "sproky i1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/sprokyi1" } }, { "id": "RULE-EG-2385699512-16280616714", "name": "Eligtest04082021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-2385699512-16280616714", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-04T08:28:30.000Z", "createdBy": "booth", "lastUpdate": "2021-08-04T09:49:21.176Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-3226846129-1628061579434", "name": "Rulestest_simple", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-3226846129-1628061579434", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "111", "expressionType": "STRING", "value": "111", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "NOT_STARTS_WITH", "expressionType": "BINARY" }, { "id": "POSTAL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "POSTAL_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } } ], "stringExpression": "(POSTAL_CODE NOT_STARTS_WITH 111)", "validFor": { "startDateTime": "2021-08-26T00:00:00.000Z", "endDateTime": "2021-09-03T00:00:00.000Z" }, "name": "GRP-865414523-1628061704424", "id": "GRP-865414523-1628061704424" }, { "productRuleExpression": [ { "id": "123", "expressionType": "STRING", "value": "123", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_EQUALS_123", "name": "RHS of (CHANNEL_CODE_EQUALS_123)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_EQUALS_123", "name": "LHS of (CHANNEL_CODE_EQUALS_123)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_EQUALS_123", "operator": "EQUALS", "expressionType": "BINARY" } ], "stringExpression": "(CHANNEL_CODE EQUALS 123)", "validFor": { "startDateTime": "2021-09-04T00:00:00.000Z", "endDateTime": "2021-09-23T00:00:00.000Z" }, "name": "GRP-2612027231-1628061674130", "id": "GRP-2612027231-1628061674130" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-MG-DeleteGroup", "name": "RULE-MG-DeleteGroup", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-DeleteGroup", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-06T10:35:44.000Z", "createdBy": "booth", "lastUpdate": "2021-08-06T10:35:47.182Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_MKB7O5FL", "name": "Names_4K7KWU9U6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_MKB7O5FL", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "STRING", "value": "Oracle_CNZGNPAW,ProductOfferingOracle" } ], "stringExpression": "UPG_FROM ENTITY(Oracle_CNZGNPAW,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-185066912-1628246133951", "name": "MG_PP-185066912-1628246133951", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-185066912-1628246133951", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-3990493256-1628246133951", "name": "MG_PP-3990493256-1628246133951", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3990493256-1628246133951", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-2691138552-1628246133951", "name": "MG_PP-2691138552-1628246133951", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2691138552-1628246133951", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-1733207499-162824614374" } ], "validFor": { "startDateTime": "2021-08-11T18:30:00.000Z", "endDateTime": "2021-08-17T18:30:00.000Z" }, "description": "MG-GRP-2893779661-162824594918", "name": "MG-GRP-2893779661-162824594918", "id": "MG-GRP-2893779661-162824594918" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-2691138552-1628246133951", "name": "MG_PP-2691138552-1628246133951", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2691138552-1628246133951", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-3096889180-162824614374" } ], "validFor": { "startDateTime": "2021-08-19T18:30:00.000Z", "endDateTime": "2021-08-23T18:30:00.000Z" }, "description": "MG-GRP-3977765438-162824599571", "name": "MG-GRP-3977765438-162824599571", "id": "MG-GRP-3977765438-162824599571" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-EG-Aug25", "name": "RULE-EG-Aug25", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-Aug25", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-25T09:36:58.000Z", "createdBy": "booth", "lastUpdate": "2021-08-25T09:36:58.244Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-1299814778-1629087938494", "name": "Wireless Voice and Data test 1608", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-1299814778-1629087938494", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS IN)", "validFor": { "startDateTime": "2021-08-25T00:00:00.000Z", "endDateTime": "2021-08-28T00:00:00.000Z" }, "name": "GRP-3598439442-1629884115497", "id": "GRP-3598439442-1629884115497" }, { "productRuleExpression": [ { "id": "STATE", "expressionType": "ELIGIBILTY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Uttarakhand", "name": "LHS of (STATE_EQUALS_Uttarakhand)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_Uttarakhand", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "Uttarakhand", "expressionType": "STRING", "value": "Uttarakhand", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Uttarakhand", "name": "RHS of (STATE_EQUALS_Uttarakhand)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(STATE EQUALS Uttarakhand)", "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z", "endDateTime": "2021-09-02T00:00:00.000Z" }, "name": "GRP-3003711170-1629884168455", "id": "GRP-3003711170-1629884168455" }, { "productRuleExpression": [ { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Dehradun", "name": "LHS of (CITY_EQUALS_Dehradun)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Dehradun", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "Dehradun", "expressionType": "STRING", "value": "Dehradun", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Dehradun", "name": "RHS of (CITY_EQUALS_Dehradun)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CITY EQUALS Dehradun)", "validFor": { "startDateTime": "2021-09-02T00:00:00.000Z" }, "name": "GRP-3503703350-1629884187923", "id": "GRP-3503703350-1629884187923" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "MG-Penalty-A9", "name": "MG-Penalty-A9", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/MG-Penalty-A9", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-11T06:04:01.000Z", "createdBy": "booth", "lastUpdate": "2021-08-11T06:04:01.161Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TestBundle1108", "name": "TestBundle1108", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/TestBundle1108", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "AOF_4_8_2021", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(AOF_4_8_2021,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-2177177770-1628661830387", "name": "MG_PP-2177177770-1628661830387", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2177177770-1628661830387", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-1010190278-162866184082" } ], "validFor": { "startDateTime": "2021-08-11T00:00:00.000Z", "endDateTime": "2021-08-20T00:00:00.000Z" }, "description": "MG-GRP-3069394893-162866172182", "name": "MG-GRP-3069394893-162866172182", "id": "MG-GRP-3069394893-162866172182" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-EG-Aug23", "name": "RULE-EG-Aug23", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-Aug23", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-23T17:14:05.000Z", "createdBy": "booth", "lastUpdate": "2021-08-25T09:26:53.344Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2647021860-1629093563995", "name": "Wireless Voice and Data Service Winter Package", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2647021860-1629093563995", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS IN)", "validFor": { "startDateTime": "2021-08-22T18:30:00.000Z", "endDateTime": "2021-08-26T18:30:00.000Z" }, "name": "GRP-840890948-1629738653232", "id": "GRP-840890948-1629738653232" }, { "productRuleExpression": [ { "id": "STATE", "expressionType": "ELIGIBILTY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Uttarakhand", "name": "LHS of (STATE_EQUALS_Uttarakhand)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_Uttarakhand", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "Uttarakhand", "expressionType": "STRING", "value": "Uttarakhand", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Uttarakhand", "name": "RHS of (STATE_EQUALS_Uttarakhand)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(STATE EQUALS Uttarakhand)", "validFor": { "startDateTime": "2021-08-26T18:30:00.000Z", "endDateTime": "2021-08-29T18:30:00.000Z" }, "name": "GRP-749141146-1629738698974", "id": "GRP-749141146-1629738698974" }, { "productRuleExpression": [ { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Dehradun", "name": "LHS of (CITY_EQUALS_Dehradun)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_EQUALS_Dehradun", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "Dehradun", "expressionType": "STRING", "value": "Dehradun", "productRuleExpressionRelationship": { "id": "CITY_EQUALS_Dehradun", "name": "RHS of (CITY_EQUALS_Dehradun)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CITY EQUALS Dehradun)", "validFor": { "startDateTime": "2021-08-30T18:30:00.000Z", "endDateTime": "2021-09-09T18:30:00.000Z" }, "name": "GRP-1934186459-1629738724046", "id": "GRP-1934186459-1629738724046" }, { "productRuleExpression": [ { "id": "CUSTOMER_TYPE", "expressionType": "ELIGIBILTY_PARAM", "value": "CUSTOMER_TYPE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "ORA_ATC_NEW_SUBSCRIBER", "expressionType": "STRING", "value": "ORA_ATC_NEW_SUBSCRIBER", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CUSTOMER_TYPE EQUALS ORA_ATC_NEW_SUBSCRIBER)", "validFor": { "startDateTime": "2021-09-09T18:30:00.000Z", "endDateTime": "2021-09-15T18:30:00.000Z" }, "name": "GRP-912586755-1629738938882", "id": "GRP-912586755-1629738938882" }, { "productRuleExpression": [ { "id": "CHANNEL_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "CHANNEL_CODE", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_IN_LIST_Channel", "name": "LHS of (CHANNEL_CODE_IN_LIST_Channel)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CHANNEL_CODE_IN_LIST_Channel", "operator": "IN_LIST", "expressionType": "BINARY" }, { "id": "Channel", "expressionType": "STRING", "value": "Channel", "productRuleExpressionRelationship": { "id": "CHANNEL_CODE_IN_LIST_Channel", "name": "RHS of (CHANNEL_CODE_IN_LIST_Channel)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CHANNEL_CODE IN_LIST Channel)", "validFor": { "startDateTime": "2021-09-15T18:30:00.000Z" }, "name": "GRP-696654433-1629883561937", "id": "GRP-696654433-1629883561937" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE-MG-1", "name": "RULE-MG-1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-1", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-25T10:33:55.000Z", "createdBy": "booth", "lastUpdate": "2021-08-25T10:33:55.418Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_8YJPRFRU", "name": "Names_ZJLC6QF46", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_8YJPRFRU", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_JNYEBWP4", "productRuleExpressionRelationship": { "id": "UPG_FRM_OPERANDNODE1", "name": "RHS of (UPG_FRM_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_FRM_OPERANDNODE1", "operator": "UPG_FRM", "expressionType": "UNARY" } ], "stringExpression": "UPG_FRM ENTITY(Oracle_JNYEBWP4,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-4115224831-162988763515" } ], "validFor": { "startDateTime": "2021-08-24T18:30:00.000Z", "endDateTime": "2021-08-27T18:30:00.000Z" }, "description": "MG-GRP-4137157499-162988756107", "name": "MG-GRP-4137157499-162988756107", "id": "MG-GRP-4137157499-162988756107" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-3745072688-162988763515" } ], "validFor": { "startDateTime": "2021-08-29T18:30:00.000Z", "endDateTime": "2021-09-01T18:30:00.000Z" }, "description": "MG-GRP-2191178593-162988761754", "name": "MG-GRP-2191178593-162988761754", "id": "MG-GRP-2191178593-162988761754" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE14", "name": "Comp3008", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE14", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-22T05:46:37.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T18:37:11.179Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-2748943967-1630348319691", "name": "Test30Aug", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-2748943967-1630348319691", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline002", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of (REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(TelecomProductline002,ProductLineOracle)", "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z", "endDateTime": "2021-09-10T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "TelecomProductline002", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of (EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_LINE" } ], "stringExpression": "EXCLUDES ENTITY(TelecomProductline002,ProductLineOracle)", "validFor": { "startDateTime": "2021-09-11T00:00:00.000Z", "endDateTime": "2021-09-19T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" } ], "project": { "id": "Summer-Initiative", "name": "Summer Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Summer-Initiative" } }, { "id": "RULE13", "name": "ProductCompRule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE13", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-28T09:28:18.000Z", "createdBy": "booth", "lastUpdate": "2021-08-23T10:25:34.210Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "id-607605378-1628851198162", "name": "Wireless Roaming Option Group", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/id-607605378-1628851198162", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of (REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-08-23T00:00:00.000Z", "endDateTime": "2021-08-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RECOMMENDRULE001", "name": "RECOMMEND-RULE-001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RECOMMENDRULE001", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-07-29T07:21:38.000Z", "createdBy": "booth", "lastUpdate": "2021-07-29T07:21:38.143Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "iPhone12Pro", "name": "iPhone12 Pro", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/iPhone12Pro", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "UPSELL_RECOMMEND", "value": "iPhoneProMaxCre234455", "message": "Recommended for iPhone12 device", "id": "Result001" }, { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Apple-redwood", "message": "Recommended for Apple device", "id": "Result002" } ], "validFor": { "startDateTime": "2022-02-01T00:00:00.000Z", "endDateTime": "2023-03-31T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ] }, { "id": "RULE-EG-3966025082-16298883891", "name": "Eligibility2508_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-3966025082-16298883891", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-25T10:54:39.000Z", "createdBy": "booth", "lastUpdate": "2021-08-25T10:54:39.128Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "iPhone11Offer", "name": "iPhone 11 Offer", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/iPhone11Offer", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "100,200", "expressionType": "NUMERIC", "value": "100,200", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueTo": "200", "valueFrom": "100" }, { "id": "MKT_SEGMENT_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "MKT_SEGMENT_CODE", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "BETWEEN", "expressionType": "BINARY" } ], "stringExpression": "(MKT_SEGMENT_CODE BETWEEN 100,200)", "validFor": { "startDateTime": "2021-08-24T18:30:00.000Z", "endDateTime": "2021-08-26T18:30:00.000Z" }, "name": "GRP-3674101084-1629888390742", "id": "GRP-3674101084-1629888390742" } ], "project": { "id": "Summer-Initiative", "name": "Summer Initiative", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Summer-Initiative" } }, { "id": "RULE-RC-1735127810-16303104315", "name": "New RecRule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-1735127810-16303104315", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-30T08:02:35.000Z", "createdBy": "booth", "lastUpdate": "2021-08-30T08:04:43.180Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Bundle_Aug11", "name": "Bundle_Aug11", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Bundle_Aug11", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 1, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_HMD7XDNC", "message": "Something on earth", "id": "CR-792358905-1630310431790" } ], "validFor": { "startDateTime": "2021-08-30T00:00:00.000Z", "endDateTime": "2021-08-31T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-MG-4_8_2021", "name": "RULE-MG-4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-4_8_2021", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-04T19:03:49.000Z", "createdBy": "booth", "lastUpdate": "2021-08-04T19:03:49.031Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "AOF_4_8_2021", "name": "AOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/AOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "validFor": { "startDateTime": "2021-08-05T00:00:00.000Z", "endDateTime": "2021-08-12T00:00:00.000Z" }, "name": "MG-GRP-2998290886-162810365624", "id": "MG-GRP-2998290886-162810365624" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-RC-3497138010-16281660735", "name": "Test565", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-3497138010-16281660735", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-05T12:23:49.000Z", "createdBy": "booth", "lastUpdate": "2021-08-05T12:23:49.044Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_FL8RY2ZA", "name": "Names_99IF5VA2E", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_FL8RY2ZA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "score": 2, "valueType": "PRODUCT_OFFERING", "messageType": "CROSS_SELL_RECOMMEND", "value": "Oracle_G6DMO5IA", "message": "Test12", "id": "CR-376718957-1628166081273" } ], "validFor": { "startDateTime": "2021-08-04T18:30:00.000Z", "endDateTime": "2021-08-11T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_4KB425FS", "name": "Names_TCO14U0JR", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_4KB425FS" } }, { "id": "RULE-MG-Penalty-Aug6", "name": "RULE-MG-Penalty-Aug6", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-Penalty-Aug6", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-06T05:59:52.000Z", "createdBy": "booth", "lastUpdate": "2021-08-06T05:59:52.152Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "AOF_4_8_2021", "name": "AOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/AOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_8Y16BC68", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(Oracle_8Y16BC68,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-2347434130-1628229583335", "name": "MG_PP-2347434130-1628229583335", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2347434130-1628229583335", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-799184812-1628229585889", "name": "MG_PP-799184812-1628229585889", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-799184812-1628229585889", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-2968619030-1628229585889", "name": "MG_PP-2968619030-1628229585889", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2968619030-1628229585889", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-1382802468-162822959138" } ], "validFor": { "startDateTime": "2021-08-05T18:30:00.000Z", "endDateTime": "2021-08-11T18:30:00.000Z" }, "description": "MG-GRP-2170988576-162822945867", "name": "MG-GRP-2170988576-162822945867", "id": "MG-GRP-2170988576-162822945867" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-2968619030-1628229585889", "name": "MG_PP-2968619030-1628229585889", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2968619030-1628229585889", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-964619294-1628229591380" } ], "validFor": { "startDateTime": "2021-08-13T18:30:00.000Z", "endDateTime": "2021-08-23T18:30:00.000Z" }, "description": "MG-GRP-44622930-1628229519559", "name": "MG-GRP-44622930-1628229519559", "id": "MG-GRP-44622930-1628229519559" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "MG_Penalty_Aug10", "name": "MG_Penalty_Aug10", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/MG_Penalty_Aug10", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-10T17:58:42.000Z", "createdBy": "booth", "lastUpdate": "2021-08-10T17:58:42.105Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "BOF_4_8_2021", "name": "BOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/BOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "STRING", "value": "AOF_4_8_2021,ProductOfferingOracle" } ], "stringExpression": "UPG_FROM ENTITY(AOF_4_8_2021,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-183077439-1628618315986", "name": "MG_PP-183077439-1628618315986", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-183077439-1628618315986", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-3015387206-1628618315986", "name": "MG_PP-3015387206-1628618315986", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-3015387206-1628618315986", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-1672457733-162861832204" } ], "validFor": { "startDateTime": "2021-08-10T18:30:00.000Z", "endDateTime": "2021-08-14T18:30:00.000Z" }, "description": "MG-GRP-1581785073-162861817971", "name": "MG-GRP-1581785073-162861817971", "id": "MG-GRP-1581785073-162861817971" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-197665369-1628618322048" } ], "validFor": { "startDateTime": "2021-08-15T18:30:00.000Z", "endDateTime": "2021-08-19T18:30:00.000Z" }, "description": "MG-GRP-3083852515-162861823885", "name": "MG-GRP-3083852515-162861823885", "id": "MG-GRP-3083852515-162861823885" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-1719124832-1628618315986", "name": "MG_PP-1719124832-1628618315986", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-1719124832-1628618315986", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-1326071435-162861832204" } ], "validFor": { "startDateTime": "2021-08-21T18:30:00.000Z", "endDateTime": "2021-08-25T18:30:00.000Z" }, "description": "MG-GRP-4292866016-162861823970", "name": "MG-GRP-4292866016-162861823970", "id": "MG-GRP-4292866016-162861823970" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "MG-TestStrExp-Aug12", "name": "MG-TestStrExp-Aug12", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/MG-TestStrExp-Aug12", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-12T05:37:18.000Z", "createdBy": "booth", "lastUpdate": "2021-08-12T10:56:38.172Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "TestBundle1108", "name": "TestBundle1108", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/TestBundle1108", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_9YBM28FU", "productRuleExpressionRelationship": { "id": "UPG_FRM_OPERANDNODE1", "name": "RHS of (UPG_FRM_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_FRM_OPERANDNODE1", "operator": "UPG_FRM", "expressionType": "UNARY" } ], "stringExpression": "UPG_FRM ENTITY(Oracle_9YBM28FU,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-2950472160-1628746818791", "name": "MG_PP-2950472160-1628746818791", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2950472160-1628746818791", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-1895353789-162874682495" } ], "validFor": { "startDateTime": "2021-08-11T18:30:00.000Z", "endDateTime": "2021-08-25T18:30:00.000Z" }, "description": "MG-GRP-3886754464-162874649544", "name": "MG-GRP-3886754464-162874649544", "id": "MG-GRP-3886754464-162874649544" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-946901496-1628746824950" } ], "validFor": { "startDateTime": "2021-08-25T18:40:00.000Z", "endDateTime": "2021-08-29T18:30:00.000Z" }, "description": "MG-GRP-3107640354-162874680049", "name": "MG-GRP-3107640354-162874680049", "id": "MG-GRP-3107640354-162874680049" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "RULE-MG-1044812824-16287534064", "name": "TestRule11", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-1044812824-16287534064", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-12T07:31:47.000Z", "createdBy": "booth", "lastUpdate": "2021-08-12T07:31:47.135Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_FL8RY2ZA", "name": "Names_99IF5VA2E", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_FL8RY2ZA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_URQ7HUBC", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(Oracle_URQ7HUBC,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-2168869663-162875350690" } ], "validFor": { "startDateTime": "2021-08-11T18:30:00.000Z", "endDateTime": "2021-08-19T18:30:00.000Z" }, "description": "MG-GRP-3877850502-162875341106", "name": "MG-GRP-3877850502-162875341106", "id": "MG-GRP-3877850502-162875341106" } ], "project": { "id": "Oracle_3LMW3QMQ", "name": "Names_I2OIE71OA", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_3LMW3QMQ" } }, { "id": "RULE-EG-4213652463-16288269408", "name": "Test11", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-4213652463-16288269408", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-13T03:56:11.000Z", "createdBy": "booth", "lastUpdate": "2021-08-13T03:56:11.131Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "ID-3250300969-1628809589520", "name": "Internet Service", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/ID-3250300969-1628809589520", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "100", "expressionType": "STRING", "value": "100", "productRuleExpressionRelationship": { "id": "MKT_SEGMENT_CODE_EQUALS_100", "name": "RHS of (MKT_SEGMENT_CODE_EQUALS_100)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE", "expressionType": "ELIGIBILTY_PARAM", "value": "MKT_SEGMENT_CODE", "productRuleExpressionRelationship": { "id": "MKT_SEGMENT_CODE_EQUALS_100", "name": "LHS of (MKT_SEGMENT_CODE_EQUALS_100)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "MKT_SEGMENT_CODE_EQUALS_100", "operator": "EQUALS", "expressionType": "BINARY" } ], "stringExpression": "(MKT_SEGMENT_CODE EQUALS 100)", "validFor": { "startDateTime": "2021-08-16T00:00:00.000Z" }, "name": "GRP-2802730520-1628826942501", "id": "GRP-2802730520-1628826942501" } ], "project": { "id": "Oracle_MI3UZTB3", "name": "Names_W1831WIGH", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_MI3UZTB3" } }, { "id": "RULE-EG-4188967630-16288323811", "name": "EG-Rule_Aug13", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-4188967630-16288323811", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-13T05:30:41.000Z", "createdBy": "booth", "lastUpdate": "2021-08-13T05:30:41.170Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "AOF_4_8_2021", "name": "AOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/AOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "CITY_IN_LIST_India", "name": "LHS of (CITY_IN_LIST_India)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "CITY_IN_LIST_India", "operator": "IN_LIST", "expressionType": "BINARY" }, { "id": "India", "expressionType": "STRING", "value": "India", "productRuleExpressionRelationship": { "id": "CITY_IN_LIST_India", "name": "RHS of (CITY_IN_LIST_India)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(CITY IN_LIST India)", "validFor": { "startDateTime": "2021-08-13T00:00:00.000Z", "endDateTime": "2021-08-20T00:00:00.000Z" }, "name": "GRP-3967066338-1628832384700", "id": "GRP-3967066338-1628832384700" }, { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_IN_LIST_IN", "name": "LHS of (COUNTRY_IN_LIST_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_IN_LIST_IN", "operator": "IN_LIST", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_IN_LIST_IN", "name": "RHS of (COUNTRY_IN_LIST_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY IN_LIST IN)", "validFor": { "startDateTime": "2021-08-20T00:00:00.000Z", "endDateTime": "2021-08-25T00:00:00.000Z" }, "name": "GRP-1404632078-1628832545191", "id": "GRP-1404632078-1628832545191" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "MG-Penalty-Aug16", "name": "MG-Penalty-Aug16", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/MG-Penalty-Aug16", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-16T09:37:38.000Z", "createdBy": "booth", "lastUpdate": "2021-08-16T09:39:13.211Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "BOF_4_8_2021", "name": "BOF_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/BOF_4_8_2021", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "CL-3058697702-1628763023449", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(CL-3058697702-1628763023449,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-2475994587-1629106651866", "name": "MG_PP-2475994587-1629106651866", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-2475994587-1629106651866", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-309979436-1629106651866", "name": "MG_PP-309979436-1629106651866", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-309979436-1629106651866", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "duration": "ORIGINAL_DURATION", "id": "Result-1526193130-162910675231" } ], "validFor": { "startDateTime": "2021-08-15T18:30:00.000Z", "endDateTime": "2021-08-19T18:30:00.000Z" }, "description": "MG-GRP-3493117439-162910580811", "name": "MG-GRP-3493117439-162910580811", "id": "MG-GRP-3493117439-162910580811" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-4051263025-1629106651866", "name": "MG_PP-4051263025-1629106651866", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-4051263025-1629106651866", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" }, { "id": "MG_PP-178629739-1629106746285", "name": "MG_PP-178629739-1629106746285", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-178629739-1629106746285", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "ORIGINAL_END", "duration": "NEW_DURATION", "id": "Result-3370529120-162910675231" } ], "validFor": { "startDateTime": "2021-08-25T18:30:00.000Z", "endDateTime": "2021-08-29T18:30:00.000Z" }, "description": "MG-GRP-797689010-1629106425965", "name": "MG-GRP-797689010-1629106425965", "id": "MG-GRP-797689010-1629106425965" } ], "project": { "id": "I_4_8_2021", "name": "I_4_8_2021", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/I_4_8_2021" } }, { "id": "Rule-MG-Aug17", "name": "Rule-MG-Aug17", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/Rule-MG-Aug17", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-08-17T11:38:55.000Z", "createdBy": "booth", "lastUpdate": "2021-08-17T11:38:56.006Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Wireless_Voice_Data_Check", "name": "Wireless Voice and Data Check", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Wireless_Voice_Data_Check", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "MG_PP-1734023261-1629200327546", "name": "MG_PP-1734023261-1629200327546", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/MG_PP-1734023261-1629200327546", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result-1213721050-162920033478" } ], "validFor": { "startDateTime": "2021-08-17T00:00:00.000Z", "endDateTime": "2021-08-20T00:00:00.000Z" }, "description": "MG-GRP-254948897-1629200133185", "name": "MG-GRP-254948897-1629200133185", "id": "MG-GRP-254948897-1629200133185" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result-3437870841-162920033478" } ], "validFor": { "startDateTime": "2021-08-21T00:00:00.000Z", "endDateTime": "2021-08-24T00:00:00.000Z" }, "description": "MG-GRP-2273802477-162920029751", "name": "MG-GRP-2273802477-162920029751", "id": "MG-GRP-2273802477-162920029751" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-1299814778-1629087938494", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(ID-1299814778-1629087938494,ProductOfferingOracle)", "description": "Rule Condition1", "name": "Rule Condition1", "id": "Condition1" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE16", "name": "comp rule 1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE16", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-23T18:11:31.000Z", "createdBy": "booth", "lastUpdate": "2021-08-23T18:11:31.136Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_HVHUH5U0", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of (REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_HVHUH5U0,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-08-23T00:00:00.000Z", "endDateTime": "2021-08-31T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-EG-PS-dsdg", "name": "PSP Rule 1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-PS-dsdg", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-05T08:37:56.000Z", "createdBy": "booth", "lastUpdate": "2021-07-05T08:38:27.736Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_SOPZWINQ", "name": "Names_HX2QP2Z5X", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_SOPZWINQ", "@referredType": "ProductOfferingOracle" } }, { "id": "RULE-EG-PS-dsdg2", "name": "PSP Rule 3", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-PS-dsdg2", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-05T08:42:46.000Z", "createdBy": "booth", "lastUpdate": "2021-07-05T08:42:46.129Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_SOPZWINQ", "name": "Names_HX2QP2Z5X", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_SOPZWINQ", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_US", "name": "LHS of (COUNTRY_EQUALS_US)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_US", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "US", "expressionType": "STRING", "value": "US", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_US", "name": "RHS of COUNTRY_EQUALS_US)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS US)", "validFor": { "startDateTime": "2021-01-01T00:00:00.000Z", "endDateTime": "2021-10-28T00:00:00.000Z" }, "name": "GRP-1720131314-1625470398990", "id": "GRP-1720131314-1625470398990" } ] }, { "id": "RULE9", "name": "PSP Rule 89", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE9", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-12T11:16:35.000Z", "createdBy": "booth", "lastUpdate": "2021-07-12T11:18:19.046Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of (REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-07-12T00:00:00.000Z", "endDateTime": "2021-07-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "PSPProject2", "name": "PSP Project 2", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/PSPProject2" } }, { "id": "RULE23", "name": "TestComp", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE23", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-22T10:53:21.000Z", "createdBy": "booth", "lastUpdate": "2021-07-22T10:53:21.102Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_S2TJ8DIA", "name": "Names_I9R5ND7GW", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/Oracle_S2TJ8DIA", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PSPWirelessDevParentPS", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of (REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(PSPWirelessDevParentPS,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-07-28T00:00:00.000Z", "endDateTime": "2021-07-31T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "ExtensionProject001", "name": "Extension Project001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/ExtensionProject001" } }, { "id": "RULE15", "name": "RuleTest56", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE15", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-28T13:42:19.000Z", "createdBy": "booth", "lastUpdate": "2021-08-23T15:18:20.236Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_HMD7XDNC", "name": "Names_QBN8OZM90", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_HMD7XDNC", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "EXCLUDES_OPERANDNODE1", "operator": "EXCLUDES", "expressionType": "UNARY" }, { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "EXCLUDES_OPERANDNODE1", "name": "RHS of (EXCLUDES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" } ], "stringExpression": "EXCLUDES ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-08-23T00:00:00.000Z", "endDateTime": "2021-08-30T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "REQUIRES_OPERANDNODE1", "name": "RHS of (REQUIRES_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_OPERANDNODE1", "operator": "REQUIRES", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-08-31T00:00:00.000Z", "endDateTime": "2021-09-01T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "Oracle_DPFTEB6S", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of (REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(Oracle_DPFTEB6S,ProductOfferingOracle)", "validFor": { "startDateTime": "2021-09-02T00:00:00.000Z", "endDateTime": "2021-09-09T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE18", "name": "Testui", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE18", "lifecycleStatus": "In design", "ruleType": "COMPATIBILITY", "@type": "ProductRuleOracle", "created": "2021-07-28T13:49:15.000Z", "createdBy": "booth", "lastUpdate": "2021-07-28T13:49:15.010Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_O00VGFYC", "name": "Names_82522T1M7", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productLine/Oracle_O00VGFYC", "@referredType": "ProductLineOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "PSPWirelessDevParentPS", "productRuleExpressionRelationship": { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "name": "RHS of (REQUIRES_MUTUAL_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_SPEC" }, { "id": "REQUIRES_MUTUAL_OPERANDNODE1", "operator": "REQUIRES_MUTUAL", "expressionType": "UNARY" } ], "stringExpression": "REQUIRES_MUTUAL ENTITY(PSPWirelessDevParentPS,ProductSpecificationOracle)", "validFor": { "startDateTime": "2021-07-28T00:00:00.000Z", "endDateTime": "2021-07-31T00:00:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Rummy_003_Project", "name": "Rummy_003_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_003_Project" } }, { "id": "RULE-MG-Both", "name": "RULE-MG-Both", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-MG-Both", "lifecycleStatus": "In design", "ruleType": "MIGRATION", "@type": "ProductRuleOracle", "created": "2021-07-30T09:52:00.000Z", "createdBy": "booth", "lastUpdate": "2021-07-30T09:58:06.175Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_G6DMO5IA", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_G6DMO5IA", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "OPERANDNODE1", "expressionType": "ENTITY", "value": "ID-851950064-1627420679753", "productRuleExpressionRelationship": { "id": "UPG_TO_OPERANDNODE1", "name": "RHS of (UPG_TO_OPERANDNODE1)", "relationshipType": "RIGHT_HAND_SIDE" }, "valueType": "PRODUCT_OFFERING" }, { "id": "UPG_TO_OPERANDNODE1", "operator": "UPG_TO", "expressionType": "UNARY" } ], "stringExpression": "UPG_TO ENTITY(ID-851950064-1627420679753,ProductOfferingOracle)", "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "productOfferingPrice": [ { "id": "UD_PP-2460891997-1627637733086", "name": "UD_PP-2460891997-1627637733086", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOfferingPrice/UD_PP-2460891997-1627637733086", "@referredType": "ProductOfferingPriceOracle", "@type": "ProductOfferingPriceRef", "@baseType": "ProductOfferingPriceOracle" } ], "commitmentStart": "NOW", "duration": "NEW_DURATION", "id": "Result001" } ], "validFor": { "startDateTime": "2021-06-21T00:00:00.000Z", "endDateTime": "2021-12-31T00:00:00.000Z" }, "description": "Rule condition2", "name": "Rule condition2", "id": "Condition2" }, { "productRuleResult": [ { "@type": "MigrationRuleResultOracle", "duration": "ORIGINAL_DURATION", "id": "Result002" } ], "validFor": { "startDateTime": "2022-06-21T00:00:00.000Z", "endDateTime": "2022-12-31T00:00:00.000Z" }, "description": "Rule condition3", "name": "Rule condition3", "id": "Condition3" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-EG-3415635742-16281536508", "name": "Eligbundle_1", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-3415635742-16281536508", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-05T08:55:12.000Z", "createdBy": "booth", "lastUpdate": "2021-08-05T08:55:12.321Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Rulestest_bundle", "name": "Rulestest_bundle", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Rulestest_bundle", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "CITY", "expressionType": "ELIGIBILTY_PARAM", "value": "CITY", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "LHS of (OPERATORNODE2)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "LHS of (OPERATORNODE1)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Karnataka", "expressionType": "STRING", "value": "Karnataka", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Karnataka", "name": "RHS of (STATE_EQUALS_Karnataka)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "Mangalore,Bengaluru", "expressionType": "STRING", "value": "Mangalore,Bengaluru", "productRuleExpressionRelationship": { "id": "OPERATORNODE2", "name": "RHS of (OPERATORNODE2)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE1", "operator": "AND", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "LHS of (OPERATORNODE3)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "OPERATORNODE2", "operator": "IN_LIST", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE3", "name": "RHS of (OPERATORNODE3)", "relationshipType": "RIGHT_HAND_SIDE" } }, { "id": "OPERATORNODE3", "operator": "AND", "expressionType": "BINARY" }, { "id": "STATE", "expressionType": "ELIGIBILTY_PARAM", "value": "STATE", "productRuleExpressionRelationship": { "id": "STATE_EQUALS_Karnataka", "name": "LHS of (STATE_EQUALS_Karnataka)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "STATE_EQUALS_Karnataka", "operator": "EQUALS", "expressionType": "BINARY", "productRuleExpressionRelationship": { "id": "OPERATORNODE1", "name": "RHS of (OPERATORNODE1)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS IN) AND (STATE EQUALS Karnataka) AND (CITY IN_LIST Mangalore,Bengaluru)", "validFor": { "startDateTime": "2021-08-04T18:30:00.000Z", "endDateTime": "2021-08-24T18:30:00.000Z" }, "name": "GRP-4143808516-1628153653688", "id": "GRP-4143808516-1628153653688" } ], "project": { "id": "Rummy_002_Project", "name": "Rummy_002_Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Rummy_002_Project" } }, { "id": "RULE-RC-1772982769-16281570414", "name": "fhdfh", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-RC-1772982769-16281570414", "lifecycleStatus": "In design", "ruleType": "RECOMMENDATION", "@type": "ProductRuleOracle", "created": "2021-08-05T09:53:06.000Z", "createdBy": "booth", "lastUpdate": "2021-08-05T09:53:06.033Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "Oracle_KV9LIWNY", "name": "Names_NLTOGEBW8", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/Oracle_KV9LIWNY", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleResult": [ { "@type": "RecommendationRuleResultOracle", "id": "Result-3772763114-162815713541" } ], "validFor": { "startDateTime": "2021-08-04T18:30:00.000Z" }, "description": "Rule condition1", "name": "Rule condition1", "id": "Condition1" } ], "project": { "id": "Oracle_TP0WZ67E", "name": "Names_5ZJEJUTLD", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/Oracle_TP0WZ67E" } }, { "id": "RULE-EG-551878577-162938686645", "name": "LaunchProductELiRule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-551878577-162938686645", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-19T15:29:40.000Z", "createdBy": "booth", "lastUpdate": "2021-08-19T15:29:40.244Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "OG-3269194776-1629382959088", "name": "Wireless Roaming Option Group", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/OG-3269194776-1629382959088", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS IN)", "validFor": { "startDateTime": "2021-08-19T00:00:00.000Z", "endDateTime": "2021-08-26T00:00:00.000Z" }, "name": "GRP-3904361405-1629386868391", "id": "GRP-3904361405-1629386868391" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } }, { "id": "RULE-EG-3627293968-16293870217", "name": "ProductEligibilityRule", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/productRule/RULE-EG-3627293968-16293870217", "lifecycleStatus": "In design", "ruleType": "ELIGIBILITY", "@type": "ProductRuleOracle", "created": "2021-08-19T15:31:23.000Z", "createdBy": "booth", "lastUpdate": "2021-08-19T15:31:23.115Z", "lastUpdatedBy": "booth", "version": "1.0", "subject": { "id": "OG-3497577510-1628851610625", "name": "Wireless Roaming Option Group", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/productOffering/OG-3497577510-1628851610625", "@referredType": "ProductOfferingOracle" }, "ruleCondition": [ { "productRuleExpression": [ { "id": "COUNTRY", "expressionType": "ELIGIBILTY_PARAM", "value": "COUNTRY", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "LHS of (COUNTRY_EQUALS_IN)", "relationshipType": "LEFT_HAND_SIDE" } }, { "id": "COUNTRY_EQUALS_IN", "operator": "EQUALS", "expressionType": "BINARY" }, { "id": "IN", "expressionType": "STRING", "value": "IN", "productRuleExpressionRelationship": { "id": "COUNTRY_EQUALS_IN", "name": "RHS of (COUNTRY_EQUALS_IN)", "relationshipType": "RIGHT_HAND_SIDE" } } ], "stringExpression": "(COUNTRY EQUALS IN)", "validFor": { "startDateTime": "2021-08-19T00:00:00.000Z", "endDateTime": "2021-08-26T00:00:00.000Z" }, "name": "GRP-56311351-1629387022478", "id": "GRP-56311351-1629387022478" } ], "project": { "id": "P-209162241-1628848466071", "name": "Product Model", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/P-209162241-1628848466071" } } ]