Update the settings for an affiliate’s post back

Note:offer_id = 0, representing the choice of offers All.

Path parameters

Request body parameters

Tracking Parameters

Response body parameters

Example request

Request PUT https://{networkname}.api.offerslook.com/v1/affiliate_postbacks/8

Request PUT http://{networkname}.api.offerslook.com/v1/affiliate_postbacks/8

    {
      "code": "https://offerslook.gitbooks.io/api-documentation/content/affiliatepostbacks/affiliatepostbacksmd_md.html",
      "status": "approved",
      "type": 2
    }

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_postback": {
          "id": 8,
          "offer_id": 8,
          "affiliate_id": 40,
          "event_id": 1,
          "code": "https: //offerslook.gitbooks.io/api-documentation/content/affiliatepostbacks/affiliatepostbacksmd_md.html",
          "status": "approved",
          "type": 2,
          "create_time": 1467857354,
          "update_time": 1467857394
        }
      }
    }

Last updated