Reject apply

Path parameters

Response body parameters

Example request

Request PATCH https://{networkname}.api.offerslook.com/v1/pending_affiliates/2/rejected

Request PATCH http://{networkname}.api.offerslook.com/v1/pending_affiliates/2/rejected

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "pending_affiliate": {
          "id": 2,
          "email": "test@testasd.com",
          "first_name": "test",
          "last_name": "test",
          "instant_message_type": 3,
          "instant_message_account": "test@facebook.com",
          "phone": "1234556",
          "country": "Asia/Pacific",
          "status": "rejected",
          "website": "http://www.offerslook.com",
          "create_time": 1467949765,
          "company": "OffersLook"
        }
      }
    }

Last updated