SubscriptionDetailed ==================== A SubscriptionDetailed resource represents a subscription. Resource definition ------------------- .. literalinclude:: _static/SubscriptionDetailed.json :language: json +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | Name | Type | Description | +==========================+============================================+================================================================================================================+ | Id | int | Identifier of the subscription | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | PublisherSubscriptionId | string | Internal identifier the publisher uses | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | Quantity | int | Number of license for the subscription | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | Name | string | A friendly name | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | Status | int | None = 0, Active = 1, Suspended = 2, Deleted = 4, CustomerCancellation = 8 | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | OrderId | string | The publishers order identifier | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | Publisher | ObjectReference | The publisher the subscription is connected to | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | Organization | ObjectReference | The organization/reseller the subscription is connected to | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | CustomerTenant | CustomerTenantReference | The end customer company is connected to the subscription | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | Product | ProductReference | The license product for the subscription | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | CreationDate | DateTime | Date which the order was created | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | EffectiveStartDate | DateTime | | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | CommitmentEndDate | DateTime | | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | SuspensionReasons | string | The reason for which the subscription was suspended | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | AvailableAddonsCount | int | Number of product types that can be added as child subscriptions | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | AcceptAutoSuspension | bool | Subscription auto-suspension acceptance | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | AutoSuspensionDate | DateTimeOffset | Subscription auto-suspension date | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | AttestationAccepted | bool | Attestation accepted | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | Subscriptions | :doc:`/resources/SubscriptionAddOn/` [ ] | List of child subscriptions | +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | SubscriptionMaxTreshold | int? | Maximum threshold of licenses that can be ordered by end customer. (Applies only for T2 end customer companies)| +--------------------------+--------------------------------------------+----------------------------------------------------------------------------------------------------------------+ Operations on subscription -------------------------- - :doc:`/scenarios/subscription-get` - :doc:`/scenarios/subscription-update` - :doc:`/scenarios/subscription-create`