get_discount_bundle_details_m
Lists all the details of a given discount bundle
Input Arguments
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. | |
bundle_no | int | Specifies the bundle number | ||
OR | ||||
bundle_id | string | 30 | Specifies bundle id for discount Bundle |
Output Arguments
Field Name | Field Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
error_code | long | Aria-assigned error identifier. 0 indicates no error | ||||||
error_msg | string | Textual description of any error that occurred. "OK" if there was no error. | ||||||
discount_bundles | hash | |||||||
bundle_no | int | Specifies the no for the discount bundle. | ||||||
bundle_name | string | Specifies the name for the discount bundle. | ||||||
bundle_id | string | Specifies bundle id for discount Bundle | ||||||
description | string | Specifies description for the discount Bundle | ||||||
allow_overlap_ind | string | Specifies if the rules in the bundle can overlap or not.
Allowable values for allow_overlap_ind:
|
||||||
rules | hash | |||||||
rule | int | Specifies the rules to be grouped in this bundle. REST input arrays should be passed in the following format: rules[1]=1002&rules[2]=103 | ||||||
rule_ids | hash | |||||||
rule_id | string | Specifies the client defined id for rules to be grouped in this bundle. |