Tip |
---|
Table of Contents | ||
---|---|---|
|
...
This method returns the the physical goods that can be used to create a new subscription of a specific type and billing term scheme. Multiple physical goodsare goods are returned by each call
Resource URL
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
subscription_type_identifier (mandatory) | Subscription Type Identifier | The identifier of the the subscription type that will be used in the subscription. The allowed subscription type identifier fields are the following:
| ||||||
provisioning_distributor_identifier (optional) | Provisioning Distributor Identifier | The identifier of the the provisioning distributor that will be used to distribute the physical goods. If specified then the physical goods will be filtered based on the specified provisioning distributor. The allowed provisioning distributor identifier fields are the following:
| ||||||
accounts_receivable_identifier (optional) | Accounts Receivable Identifier | The identifier of the accounts receivable that will be owning the subscriptions related with the specified type. If specified then the subscription physical goods are filtered against the subscription physical goods restrictions specified in the active subscription definition, considering the subscriptions that are already owned by the specified accounts receivable. The allowed accounts receivable identifier fields are the following:
| ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
subscription_identifier (mandatory) | Subscription Identifier | The identifier of the the subscription on which the physical goods will be added on. The subscription physical goods are filtered against the subscription physical goods restrictions specified in the active subscription definition, considering the subscriptions that are already owned by the accounts receivable related with the specified subscription. The allowed subscription identifier fields are the following:
| ||||||
provisioning_distributor_identifier (optional) | Provisioning Distributor Identifier | The identifier of the the provisioning distributor that will be used to distribute the physical goods. If specified then the physical goods will be filtered based on the specified provisioning distributor. The allowed provisioning distributor identifier fields are the following:
| ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...