修改次日预算


修改当日预算请查看设置每日预算.

HTTP请求方式

POST

请求地址

https://api.e.360.cn/display/advertiser/UpdateTomorrowBudget

Headers 请求参数
字段 类型 必须 描述
Content-Type string yes application/x-www-form-urlencoded
apiKey string yes 注册时分配到的api key,该参数作为HTTP HEAD字段传递。
accessToken string yes 访问token
Body 请求参数
字段 类型 必须 描述
morrowBudget double yes 次日预算,单位:元,指定 0 表示不修改,默认为 0;每天不小于 50 元,不超过 10000000 元,仅支持输入整数数字,且为10的倍数
morrowType string yes 次日预算产品线,display ,当前支持display
请求示例
curl --location --request POST 'http://localhost:8076/display/advertiser/Updatetomorrowbudget' \
--header 'apiKey: APIKEY' \
--header 'accessToken: ACCESSTOKEN' \
--form 'morrowBudget="300"' \
--form 'morrowType="display"'
返回结果
{
  "affectedRecords": 1
}

results matching ""

    No results matching ""