Getting Started

Catalog Update

Order Management

Total Sales

Suppliers Details

Buyers Details

Buyers Details

Buyers List

Retrieves a list of buyers which contains Buyer ID and Buyer Name.

Request:

				
					Method: GET
URL: /api/v1/supplierApi/getBuyersList
headers :
Authorization: bearer {token}
				
			

Response:

				
					]
    {
        "BuyerId": 79397,
        "BuyerName": "שניצי בורגר"
    },
    {
        "BuyerId": 71148,
        "BuyerName": "שניצי קפה"
    }
]
				
			

Status: 200