ablemedia

ablemedia


批量申请offer

批量申请offer

接口描述:

  • 添加一个收货地址。

请求 URL:

  • 正式 http|https://sdk.ablemedia.info/api/affoffer/apply/<offer_ids>

请求方式:

  • PUT

请求示例:

  • 正式 http|https://sdk.ablemedia.info/api/affoffer/apply/423,442,540

是否授权:

  • 需要授权

业务参数:

参数名 类型 是否必须 范围值 默认值 示例值 描述

Header参数:

参数名 示例值 必选 类型 说明
Content-Type application/json string 数据格式
Authorization Basic XXXXXX string 授权信息token[Authorization说明](https://www.showdoc.com.cn/ablemedia/10540536163588204 "Authorization说明")

响应参数:

参数名 类型 是否返回 示例值 描述
offer_id integer 300 offer_id
status integer 1 status: 1=pending,2=Active,3=Block,4=Delete

响应示例:

// success
[
    {
        "offer_id": "300",
        "status": "1"
    }
]

// fail
{
    "name": "Method Not Allowed",
    "message": "Method Not Allowed. This url can only handle the following request methods: PUT",
    "code": 0,
    "status": 405,
    "type": "MethodNotAllowedHttpException"
}

备注:

页面列表

ITEM_HTML