Skip to main content
Aria Knowledge Central

get_discount_bundle_details_m

Summary

API Name get_discount_bundle_details_m
Class administration_services_m
Update Version 6.12

Description

Lists all the details of a given discount bundle

Inputs

Name Type Length Required Description
client_no long 12 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 Yes

Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.

bundle_no long   Yes

Specifies the bundle number

Alternative required field: bundle_id

bundle_id string 30 Yes

Specifies bundle id for discount Bundle

Alternative required field: bundle_no

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error

error_msg string   No

Textual description of any error that occurred. "OK" if there was no error.

discount_bundles object   No

The discount_bundles associated with this method.

See fields below

discount_bundles.rules fields

Name Type Length Required Description
rule long 12 No

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

discount_bundles.rule_ids fields

Name Type Length Required Description
rule_id string 100 No

Specifies the client defined id for rules to be grouped in this bundle.

discount_bundles fields

Name Type Length Required Description
bundle_no long 300 Yes

Specifies the no for the discount bundle.

bundle_name string 300 Yes

Specifies the name for the discount bundle.

bundle_id string 30 Yes

Specifies bundle id for discount Bundle

description string 300 Yes

Specifies description for the discount Bundle

allow_overlap_ind string 1 Yes

Specifies if the rules in the bundle can overlap or not.

Allowed values:

Value Description
Y Yes
N No
rules object   No

The rules associated with this method.

See fields below

rule_ids object   No

The rule_ids associated with this method.

See fields below

TOP
  • Was this article helpful?