GET v1/bunits/{bunitId}/unassignedsubscriptions

Get all subscriptions a business unit can be assigned.
A business unit can be assigned all subscriptions created by their ancestors up to and including the
first with a contract or that of the current user (which ever comes first).
Subscriptions which are assigned to the first ancestor with a contract or that of the current
user is aslo included.
Be aware that subscriptions that are already assigned is not in this list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId Id of the business unit integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of all subscriptions the business unit can be assigned

Collection of Subscription
NameDescriptionTypeAdditional information
Name The subscription's name.
string

Required.

Description A description of the subscription.
string

None.

Currency The currency the subscription is settled in
Currency

None.

ContractCount Number of contracts with the given subscription
integer

None.

ExceptionCount Number of contract exceptions with the given subscription
integer

None.

Components Components of the subscription.
Collection of SubscriptionComponent

None.

Id A unique ID for the object.
integer

Read-only.

CreatedDate Time and date the object was created.
date

Read-only.

ArchivedDate Time and date the object was or is going to be archived.

Unarchived objects have no value in ArchivedDate
date

Read-only.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.