{
"deduplicatedReachForecasts": [
{
"budgetAllocations": [
{
"reach": "100000",
"reachForecastId": "24281a60-387f-4f9f-abb2-66378a8712e4"
},
{
"reach": "100000",
"reachForecastId": "36e8f956-7126-4c12-3792-1ae1d372ef9c"
}
]
},
{
"budgetAllocations": [
{
"reach": "120000",
"reachForecastId": "24281a60-387f-4f9f-abb2-66378a8712e4"
},
{
"reach": "110000",
"reachForecastId": "36e8f956-7126-4c12-3792-1ae1d372ef9c"
}
]
}
]
}curl --location 'https://www.amazon.com/ap/oa/mediaPlan/v1/deduplicatedReachForecasts' \
--header 'Amazon-Ads-AccountId;' \
--header 'Amazon-Ads-Manager-AccountId;' \
--header 'Amazon-Advertising-API-ClientId: amzn1.application-oa2-client.fakeClient1234567890' \
--header 'Amazon-Advertising-API-Scope: 123123123123123' \
--header 'Content-Type: application/json' \
--data '{
"deduplicatedReachForecasts": [
{
"budgetAllocations": [
{
"reach": "100000",
"reachForecastId": "24281a60-387f-4f9f-abb2-66378a8712e4"
},
{
"reach": "100000",
"reachForecastId": "36e8f956-7126-4c12-3792-1ae1d372ef9c"
}
]
},
{
"budgetAllocations": [
{
"reach": "120000",
"reachForecastId": "24281a60-387f-4f9f-abb2-66378a8712e4"
},
{
"reach": "110000",
"reachForecastId": "36e8f956-7126-4c12-3792-1ae1d372ef9c"
}
]
}
]
}'{
"error": [],
"success": [
{
"deduplicatedReachForecast": {
"deduplicatedReach": "26758483",
"deduplicatedReachForecastId": "122d5a10-3ffe-6dc5-6127-19a02cb23765"
},
"index": "0"
},
{
"deduplicatedReachForecast": {
"deduplicatedReach": "28787878",
"deduplicatedReachForecastId": "f76e39cd-36a2-3b04-e126-c9e37fe53c23"
},
"index": "1"
}
]
}