Rest API

Rest Api

  1. Manage Auction Products

  • GET - List auction product

Get List Auction Product
  • POST - save auction product

Save Auction Product
  • GET - Auction Product by Id

  • PUT - Update Auction Product

Update Auction Product
  • DELETE - Delete Auction Product

Delete Auction Product

2. Manage Aution Amount

  • POST - Save Auction by Customer Id

Save Auction customer Id
  • GET - List Auction by Customer Id

save auction customer id
  • POST - Save Auction

Save Auction
  • GET - List Auction

List Auction
  • PUT - Edit Auction by Entity Id

Edit Auction
  • DELETE - Delete Auction by Entity Id

Delete Auction

3. Manage Winners Auction

  • GET - List Winner Auction

List winner auction
  • POST - Save Auction Winner

  • GET - List Auction Winner by Entity Id

  • PUT - Update Auction Winner

  • DELETE - delete Auction Winner

Delete Auction Winner

4. Manage Absentee Bids

  • POST - Save Absentee Bid

Save Absentee
  • GET - List Absentee Bid By Auction Id

Get List Absentee

5. Manage Auto Bids

  • POST - Save Auction Auto Bid

save auction Auto
  • GET - List Auction auto Bid Customer

Get List Auction Customer
  • GET - List Auction Auto Bid

Get List Auction Auto
  • POST - Save Auction Auto Bid

Save Auction Auto Customer
  • PUT - Update Auction Auto Bid

  • DELETE - Delete Auction Auto Bid

Last updated