营销价库拉取接口(价格模式SPI)收藏我的收藏
收藏
我的收藏接口说明
抖音侧调用第三方主动拉取营销价量信息。
基本信息
Scope | | |||
权限要求 | | |||
使用场景 | 根据服务商提供配置,定时触发 |
请求头
参数名称 | 参数类型 | 备注 |
» Content-Type | string | application/json |
X-Bytedance-Logid | string | 20230808xxxxx2346342 |
x-life-clientkey | string | 服务商应用的 client_key |
X-life-sign | string | 请求签名,签名规则 |
请求体
参数名称 | 参数类型 | 必须参数 | 备注 |
» hotel_ids | list<string> | 必填 | 抖音酒店ID |
» date_range | object | 必填 | 拉取时间范围 |
»» end | string | 必填 | 结束日期 eg. 2022-01-04 |
»» start | string | 必填 | 开始日期 eg. 2022-01-01 |
响应参数
参数名称 | 参数类型 | 必须参数 | 备注 |
data | struct | 必填 | |
» groups | list<object> | 必填 | 营销信息组 |
»» rate_plan_id | string | 必填 | 抖音售卖计划ID |
»» promotion_id | int | 必填 | 营销规则ID |
»» date_range | object | 必填 | 时间范围 |
»»» end_days | string | 必填 | 结束日期 eg. 2022-01-04 |
»»» start_days | string | 必填 | 开始日期 eg. 2022-01-01 |
»»» days_of_week | list<int> | 选填 | 指定每周几适用,1~7表示周一至周日 |
»» promotion_info | object | 必填 |