Update the settings for the cap

Path parameters

Request body parameters

Response body parameters

Example request

Request PUT https://{networkname}.api.offerslook.com/v1/offers/3147/caps

Request PUT http://{networkname}.api.offerslook.com/v1/offers/3147/caps

    {
      "adv_cap_type": 1,
      "adv_cap_conversion": 100,
      "aff_cap_type": 1,
      "aff_cap_conversion": 90
    }

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_cap": {
          "id": 102,
          "offer_id": 102,
          "cap_budget": null,
          "cap_click": null,
          "cap_type": null,
          "cap_conversion": null,
          "adv_cap_type": 1,
          "adv_cap_click": 100,
          "adv_cap_conversion": 0,
          "adv_cap_revenue": "0",
          "aff_cap_type": 1,
          "aff_cap_click": 90,
          "aff_cap_conversion": 0,
          "aff_cap_payout": "0.000",
          "cap_timezone": "Asia/Hong_Kong"
        }
      }
    }

Last updated