Create a new category of the network

Request body parameters

Response body parameters

Example request

Request POST https://{networkname}.api.offerslook.com/v1/offer_categories

Request POST http://{networkname}.api.offerslook.com/v1/offer_categories

{
      "name": "Sunday"
    }

Example response

{
      "code": 0,
      "message": "Success",
      "data": {
        "offer_category": {
          "id": 76,
          "name": "Sunday",
          "create_time": 1461914205
        }
      }
    }

Last updated