Skip to main content
Aria Knowledge Central

get_discount_bundles_m

Summary

API Name get_discount_bundles_m
Class administration_services_m
Update Version 6.12

Description

Lists all the discount bundles for the client

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.

locale_no long 38 No

Aria-assigned unique identifier of the locale used for translations.

Alternative field: locale_name

locale_name string 32 No

Name of the locale to which the translations belong.

Alternative field: locale_no

include_translations string 5 No

Setting this flag as True will fetch the translated fields in all the locales defined. If not passed it defaults to False.

Allowed values:

Value Description
True Translated fields will be fetched in all the locales defined.
False Translation information will not be fetched.

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 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

TOP
  • Was this article helpful?