Skip to content

Update an information service access plan.

PUT
/api/workspace/entitlement-operations/models/information-service-access/{modelId}/plans/{planId}
curl --request PUT \
--url https://example.com/api/workspace/entitlement-operations/models/information-service-access/example/plans/example \
--header 'Content-Type: application/json' \
--data '{ "Key": "example", "DisplayName": "example", "Description": "example", "PriceAmount": 1, "PriceCurrencyCode": "example", "IsActive": true, "DurationValue": 1, "DurationUnit": 0, "GracePeriodValue": 1, "GracePeriodUnit": 0, "ConsumableQuantity": 1, "TimeBoundQuantity": 1, "TimeBoundWindowValue": 1, "TimeBoundWindowUnit": 0, "TimeBoundWindowAnchor": 0, "Resources": [ { "EntityDefinitionId": "example", "ResourceEntityInstanceId": "example", "SortOrder": 1 } ], "RowVersion": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "MaxCoveredPartyCount": 1, "RenewalPolicyId": "example", "PlanFamilyIds": [ "example" ] }'
  • None
modelId
required
string
planId
required
string
access_token
string

Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.

Update an information service access plan with named usage limit terms.

object
Key

Optional stable plan key. The server generates one when omitted.

string
nullable
DisplayName
required

Plan display name.

string
Description

Optional plan description.

string
nullable
PriceAmount

Optional commercial display price. It is metadata only.

number format: double
nullable
PriceCurrencyCode

Optional three-letter currency code for the commercial display price.

string
nullable
IsActive

Whether this plan can be used for new grants.

boolean
DurationValue

Optional access duration length.

integer format: int32
nullable
DurationUnit
integer format: int32
Allowed values: 0 1 2
GracePeriodValue

Optional grace period length.

integer format: int32
nullable
GracePeriodUnit
integer format: int32
Allowed values: 0 1 2
ConsumableQuantity

Optional one-time consumable quantity.

number format: double
nullable
TimeBoundQuantity

Optional periodic quantity.

number format: double
nullable
TimeBoundWindowValue

Optional periodic quota window length.

integer format: int32
nullable
TimeBoundWindowUnit
integer format: int32
Allowed values: 0 1 2
TimeBoundWindowAnchor
integer format: int32
Allowed values: 0 1
Resources

Concrete information resources selected for this plan.

Array<object>
nullable

Resource selected for a plan.

object
EntityDefinitionId
required

Entity definition of the selected resource instance.

string
ResourceEntityInstanceId
required

Selected runtime EntityInstance id.

string
SortOrder

Display order.

integer format: int32
RowVersion
required

Required concurrency token from the current plan.

string format: uuid
MaxCoveredPartyCount

Optional explicit covered-party limit for delegated explicit Organization/Family models.

integer format: int32
nullable
RenewalPolicyId

Optional default renewal policy used by new grants from this plan.

string
nullable
PlanFamilyIds

Optional plan family ids assigned to this plan.

Array<string>
nullable

OK

Media typeapplication/json
object
Data

Detailed information service access plan.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
EntitlementModelId
string
nullable
EntitlementModelDisplayName
string
nullable
Description
string
nullable
PriceAmount
number format: double
nullable
PriceCurrencyCode
string
nullable
MaxCoveredPartyCount
integer format: int32
nullable
SortOrder
integer format: int32
IsActive
boolean
ResourceCount
integer format: int32
Families
Array<object>
nullable

Plan family reference attached to a plan or exposed for plan authoring.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
Description
string
nullable
SortOrder
integer format: int32
IsActive
boolean
DurationValue
integer format: int32
nullable
DurationUnit
integer format: int32
Allowed values: 0 1 2
GracePeriodValue
integer format: int32
nullable
GracePeriodUnit
integer format: int32
Allowed values: 0 1 2
ConsumableQuantity
number format: double
nullable
TimeBoundQuantity
number format: double
nullable
TimeBoundWindowValue
integer format: int32
nullable
TimeBoundWindowUnit
integer format: int32
Allowed values: 0 1 2
TimeBoundWindowAnchor
integer format: int32
Allowed values: 0 1
Resources
Array<object>
nullable

Resource attached to a plan.

object
Id
string
nullable
EntityDefinitionId
string
nullable
EntityDisplayName
string
nullable
ResourceEntityInstanceId
string
nullable
DisplayName
string
nullable
Breadcrumbs
Array<object>
nullable

One breadcrumb item for a selected plan resource.

object
EntityDefinitionId
string
nullable
EntityDisplayName
string
nullable
ResourceEntityInstanceId
string
nullable
DisplayName
string
nullable
SortOrder
integer format: int32
RowVersion
string format: uuid
RenewalPolicy

Renewal policy summary attached to a plan.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
Mode
integer format: int32
Allowed values: 0 1 2
LeadDays
integer format: int32
nullable
ExternalPolicyKey
string
nullable
RowVersion
string format: uuid
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"DurationUnit": 0,
"GracePeriodUnit": 0,
"TimeBoundWindowUnit": 0,
"TimeBoundWindowAnchor": 0,
"RenewalPolicy": {
"Mode": 0
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Bad Request

Media typeapplication/json
object
Data

Detailed information service access plan.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
EntitlementModelId
string
nullable
EntitlementModelDisplayName
string
nullable
Description
string
nullable
PriceAmount
number format: double
nullable
PriceCurrencyCode
string
nullable
MaxCoveredPartyCount
integer format: int32
nullable
SortOrder
integer format: int32
IsActive
boolean
ResourceCount
integer format: int32
Families
Array<object>
nullable

Plan family reference attached to a plan or exposed for plan authoring.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
Description
string
nullable
SortOrder
integer format: int32
IsActive
boolean
DurationValue
integer format: int32
nullable
DurationUnit
integer format: int32
Allowed values: 0 1 2
GracePeriodValue
integer format: int32
nullable
GracePeriodUnit
integer format: int32
Allowed values: 0 1 2
ConsumableQuantity
number format: double
nullable
TimeBoundQuantity
number format: double
nullable
TimeBoundWindowValue
integer format: int32
nullable
TimeBoundWindowUnit
integer format: int32
Allowed values: 0 1 2
TimeBoundWindowAnchor
integer format: int32
Allowed values: 0 1
Resources
Array<object>
nullable

Resource attached to a plan.

object
Id
string
nullable
EntityDefinitionId
string
nullable
EntityDisplayName
string
nullable
ResourceEntityInstanceId
string
nullable
DisplayName
string
nullable
Breadcrumbs
Array<object>
nullable

One breadcrumb item for a selected plan resource.

object
EntityDefinitionId
string
nullable
EntityDisplayName
string
nullable
ResourceEntityInstanceId
string
nullable
DisplayName
string
nullable
SortOrder
integer format: int32
RowVersion
string format: uuid
RenewalPolicy

Renewal policy summary attached to a plan.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
Mode
integer format: int32
Allowed values: 0 1 2
LeadDays
integer format: int32
nullable
ExternalPolicyKey
string
nullable
RowVersion
string format: uuid
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"DurationUnit": 0,
"GracePeriodUnit": 0,
"TimeBoundWindowUnit": 0,
"TimeBoundWindowAnchor": 0,
"RenewalPolicy": {
"Mode": 0
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Forbidden

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Not Found

Media typeapplication/json
object
Data

Detailed information service access plan.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
EntitlementModelId
string
nullable
EntitlementModelDisplayName
string
nullable
Description
string
nullable
PriceAmount
number format: double
nullable
PriceCurrencyCode
string
nullable
MaxCoveredPartyCount
integer format: int32
nullable
SortOrder
integer format: int32
IsActive
boolean
ResourceCount
integer format: int32
Families
Array<object>
nullable

Plan family reference attached to a plan or exposed for plan authoring.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
Description
string
nullable
SortOrder
integer format: int32
IsActive
boolean
DurationValue
integer format: int32
nullable
DurationUnit
integer format: int32
Allowed values: 0 1 2
GracePeriodValue
integer format: int32
nullable
GracePeriodUnit
integer format: int32
Allowed values: 0 1 2
ConsumableQuantity
number format: double
nullable
TimeBoundQuantity
number format: double
nullable
TimeBoundWindowValue
integer format: int32
nullable
TimeBoundWindowUnit
integer format: int32
Allowed values: 0 1 2
TimeBoundWindowAnchor
integer format: int32
Allowed values: 0 1
Resources
Array<object>
nullable

Resource attached to a plan.

object
Id
string
nullable
EntityDefinitionId
string
nullable
EntityDisplayName
string
nullable
ResourceEntityInstanceId
string
nullable
DisplayName
string
nullable
Breadcrumbs
Array<object>
nullable

One breadcrumb item for a selected plan resource.

object
EntityDefinitionId
string
nullable
EntityDisplayName
string
nullable
ResourceEntityInstanceId
string
nullable
DisplayName
string
nullable
SortOrder
integer format: int32
RowVersion
string format: uuid
RenewalPolicy

Renewal policy summary attached to a plan.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
Mode
integer format: int32
Allowed values: 0 1 2
LeadDays
integer format: int32
nullable
ExternalPolicyKey
string
nullable
RowVersion
string format: uuid
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"DurationUnit": 0,
"GracePeriodUnit": 0,
"TimeBoundWindowUnit": 0,
"TimeBoundWindowAnchor": 0,
"RenewalPolicy": {
"Mode": 0
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Conflict

Media typeapplication/json
object
Data

Detailed information service access plan.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
EntitlementModelId
string
nullable
EntitlementModelDisplayName
string
nullable
Description
string
nullable
PriceAmount
number format: double
nullable
PriceCurrencyCode
string
nullable
MaxCoveredPartyCount
integer format: int32
nullable
SortOrder
integer format: int32
IsActive
boolean
ResourceCount
integer format: int32
Families
Array<object>
nullable

Plan family reference attached to a plan or exposed for plan authoring.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
Description
string
nullable
SortOrder
integer format: int32
IsActive
boolean
DurationValue
integer format: int32
nullable
DurationUnit
integer format: int32
Allowed values: 0 1 2
GracePeriodValue
integer format: int32
nullable
GracePeriodUnit
integer format: int32
Allowed values: 0 1 2
ConsumableQuantity
number format: double
nullable
TimeBoundQuantity
number format: double
nullable
TimeBoundWindowValue
integer format: int32
nullable
TimeBoundWindowUnit
integer format: int32
Allowed values: 0 1 2
TimeBoundWindowAnchor
integer format: int32
Allowed values: 0 1
Resources
Array<object>
nullable

Resource attached to a plan.

object
Id
string
nullable
EntityDefinitionId
string
nullable
EntityDisplayName
string
nullable
ResourceEntityInstanceId
string
nullable
DisplayName
string
nullable
Breadcrumbs
Array<object>
nullable

One breadcrumb item for a selected plan resource.

object
EntityDefinitionId
string
nullable
EntityDisplayName
string
nullable
ResourceEntityInstanceId
string
nullable
DisplayName
string
nullable
SortOrder
integer format: int32
RowVersion
string format: uuid
RenewalPolicy

Renewal policy summary attached to a plan.

object
Id
string
nullable
Key
string
nullable
DisplayName
string
nullable
Mode
integer format: int32
Allowed values: 0 1 2
LeadDays
integer format: int32
nullable
ExternalPolicyKey
string
nullable
RowVersion
string format: uuid
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"DurationUnit": 0,
"GracePeriodUnit": 0,
"TimeBoundWindowUnit": 0,
"TimeBoundWindowAnchor": 0,
"RenewalPolicy": {
"Mode": 0
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}