We hope you enjoy our updated documentation! The old documentation website is still available here. Reach out to us with feedback or questions. Happy programming! 🎉
{
"config_name": "Test Blend",
"is_default": false,
"is_active": true,
"locale": "",
"suppliers": [
{
"id": "",
"is_custom_allocation": false,
"group_name": "Supplier Group 1",
"allocation_percentage": "60",
"supplier_id": [
{
"id": 1,
"allocation": 100
},
{
"id": 2,
"allocation": 100
}
]
},
{
"group_name": "Supplier Group 1",
"allocation_percentage": "20",
"is_custom_allocation": false,
"id": "3",
"supplier_id": [
{
"id": 3,
"allocation": 100
}
]
},
{
"group_name": "Supplier Group 1",
"allocation_percentage": "20",
"is_custom_allocation": false,
"id": "4",
"supplier_id": [
{
"id": 4,
"allocation": 100
}
]
}
]
}
curl --location --request POST 'https://staging.spectrumsurveys.com/buyers/v2/supplier-blends' \
--header 'access-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"config_name": "Test Blend",
"is_default": false,
"is_active": true,
"locale": "",
"suppliers": [
{
"id": "",
"is_custom_allocation": false,
"group_name": "Supplier Group 1",
"allocation_percentage": "60",
"supplier_id": [
{
"id": 1,
"allocation": 100
},
{
"id": 2,
"allocation": 100
}
]
},
{
"group_name": "Supplier Group 1",
"allocation_percentage": "20",
"is_custom_allocation": false,
"id": "3",
"supplier_id": [
{
"id": 3,
"allocation": 100
}
]
},
{
"group_name": "Supplier Group 1",
"allocation_percentage": "20",
"is_custom_allocation": false,
"id": "4",
"supplier_id": [
{
"id": 4,
"allocation": 100
}
]
}
]
}'
{
"suppliers": [
{
"group_name": "Test Group",
"id": "",
"supplier_id": [
{
"id": 1,
"allocation": 100
},
{
"id": 2,
"allocation": 100
}
],
"allocation_percentage": "60",
"is_custom_allocation": false
},
{
"group_name": "",
"id": "3",
"supplier_id": [
{
"id": 3,
"allocation": 100
}
],
"allocation_percentage": "20",
"is_custom_allocation": false
},
{
"group_name": "",
"id": "4",
"supplier_id": [
{
"id": 4,
"allocation": 100
}
],
"allocation_percentage": "20",
"is_custom_allocation": false
}
],
"is_default": false,
"is_active": true,
"is_locked": false,
"config_name": "Test Blend",
"buyer_id": 4046,
"id": "sb2b8fadab5d",
"locale": ""
}