Rest API
Rest Api
Manage Auction Products
GET - List auction product

POST - save auction product

GET - Auction Product by Id
PUT - Update Auction Product

DELETE - Delete Auction Product

2. Manage Aution Amount
POST - Save Auction by Customer Id

GET - List Auction by Customer Id

POST - Save Auction

GET - List Auction

PUT - Edit Auction by Entity Id

DELETE - Delete Auction by Entity Id

3. Manage Winners Auction
GET - List Winner Auction

POST - Save Auction Winner
GET - List Auction Winner by Entity Id
PUT - Update Auction Winner
DELETE - delete Auction Winner

4. Manage Absentee Bids
POST - Save Absentee Bid

GET - List Absentee Bid By Auction Id

5. Manage Auto Bids
POST - Save Auction Auto Bid

GET - List Auction auto Bid Customer

GET - List Auction Auto Bid

POST - Save Auction Auto Bid

PUT - Update Auction Auto Bid
DELETE - Delete Auction Auto Bid

Last updated