api/v1/customer/manufacturer/balances

POST

/api/v1/customer/manufacturer/balances

This API method will grab a list of manufacturer balances for the current logged in customer

Sample Request body

Parameter

Value / Type

Required

manufacturer_id

STRING

true

product_id

STRING

false

Sample Response

{
    "status": true,
    "items": [
        {
            "id": "LZWBJx0PmYkEwjGdr2vO",
            "balance_type_id": "bZ6xBGP2mdPm3R8VX17L",
            "balance_type_name": "Balance Type2",
            "balance": "7000.00",
            "redeemed": "0.00",
            "created_at": "2019-02-04 13:35:14",
            "updated_at": "2019-03-04 14:26:07"
        }
    ]
}
{
  "status": false,
  "errorCode": "NO_ITEMS",
  "message": "There are no balances available on your account"
}