Returns a list of prices for inventory item.
Note: The previously existing input and/or output fields <client_item_id>, <client_item_id_out> and/or <filter_client_item_id> were removed from this API call in Release 47.
Req | Field Name | Field Type | Max Length | Description |
---|---|---|---|---|
client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. | |
auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. | |
filter_currency_cd | string | 3 | The 3-character ISO-compliant currency code in lowercase for monetary values used in the context of this API method. | |
return_no_cost_items | string | 5 | A boolean value that asserts the API call should include no-cost items in its returned results (true/1=yes, false/0=no). (DEPRECATED) | |
filter_item_no | long | 8 | Aria-assigned unique identifier indicating Client Inventory Item. | |
OR | ||||
filter_client_item_sku | string array | 100 | Client SKU of the NSO/Inventory Item. |
Field Name | Field Type | Description |
---|---|---|
item_rates | hash | (DEPRECATED) |
![]() |
double | (DEPRECATED) The total price for this item |
![]() |
double | (DEPRECATED) The price for a single unit of this item |
![]() |
string | (DEPRECATED) The ISO-compatible 3-digit currency code for the currency this item price bills in |
schedule | ||
![]() |
long | The ID of this rate schedule |
![]() |
string | Name for the rate schedule |
![]() |
string | Client-defined unique identifier |
![]() |
string | Currency for the schedule |
![]() |
string | This flag denotes if this rate schedule is the default one for this plan. One and only one rate schedule can be marked as default. The value of 1 is defaulted for the first rate schedule for a given currency denoting it is the default. For subsequent rate schedules, the default is set to 0. |
![]() |
||
![]() |
array | This array contains tiered pricing information for the given rate schedule. |
![]() ![]() |
string | Name of rate schedule this tier belongs to. |
![]() ![]() |
string | Client-defined unique identifier for the rate schedule. |
![]() ![]() |
float | Tiered pricing rule that specifies rate per unit. |
![]() ![]() |
int | Tiered pricing rule that specifies "from" units. |
![]() ![]() |
int | Tiered pricing rule that specifies to units. |
![]() ![]() |
string | This field is used to display custom rate tier description. This will override the rate tier's description at service level. |
nso_rate_schedules | ||
![]() |
long | The ID of this rate schedule |
![]() |
string | Name for the rate schedule |
![]() |
string | Client-defined unique identifier |
![]() |
string | Currency for the schedule |
![]() |
string | This flag denotes if this rate schedule is the default one for this item. One and only one rate schedule can be marked as default. The value of 1 is defaulted for the first rate schedule for a given currency denoting it is the default. For subsequent rate schedules, the default is set to 0. |
![]() |
string | This flag denotes if a rate is inclusive of taxes. Valid values are: 1 - Means tax inclusive rates and 0 (default) - Means tax exclusive rates. |
![]() |
||
![]() ![]() |
long | Sequential number in the rate schedule for dertermining tiers |
![]() ![]() |
double | Specifies the starting unit for the given tier. |
![]() ![]() |
double | Specifies the ending unit for the given tier |
![]() ![]() |
double | Specifies the rate per unit billed |
![]() ![]() |
string | This field is used to display custom rate tier description. This will override the rate tier's description at service level. |
error_code | long | Aria-assigned error identifier. 0 indicates no error. |
error_msg | string | Description of any error that occurred. "OK" if there was no error. |