{
"portfolios": [
{
"budget": {
"amount": 0,
"currencyCode": "AED",
"endDate": "2019-08-24",
"policy": "DATE_RANGE",
"startDate": "2019-08-24"
},
"budgetControls": {
"campaignUnspentBudgetSharing": {
"featureState": "DISABLED"
}
},
"name": "string",
"portfolioId": "string",
"state": "ARCHIVED"
}
]
}curl --location --request PUT 'https://www.amazon.com/ap/oa/portfolios' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Prefer;' \
--header 'Content-Type: application/vnd.spPortfolio.v3+json' \
--data '{
"portfolios": [
{
"budget": {
"amount": 0,
"currencyCode": "AED",
"endDate": "2019-08-24",
"policy": "DATE_RANGE",
"startDate": "2019-08-24"
},
"budgetControls": {
"campaignUnspentBudgetSharing": {
"featureState": "DISABLED"
}
},
"name": "string",
"portfolioId": "string",
"state": "ARCHIVED"
}
]
}'{}