Operation Id:
discounts/rebates/code/post [Official Documentaction]
Methods
- campaign_id Integer
- code_number String
Examples
This function retrieves the code number for the specific campaign ID and discount or rebate code.
Loading editor...
const result = await idosellRequest.postDiscountsRebatesCode .campaign_id(2) .code_number("code") .exec();