{
"scheduleId": "my-first-schedule",
"workflowId": "my-first-workflow",
"aggregationHourUtc": 14,
"aggregationPeriod": "Weekly",
"aggregationStartDay": "Monday",
"scheduleEnabled": true,
"requireSyntheticData": true,
"disableAggregationControls": true
}
curl --location -g --request POST 'https://www.amazon.com/ap/oa/amc/reporting/{{instanceId}}/schedules' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-MarketplaceId: {{marketplace_id}}' \
--header 'Amazon-Advertising-API-AdvertiserId: {{advertiser_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"scheduleId": "my-first-schedule",
"workflowId": "my-first-workflow",
"aggregationHourUtc": 14,
"aggregationPeriod": "Weekly",
"aggregationStartDay": "Monday",
"scheduleEnabled": true,
"requireSyntheticData": true,
"disableAggregationControls": true
}'
{}