Skip to content
ARGUS
Search
K
Main Navigation
Docs
API
Blog
Menu
Return to top
Bulk update costs by campaign and date range
​
POST
/api/cost/bulk-update
Authorizations
​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Request Body
​
application/json
Schema
JSON
JSON
{
 Â
"campaign_id"
:
0
,
 Â
"date_from"
:
"string"
,
 Â
"date_to"
:
"string"
,
 Â
"cost_per_click"
:
0
}
Responses
​
200
Bulk cost updated
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"message"
:
"string"
}
POST
/api/cost/bulk-update
Playground
​
Authorization
ApiKeyHeader
Body
Try it out
Samples
​
Powered by
VitePress OpenAPI