{
"promotion_control": [
{
"tenant_code": "string",
"promotion_code": "string",
"promotion_description": "string",
"promotion_remarks": "string",
"promotion_type_code": 0,
"range_basis": 0,
"amount_basis": 0,
"exclusion_option": 0,
"promotion_indicator": "string",
"condition_type": "string",
"sub_condition_type": "string",
"promotion_product_level": 0,
"enable_base_set": 0,
"enable_foc_set": 0,
"pro_rata": "string",
"allow_promotion_quota": 0,
"allow_location_quota": 0,
"allow_cap_quota": 0,
"promotion_quota": 0,
"promotion_quota_code": "string",
"minimum_sku": 0,
"display_type": 0,
"application_type": 0,
"disable_gift_icon": 0,
"allow_qps": 0,
"promotion_mechanics": "string",
"apply_promotion_as_coupon": 0,
"exclusion_group_code": "string",
"exclusion_group_list_for_net_value": "string",
"promotion_assignments": [
{
"tenant_code": "string",
"promotion_code": "string",
"range_low": 0,
"range_high": 0,
"repeating_range": 0,
"promotion_amount": 0,
"slab_number": 0
}
],
"promo_groups": [
{
"tenant_code": "string",
"promotion_code": "string",
"group_type": "string",
"product_hierarchy_code": "string",
"item_code": "string",
"units_of_measure": "string",
"item_type_code": "string",
"quantity": 0,
"set_code": "string"
}
],
"customer_promotion_mappings": [
{
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"category_code1": "string",
"category_code2": "string",
"category_code3": "string",
"category_code4": "string",
"category_code5": "string",
"category_code6": "string",
"category_code7": "string",
"category_code8": "string",
"category_code9": "string",
"customer_hierarchy_code": "string",
"segment_code": "string",
"exclusion_customer_codes": "string",
"promotion_code": "string",
"start_date": "2024-04-16T11:04:00.730Z",
"end_date": "2024-04-16T11:04:00.730Z",
"active_indicator": 0,
"sequence_number": 0,
"group_sequence_no": 0
}
]
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_promotion_definition_v1' \
--header 'Content-Type: application/json' \
--data-raw '{
"promotion_control": [
{
"tenant_code": "string",
"promotion_code": "string",
"promotion_description": "string",
"promotion_remarks": "string",
"promotion_type_code": 0,
"range_basis": 0,
"amount_basis": 0,
"exclusion_option": 0,
"promotion_indicator": "string",
"condition_type": "string",
"sub_condition_type": "string",
"promotion_product_level": 0,
"enable_base_set": 0,
"enable_foc_set": 0,
"pro_rata": "string",
"allow_promotion_quota": 0,
"allow_location_quota": 0,
"allow_cap_quota": 0,
"promotion_quota": 0,
"promotion_quota_code": "string",
"minimum_sku": 0,
"display_type": 0,
"application_type": 0,
"disable_gift_icon": 0,
"allow_qps": 0,
"promotion_mechanics": "string",
"apply_promotion_as_coupon": 0,
"exclusion_group_code": "string",
"exclusion_group_list_for_net_value": "string",
"promotion_assignments": [
{
"tenant_code": "string",
"promotion_code": "string",
"range_low": 0,
"range_high": 0,
"repeating_range": 0,
"promotion_amount": 0,
"slab_number": 0
}
],
"promo_groups": [
{
"tenant_code": "string",
"promotion_code": "string",
"group_type": "string",
"product_hierarchy_code": "string",
"item_code": "string",
"units_of_measure": "string",
"item_type_code": "string",
"quantity": 0,
"set_code": "string"
}
],
"customer_promotion_mappings": [
{
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"category_code1": "string",
"category_code2": "string",
"category_code3": "string",
"category_code4": "string",
"category_code5": "string",
"category_code6": "string",
"category_code7": "string",
"category_code8": "string",
"category_code9": "string",
"customer_hierarchy_code": "string",
"segment_code": "string",
"exclusion_customer_codes": "string",
"promotion_code": "string",
"start_date": "2024-04-16T11:04:00.730Z",
"end_date": "2024-04-16T11:04:00.730Z",
"active_indicator": 0,
"sequence_number": 0,
"group_sequence_no": 0
}
]
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}