POST api/AdCampaign/{ID}/ValidateUpdate
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ID | No documentation available. |
Define this parameter in the request URI. |
budgetDetails | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "billing_event": "sample string 1", "is_autobid": true, "bid_amount": 3.1, "daily_budget": 4.1, "lifetime_budget": 5.1, "min_budget": 6.1, "max_budget": 7.1, "start_time": "04/04/2025 22:19", "end_time": "04/04/2025 22:19", "ForEveryPage": true, "AdSetSchedules": [ { "ID": 1, "AdSetID": 2, "start_minute": 3, "end_minute": 4, "timezone_type": "sample string 5", "days": [ { "ID": 1, "AdSetScheduleID": 2, "day": 3 }, { "ID": 1, "AdSetScheduleID": 2, "day": 3 }, { "ID": 1, "AdSetScheduleID": 2, "day": 3 } ] }, { "ID": 1, "AdSetID": 2, "start_minute": 3, "end_minute": 4, "timezone_type": "sample string 5", "days": [ { "ID": 1, "AdSetScheduleID": 2, "day": 3 }, { "ID": 1, "AdSetScheduleID": 2, "day": 3 }, { "ID": 1, "AdSetScheduleID": 2, "day": 3 } ] }, { "ID": 1, "AdSetID": 2, "start_minute": 3, "end_minute": 4, "timezone_type": "sample string 5", "days": [ { "ID": 1, "AdSetScheduleID": 2, "day": 3 }, { "ID": 1, "AdSetScheduleID": 2, "day": 3 }, { "ID": 1, "AdSetScheduleID": 2, "day": 3 } ] } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.