Get all entitlement assignments
get
/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- AssignmentAltKey Finds the subscription entitlement assignments with the specified alternate key.
Finder Variables- EntitlementAssignmentNumber; string; The entitlement assignment number of entitlement assignment used to find assignment alternate key.
- PrimaryKey Finds the subscription entitlement assignments with the specified primary key.
Finder Variables- EntitlementAssignmentId; integer; The unique entitlement assignment identifier of the subscription entitlement assignments used to find it.
- AssignmentAltKey Finds the subscription entitlement assignments with the specified alternate key.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AssignmentPrecedence; integer; The precedence of assignment of subscription entitlement assignment.
- AssignmentStatus; string; The status of assignment of subscription entitlement assignment.
- BusinessUnitId; integer; The unique identifier of the business unit.
- BusinessUnitName; string; The name of the business unit.
- CreatedBy; string; The user who created the subscription entitlement assignment.
- CreationDate; string; The date when the subscription entitlement assignment was created.
- EndDateActive; string; The end date till which assignment is active in subscription entitlement assignment.
- EntitlementAssignmentId; integer; The unique identifier of subscription entitlement assignment.
- EntitlementAssignmentNumber; string; The number of subscription entitlement assignment.
- EntitlementPlanId; integer; The unique entitlement plan identifier of subscription entitlement assignment.
- EntitlementPlanName; string; The entitlement plan name of subscription entitlement assignment.
- EntitlementPlanNumber; string; The entitlement plan number of subscription entitlement assignment.
- InventoryItemId; integer; The inventory item identifier of subscription entitlement assignment.
- InventoryItemName; string; The inventory item name of subscription entitlement assignment.
- LastUpdateDate; string; The date when the subscription entitlement assignment was last updated.
- LastUpdateLogin; string; The login of the user who last updated the subscription entitlement assignment.
- LastUpdatedBy; string; The user who has last updated the subscription entitlement assignment.
- OrganizationCode; string; The organization code of subscription entitlement assignment.
- OrganizationId; integer; The organization identifier of subscription entitlement assignment.
- RatePlanNumber; string; The public unique identifier of the rate plan associated with the subscription product.
- StartDateActive; string; The start date from which assignment is active in subscription entitlement assignment.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : subscriptionEntitlementAssignments
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionEntitlementAssignments-item-response
Type:
Show Source
object-
assignmentCriteria: array
Subscription Balance Condition Criteria
Title:
Subscription Balance Condition CriteriaThe subscription balance criteria resource is used to view, create, update, and delete a balance criteria. -
AssignmentPrecedence: integer
Title:
PrecedenceThe precedence of assignment of subscription entitlement assignment. -
AssignmentStatus: string
Title:
StatusMaximum Length:30Default Value:ORA_OSS_DRAFTThe status of assignment of subscription entitlement assignment. -
BalanceProfileName: string
Title:
Profile NameRead Only:trueMaximum Length:120The name of the subscription balance profile. -
BalanceProfileNumber: string
Title:
Profile NumberRead Only:trueMaximum Length:120The unique number of the subscription balance profile. -
BusinessUnitId: integer
(int64)
The unique identifier of the business unit.
-
BusinessUnitName: string
Title:
Business UnitMaximum Length:240The name of the business unit. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the subscription entitlement assignment. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the subscription entitlement assignment was created. -
EndDateActive: string
(date)
Title:
End DateThe end date till which assignment is active in subscription entitlement assignment. -
EntitlementAssignmentId: integer
(int64)
The unique identifier of subscription entitlement assignment.
-
EntitlementAssignmentNumber: string
Title:
NumberMaximum Length:120The number of subscription entitlement assignment. -
EntitlementPlanId: integer
(int64)
The unique entitlement plan identifier of subscription entitlement assignment.
-
EntitlementPlanName: string
Title:
Entitlement Plan NameMaximum Length:120The entitlement plan name of subscription entitlement assignment. -
EntitlementPlanNumber: string
Title:
Entitlement Plan NumberMaximum Length:120The entitlement plan number of subscription entitlement assignment. -
InventoryItemId: integer
(int64)
The inventory item identifier of subscription entitlement assignment.
-
InventoryItemName: string
Title:
Product NameMaximum Length:300The inventory item name of subscription entitlement assignment. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the subscription entitlement assignment was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who has last updated the subscription entitlement assignment. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the subscription entitlement assignment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationCode: string
Title:
OrganizationMaximum Length:18The organization code of subscription entitlement assignment. -
OrganizationId: integer
(int64)
The organization identifier of subscription entitlement assignment.
-
RatePlanId: integer
(int64)
Title:
Rate Plan IDThe unique identifier of the rate plan associated to the subscription product. -
RatePlanNumber: string
Title:
Rate Plan NumberMaximum Length:120The public unique identifier of the rate plan associated with the subscription product. -
StartDateActive: string
(date)
Title:
Start DateThe start date from which assignment is active in subscription entitlement assignment.
Nested Schema : Subscription Balance Condition Criteria
Type:
arrayTitle:
Subscription Balance Condition CriteriaThe subscription balance criteria resource is used to view, create, update, and delete a balance criteria.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionEntitlementAssignments-assignmentCriteria-item-response
Type:
Show Source
object-
BalanceCriteriaDescription: string
Title:
DescriptionMaximum Length:300The description of subscription balance criterion. -
BalanceCriteriaId: integer
(int64)
The unique identifier of the subscription balance criterion.
-
BalanceCriteriaNumber: string
Title:
CriteriaMaximum Length:120The unique number of the subscription balance criterion. -
BalanceCriteriaStatus: string
Title:
StatusMaximum Length:30Default Value:ORA_OSS_DRAFTThe status of the subscription balance criterion. -
BalanceCriteriaUsage: string
Title:
UsageMaximum Length:30The usage condition of subscription balance criterion. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the subscription balance criterion. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the subscription balance criterion was created. -
CriteriaPrecedence: integer
Title:
SequenceThe order in which the criteria will be evaluated. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the subscription balance criterion was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who has last updated the subscription balance criterion. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the subscription balance criterion. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
The object version number updated after every update of a subscription balance criterion.
-
subscriptionBalancePredicates: array
Subscription Balance Condition Predicates
Title:
Subscription Balance Condition PredicatesThe subscription balance predicates resource is used to view, create, update, and delete a balance predicate.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Subscription Balance Condition Predicates
Type:
arrayTitle:
Subscription Balance Condition PredicatesThe subscription balance predicates resource is used to view, create, update, and delete a balance predicate.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : subscriptionEntitlementAssignments-assignmentCriteria-subscriptionBalancePredicates-item-response
Type:
Show Source
object-
BalanceAttributeId: integer
(int64)
The unique identifier of the subscription balance attribute.
-
BalanceAttributeName: string
Title:
Attribute NameMaximum Length:240The name of the subscription balance attribute. -
BalanceCriteriaId: integer
(int64)
The balance criteria Id of subscription balance predicate.
-
BalanceObjectId: integer
(int64)
The balance object identifier of subscription balance predicate.
-
BalanceObjectName: string
Title:
Object NameMaximum Length:120The balance object name of subscription balance predicate. -
BalancePredicateCharacterValue: string
Title:
ValueMaximum Length:600The balance predicate character value of subscription balance predicate. -
BalancePredicateDateValue: string
(date)
Title:
ValueThe balance predicate date value of subscription balance predicate. -
BalancePredicateDecimalValue: number
Title:
ValueThe balance predicate decimal value of subscription balance predicate. -
BalancePredicateId: integer
(int64)
The unique identifier of the subscription balance predicate.
-
BalancePredicateNumber: string
Title:
NumberMaximum Length:120The unique number of the subscription balance predicate. -
BalancePredicateNumberValue: integer
Title:
ValueThe number value of the subscription balance predicate. -
BalancePredicateOperator: string
Title:
OperatorMaximum Length:30The operator value of the subscription balance predicate. -
BalancePredicateSequence: integer
Title:
SequenceThe balance predicate sequence of the subscription balance predicate. -
BalancePredicateSortBy: string
Title:
Sort OrderMaximum Length:30The sort by criterion of the subscription balance predicate. -
BalancePredicateTimeValue: string
(date-time)
Title:
ValueThe time value of the subscription balance predicate. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the subscription balance predicate. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the subscription balance predicate was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the subscription balance predicate was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who has last updated the subscription balance predicate. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the subscription balance predicate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Read Only:
trueThe object version number of the subscription balance predicate. -
SourceType: string
Title:
Source TypeMaximum Length:30Default Value:ORA_OSS_USERThe source type of the subscription balance predicate.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to get all entitlement assignments by submitting a GET request on the REST resource.
cURL Command
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/latest/subscriptionEntitlementAssignments \ -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json' | json_pp
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"items": [
{
"EntitlementAssignmentId": 300100570178653,
"EntitlementAssignmentNumber": "CDRM_3002",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item3",
"InventoryItemId": 300100012368232,
"EntitlementPlanNumber": "CDRM_1",
"EntitlementPlanId": 300100570153904,
"EntitlementPlanName": "Platinum Plan",
"AssignmentPrecedence": 10002,
"StartDateActive": "2023-02-24",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_ACTIVE",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-24T23:24:00+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T23:25:07.153+00:00",
"LastUpdateLogin": "F57537878631353EE053B4A745648B7E",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3002",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3002",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3002/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3002/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3002/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570178650,
"EntitlementAssignmentNumber": "CDRM_3001",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item3",
"InventoryItemId": 300100012368232,
"EntitlementPlanNumber": "CDRM_1",
"EntitlementPlanId": 300100570153904,
"EntitlementPlanName": "Platinum Plan",
"AssignmentPrecedence": 10001,
"StartDateActive": "2023-02-24",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_ACTIVE",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-24T22:47:28+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T22:49:22.918+00:00",
"LastUpdateLogin": "F57537878504353EE053B4A745648B7E",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3001",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3001",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3001/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3001/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3001/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570153916,
"EntitlementAssignmentNumber": "CDRM_1",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item3",
"InventoryItemId": 300100012368232,
"EntitlementPlanNumber": "CDRM_1",
"EntitlementPlanId": 300100570153904,
"EntitlementPlanName": "Platinum Plan",
"AssignmentPrecedence": 10,
"StartDateActive": "2023-02-21",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_ACTIVE",
"ObjectVersionNumber": 2,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T18:59:45+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T14:45:29.776+00:00",
"LastUpdateLogin": "F542F0693332772FE053B4A745647D8C",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570167641,
"EntitlementAssignmentNumber": "demo-assignment-year-1",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "demo-plan-year-1",
"EntitlementPlanId": 300100570167635,
"EntitlementPlanName": "demo-plan-year-1",
"AssignmentPrecedence": 6,
"StartDateActive": "2023-02-24",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_ACTIVE",
"ObjectVersionNumber": 7,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-24T11:44:57.343+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T11:47:22.397+00:00",
"LastUpdateLogin": "F56B29468A8062EFE053B4A745640976",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-year-1",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-year-1",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-year-1/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-year-1/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-year-1/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570167639,
"EntitlementAssignmentNumber": "demo-assignment-quarter-1",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "demo-plan-quarter-1",
"EntitlementPlanId": 300100570167633,
"EntitlementPlanName": "demo-plan-quarter-1",
"AssignmentPrecedence": 5,
"StartDateActive": "2023-02-24",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_ACTIVE",
"ObjectVersionNumber": 3,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-24T11:43:42.406+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T11:44:31.399+00:00",
"LastUpdateLogin": "F56B29468A8062EFE053B4A745640976",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-quarter-1",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-quarter-1",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-quarter-1/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-quarter-1/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-quarter-1/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570167637,
"EntitlementAssignmentNumber": "demo-assignment-month-1",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "demo-plan-month-1",
"EntitlementPlanId": 300100570167631,
"EntitlementPlanName": "demo-plan-month-1",
"AssignmentPrecedence": 4,
"StartDateActive": "2023-02-24",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_ACTIVE",
"ObjectVersionNumber": 3,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-24T11:38:56+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T11:40:06.429+00:00",
"LastUpdateLogin": "F56B29468A8062EFE053B4A745640976",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-month-1",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-month-1",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-month-1/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-month-1/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/demo-assignment-month-1/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570162608,
"EntitlementAssignmentNumber": "CDRM_1002",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QPZoomPhoneSubscription",
"InventoryItemId": 300100548841210,
"EntitlementPlanNumber": "test_plan_001",
"EntitlementPlanId": 300100570162605,
"EntitlementPlanName": "test_plan_001",
"AssignmentPrecedence": 8,
"StartDateActive": "2023-02-22",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_INACTIVE",
"ObjectVersionNumber": 3,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-22T18:10:10.375+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T11:38:34.487+00:00",
"LastUpdateLogin": "F549FB6DFBBF612BE053B4A745648222",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1002",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1002",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1002/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1002/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1002/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570162631,
"EntitlementAssignmentNumber": "CDRM_1003",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QPZoomPhoneSubscription",
"InventoryItemId": 300100548841210,
"EntitlementPlanNumber": "test_plan_002",
"EntitlementPlanId": 300100570162628,
"EntitlementPlanName": "test_plan_002",
"AssignmentPrecedence": 7,
"StartDateActive": "2023-02-22",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_INACTIVE",
"ObjectVersionNumber": 3,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-22T19:14:27+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T11:38:28.237+00:00",
"LastUpdateLogin": "F54AAED430341706E053B4A7456428D2",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1003",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1003",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1003/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1003/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_1003/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570154618,
"EntitlementAssignmentNumber": "CDRM_10",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "test_plan_01",
"EntitlementPlanId": 300100570154610,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 1,
"StartDateActive": "2023-02-21",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_INACTIVE",
"ObjectVersionNumber": 3,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:05:40+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-24T11:38:21.701+00:00",
"LastUpdateLogin": "F537236134CC77ABE053B4A74564AFD3",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_10",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_10",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_10/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_10/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_10/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570157595,
"EntitlementAssignmentNumber": "CDRM_42",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_1004",
"EntitlementPlanId": 300100570154614,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 13444431,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T22:22:17+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T22:22:17.057+00:00",
"LastUpdateLogin": "F5396754494C3D29E053B4A74564CB76",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_42",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_42",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_42/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_42/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_42/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570157593,
"EntitlementAssignmentNumber": "CDRM_40",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_1005",
"EntitlementPlanId": 300100570154616,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 1344431,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T22:22:07+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T22:22:07.651+00:00",
"LastUpdateLogin": "F53967542F973D37E053B4A745642151",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_40",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_40",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_40/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_40/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_40/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156290,
"EntitlementAssignmentNumber": "CDRM_38",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_1005",
"EntitlementPlanId": 300100570154616,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 134431,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:56:02+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:56:02.033+00:00",
"LastUpdateLogin": "F538E39E4C5915D7E053B4A74564EB9D",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_38",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_38",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_38/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_38/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_38/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156288,
"EntitlementAssignmentNumber": "CDRM_36",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_1004",
"EntitlementPlanId": 300100570154614,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 13431,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:55:50+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:55:50.039+00:00",
"LastUpdateLogin": "F538E3AF9ADD170BE053B4A74564FC6A",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_36",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_36",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_36/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_36/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_36/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156286,
"EntitlementAssignmentNumber": "CDRM_34",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_3",
"EntitlementPlanId": 300100570153910,
"EntitlementPlanName": "Gold Plan",
"AssignmentPrecedence": 1331,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:54:39+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:54:39.033+00:00",
"LastUpdateLogin": "F538E3A793321703E053B4A74564A2B7",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_34",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_34",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_34/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_34/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_34/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156284,
"EntitlementAssignmentNumber": "CDRM_32",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_2",
"EntitlementPlanId": 300100570153907,
"EntitlementPlanName": "Gold Plan",
"AssignmentPrecedence": 131,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:54:26+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:54:26.035+00:00",
"LastUpdateLogin": "F538E3A7932F1703E053B4A74564A2B7",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_32",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_32",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_32/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_32/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_32/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156281,
"EntitlementAssignmentNumber": "CDRM_31",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item3",
"InventoryItemId": 300100012368232,
"EntitlementPlanNumber": "CDRM_2",
"EntitlementPlanId": 300100570153907,
"EntitlementPlanName": "Gold Plan",
"AssignmentPrecedence": 106,
"StartDateActive": "2023-02-21",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:52:12+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:52:12.124+00:00",
"LastUpdateLogin": "F538E3A7932A1703E053B4A74564A2B7",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_31",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_31",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_31/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_31/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_31/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156274,
"EntitlementAssignmentNumber": "CDRM_24",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_1005",
"EntitlementPlanId": 300100570154616,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 13,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:46:36+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:46:36.045+00:00",
"LastUpdateLogin": "F538E39E4C3F15D7E053B4A74564EB9D",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_24",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_24",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_24/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_24/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_24/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156271,
"EntitlementAssignmentNumber": "CDRM_21",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_1005",
"EntitlementPlanId": 300100570154616,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 11,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:45:11+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:45:11.037+00:00",
"LastUpdateLogin": "F538E144BF6414C9E053B4A745643F38",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_21",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_21",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_21/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_21/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_21/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156267,
"EntitlementAssignmentNumber": "CDRM_17",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_1005",
"EntitlementPlanId": 300100570154616,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 18,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:40:53+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:40:53.037+00:00",
"LastUpdateLogin": "F538E3A792B31703E053B4A74564A2B7",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_17",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_17",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_17/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_17/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_17/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570156263,
"EntitlementAssignmentNumber": "CDRM_13",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_1005",
"EntitlementPlanId": 300100570154616,
"EntitlementPlanName": "test_plan_01",
"AssignmentPrecedence": 19,
"StartDateActive": "2022-12-13",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T21:40:19+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T21:40:19.107+00:00",
"LastUpdateLogin": "F538E3A792AB1703E053B4A74564A2B7",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_13",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_13",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_13/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_13/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_13/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570154595,
"EntitlementAssignmentNumber": "CDRM_9",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item4_UDA",
"InventoryItemId": 300100099057327,
"EntitlementPlanNumber": "CDRM_2",
"EntitlementPlanId": 300100570153907,
"EntitlementPlanName": "Gold Plan",
"AssignmentPrecedence": 111,
"StartDateActive": "2023-02-21",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_ACTIVE",
"ObjectVersionNumber": 3,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T19:43:11+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T19:46:15.118+00:00",
"LastUpdateLogin": "F537239B1C297CE4E053B4A745648434",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_9",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_9",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_9/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_9/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_9/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570155601,
"EntitlementAssignmentNumber": "CDRM_8",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item3",
"InventoryItemId": 300100012368232,
"EntitlementPlanNumber": "CDRM_1",
"EntitlementPlanId": 300100570153904,
"EntitlementPlanName": "Platinum Plan",
"AssignmentPrecedence": 105,
"StartDateActive": "2023-02-21",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T19:39:35+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T19:39:35.185+00:00",
"LastUpdateLogin": "F53724E826DB7CD8E053B4A74564238D",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_8",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_8",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_8/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_8/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_8/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570155598,
"EntitlementAssignmentNumber": "CDRM_7",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item3",
"InventoryItemId": 300100012368232,
"EntitlementPlanNumber": "CDRM_2",
"EntitlementPlanId": 300100570153907,
"EntitlementPlanName": "Gold Plan",
"AssignmentPrecedence": 104,
"StartDateActive": "2023-02-21",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T19:39:25+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T19:39:25.203+00:00",
"LastUpdateLogin": "F53724E826D87CD8E053B4A74564238D",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_7",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_7",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_7/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_7/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_7/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570155595,
"EntitlementAssignmentNumber": "CDRM_6",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item3",
"InventoryItemId": 300100012368232,
"EntitlementPlanNumber": "CDRM_3",
"EntitlementPlanId": 300100570153910,
"EntitlementPlanName": "Gold Plan",
"AssignmentPrecedence": 103,
"StartDateActive": "2023-02-21",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T19:38:59+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T19:38:59.678+00:00",
"LastUpdateLogin": "F53723613DD877A5E053B4A74564A77F",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_6",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_6",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_6/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_6/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_6/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
},
{
"EntitlementAssignmentId": 300100570153922,
"EntitlementAssignmentNumber": "CDRM_3",
"OrganizationCode": "V1",
"OrganizationId": 204,
"InventoryItemName": "QP_Item3",
"InventoryItemId": 300100012368232,
"EntitlementPlanNumber": "CDRM_4",
"EntitlementPlanId": 300100570153913,
"EntitlementPlanName": "Golden Plan",
"AssignmentPrecedence": 102,
"StartDateActive": "2023-02-21",
"EndDateActive": null,
"AssignmentStatus": "ORA_OSS_DRAFT",
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2023-02-21T19:00:08+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2023-02-21T19:00:08.114+00:00",
"LastUpdateLogin": "F536603E9D09395AE053B4A745645EBC",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3",
"name": "subscriptionEntitlementAssignments",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3",
"name": "subscriptionEntitlementAssignments",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3/child/assignmentCriteria",
"name": "assignmentCriteria",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3/action/activate",
"name": "activate",
"kind": "other"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments/CDRM_3/action/deActivate",
"name": "deActivate",
"kind": "other"
}
]
}
],
"count": 25,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptionEntitlementAssignments",
"name": "subscriptionEntitlementAssignments",
"kind": "collection"
}
]
}