api/v1/customer/manufacturers

POST

/api/v1/customer/manufacturers

This API method will grab a list of manufacturer available to the customer.

Sample Response

{
  "status": true,
  "items": [
    {
      "id": "LZWBJx0PmYkEwjGdr2vO",
      "name": "Bobs Furniture",
      "has_logo": 1,
      "campaigns_total": 1,
      "campaigns_registered": 0,
      "total_registered_customers": 4,
      "logo": "http:\/\/controlcenter.ftx\/manufacturers\/LZWBJx0PmYkEwjGdr2vO\/logo",
      "total_balance": 0,
      "disable_notifications": 0,
      "show_manufacturer_updates": 1,
      "allow_see_manufacturer": 1,
      "manufacturer_active": 1,
      "manufacturer_settings": {
        "account_code": "00001",
        "description": null,
        "chain_logo": null,
        "default_balance_type": "LZWBJx0PmYkEwjGdr2vO",
        "point_conversion": 1000,
        "default_cash_tender_multiplier": "1.00",
        "default_non_cash_tender_multiplier": "1.00",
        "default_allow_cash_tender": 1,
        "default_allow_non_cash_tender": 1,
        "campaign_require_register": 0,
        "early_registration_time": null,
        "term_contents": "",
        "manufacturer_background": null,
        "created_at": "2019-04-04 19:19:23",
        "updated_at": "2019-04-04 19:19:23"
      }
    },
    {
      "id": "bZ6xBGP2mdPm3R8VX17L",
      "name": "Brite Coffee",
      "has_logo": 1,
      "campaigns_total": 0,
      "campaigns_registered": 0,
      "total_registered_customers": 4,
      "logo": "http:\/\/controlcenter.ftx\/manufacturers\/bZ6xBGP2mdPm3R8VX17L\/logo",
      "total_balance": 0,
      "disable_notifications": 0,
      "show_manufacturer_updates": 1,
      "allow_see_manufacturer": 1,
      "manufacturer_active": 1,
      "manufacturer_settings": {
        "account_code": "00002",
        "description": null,
        "chain_logo": null,
        "default_balance_type": "nK8oWGj0zxqELP1A53ak",
        "point_conversion": 1000,
        "default_cash_tender_multiplier": "1.00",
        "default_non_cash_tender_multiplier": "1.00",
        "default_allow_cash_tender": 1,
        "default_allow_non_cash_tender": 1,
        "campaign_require_register": 0,
        "early_registration_time": null,
        "term_contents": "",
        "manufacturer_background": null,
        "created_at": "2019-04-13 14:01:23",
        "updated_at": null
      }
    }
  ]
}
{
  "status": false,
  "message": "No manufacturer found"
}