{
"promotion_master": [
{
"sales_Organisation": "string",
"promotionCode": "string",
"promotionDescription": "string",
"ioCode": "string",
"promotionQuotaCode": "string",
"disbursementMethod": 0,
"rangeBasis": 0,
"promotionTypeCode": 0,
"proRata": "string",
"bundle_Promotion": 0,
"exclusionOption": 0,
"sequenceNumber": 0,
"specialPromotion": 0,
"start_Date": "string",
"end_Date": "string",
"slabnum": 0,
"slabfrom": 0,
"slabto": 0,
"discount": 0,
"repeating_Range": 0,
"productGroup": "string",
"promotionQuantity": 0,
"unitOfMeasure": "string",
"skuCode": "string",
"product_Hierarchy": "string",
"brand": "string",
"beverage_Category": "string",
"beverage_Product": "string",
"packType": "string",
"flavor": "string",
"carbonationIndicator": "string",
"packSize": "string",
"productGroupBasis": "string",
"tradeMark": "string",
"general_Item_Category_Group": "string",
"numberOfUniqueSKU": 0,
"displayweightage": 0,
"territory": "string",
"distributorCode": "string",
"outletHierarchyName": "string",
"outletCode": "string",
"premiseStatus": "string",
"populatedArea": "string",
"classification": "string",
"category": "string",
"customerGroupCode": "string",
"customerBusienssType": "string",
"customerKeyAccount": "string",
"redCustomerName": "string",
"customerType": "string",
"coolerCustomer": "string",
"exclusionCustomerCode": "string",
"digital_Agreement": "string",
"qualificationMode": "string",
"amountBasis": "string",
"allowCapQuota": "string",
"sourceTags_Client": "string",
"applyCount_Client": 0,
"applyOn_Basket": 0,
"cpc": 0,
"exclusion_Group_Code": "string",
"header_Level_Amount_Basis": 0,
"isConsumer_Promotion": 0,
"promotionQuota": 0,
"useIn_Or": 0,
"volume": 0,
"isDiscretionary": 0,
"dan": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/set_promotion' \
--header 'Content-Type: application/json' \
--data-raw '{
"promotion_master": [
{
"sales_Organisation": "string",
"promotionCode": "string",
"promotionDescription": "string",
"ioCode": "string",
"promotionQuotaCode": "string",
"disbursementMethod": 0,
"rangeBasis": 0,
"promotionTypeCode": 0,
"proRata": "string",
"bundle_Promotion": 0,
"exclusionOption": 0,
"sequenceNumber": 0,
"specialPromotion": 0,
"start_Date": "string",
"end_Date": "string",
"slabnum": 0,
"slabfrom": 0,
"slabto": 0,
"discount": 0,
"repeating_Range": 0,
"productGroup": "string",
"promotionQuantity": 0,
"unitOfMeasure": "string",
"skuCode": "string",
"product_Hierarchy": "string",
"brand": "string",
"beverage_Category": "string",
"beverage_Product": "string",
"packType": "string",
"flavor": "string",
"carbonationIndicator": "string",
"packSize": "string",
"productGroupBasis": "string",
"tradeMark": "string",
"general_Item_Category_Group": "string",
"numberOfUniqueSKU": 0,
"displayweightage": 0,
"territory": "string",
"distributorCode": "string",
"outletHierarchyName": "string",
"outletCode": "string",
"premiseStatus": "string",
"populatedArea": "string",
"classification": "string",
"category": "string",
"customerGroupCode": "string",
"customerBusienssType": "string",
"customerKeyAccount": "string",
"redCustomerName": "string",
"customerType": "string",
"coolerCustomer": "string",
"exclusionCustomerCode": "string",
"digital_Agreement": "string",
"qualificationMode": "string",
"amountBasis": "string",
"allowCapQuota": "string",
"sourceTags_Client": "string",
"applyCount_Client": 0,
"applyOn_Basket": 0,
"cpc": 0,
"exclusion_Group_Code": "string",
"header_Level_Amount_Basis": 0,
"isConsumer_Promotion": 0,
"promotionQuota": 0,
"useIn_Or": 0,
"volume": 0,
"isDiscretionary": 0,
"dan": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}