{
"scheduleId": "my-first-schedule",
"workflowId": "my-first-workflow-of-the-day",
"aggregationHourUtc": 8,
"aggregationPeriod": "Weekly",
"aggregationStartDay": "Monday",
"scheduleEnabled": true
}
curl --location -g --request PUT 'https://advertising-api.amazon.com/amc/reporting/{{instanceId}}/schedules/my-first-schedule' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-AdvertiserId: {{advertiser_id}}' \
--header 'Amazon-Advertising-API-MarketplaceId: {{marketplace_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"scheduleId": "my-first-schedule",
"workflowId": "my-first-workflow-of-the-day",
"aggregationHourUtc": 8,
"aggregationPeriod": "Weekly",
"aggregationStartDay": "Monday",
"scheduleEnabled": true
}'
{}