# Rest API

1. **Manage Auction Products**

* GET - List auction product

![Get List Auction Product](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FHuNKwt7v1kmUtw7CNbCE%2Fproductgetlist.png?alt=media\&token=1d4f6cbf-548a-481d-9b35-ed9bafdb5079)

* POST - save auction product

![Save Auction Product](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FTmEMSSuAMQXhot80PJr7%2Fsaveautionproduct.png?alt=media\&token=2ad3e452-27b7-40dc-b0ed-a90629c7d667)

* GET - Auction Product by Id
* PUT - Update Auction Product

![Update Auction Product](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FQpOQqWaR1Dunr6rvrSVz%2Fupdate.png?alt=media\&token=5045611e-9050-4f77-abfc-17ad72806816)

* DELETE - Delete Auction Product

![Delete Auction Product](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FN5aaKXCMZGgTL6PYmwjE%2Fdeletebyid.png?alt=media\&token=98114b3e-54de-4876-89bd-f147aa411b44)

**2. Manage Aution Amount**

* POST - Save Auction by Customer Id

![Save Auction customer Id](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2Fsuwy2M339umiGk4LmyJm%2Fsave.png?alt=media\&token=ef8eef2e-cfec-4839-b204-a863cdad9370)

* GET - List Auction by Customer Id

![save auction customer id](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2Fk2WkVZ9TkzGZ46RAwdKU%2Fgetlist.png?alt=media\&token=c73fd4e8-8cff-48d5-be8f-10f8debb4843)

* POST - Save Auction

![Save Auction](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2Fa1FlQyyj8GUv6J9q7D4X%2Fsavenocustomer.png?alt=media\&token=74563674-a27c-4a79-8f6f-6134b7dd6f92)

* GET - List Auction

![List Auction](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2F45B0luUOowbH8uIUwL3y%2Fgetlistnocustomer.png?alt=media\&token=d29caeda-8946-4a7f-9692-aad9e4dc7193)

* PUT - Edit Auction by Entity Id

![Edit Auction](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FGzyZq6m1YTZhz5n1I7Tl%2Fupdate.png?alt=media\&token=f4955078-7bab-460d-b0a3-8ba1697befb0)

* DELETE - Delete Auction by Entity Id

![Delete Auction](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FMJoKo14wg8btjHLMWtRl%2Fdelete.png?alt=media\&token=993d2681-0b47-4cfd-b5a5-fa943a7f0ecd)

**3. Manage Winners Auction**

* GET - List Winner Auction

![List winner auction](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FEX2cHiDKllY0KqfAX3FR%2Flist.png?alt=media\&token=7a2a4b37-327e-4158-8291-73912922a9f2)

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

![Delete Auction Winner](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2Fidkf3C1L5UawyxsOUvLD%2Fdelete.png?alt=media\&token=2ad77b8d-a4f6-403f-90b6-1a59a238297d)

**4. Manage Absentee Bids**

* POST  - Save Absentee Bid

![Save  Absentee](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FYHnrV5SUZBSad5fpu5Yk%2Fsave.png?alt=media\&token=41f7b9d7-f5a3-40d9-b0bd-69f78ad21d33)

* GET  - List Absentee Bid By Auction Id

![Get List Absentee](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FubWzxkaw6hSHDDR3hmMI%2Fget.png?alt=media\&token=592b6f84-98d5-42c0-a953-5e6ea1e53914)

**5. Manage Auto Bids**

* POST - Save Auction Auto Bid

![save auction Auto](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FHlG9qxrQ2BRDu4ffuLLt%2Fsavebycistomerid.png?alt=media\&token=ed68def4-bb2a-44dc-8aa7-5fd4a32bef97)

* GET - List Auction auto Bid Customer

![Get List Auction Customer](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FNY5xSroRnloFRecPNjTz%2Fgetlistcustomeid.png?alt=media\&token=dbe290c6-e45e-42dd-bba7-64741cfa2384)

* GET - List Auction Auto Bid

![Get List Auction Auto](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FyxxIzL6tbtClpIrudwSr%2Fgetlist.png?alt=media\&token=a39e39df-8712-48fc-a382-ecdf2f9ee46f)

* POST - Save Auction Auto Bid

![Save Auction Auto Customer](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FTFNdmE3v4Kjot2uY6jKk%2Fsavebycistomerid.png?alt=media\&token=3861dbfe-f137-4731-a22a-0d93d3dd9a87)

* PUT - Update Auction Auto Bid
* DELETE - Delete Auction Auto Bid&#x20;

![](https://952621144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB2p27oY4gdgnswWX8mu%2Fuploads%2FoylbBjaDd1dyXgs0VRU4%2Fdelete.png?alt=media\&token=6b655cff-6664-4180-b5ef-ff3e5106f12c)
