CreateOffer
Creates an offer for a VyAuction using the provided request parameters.
Server Authoritative (default)
Overloads
CreateOffer <VyAuctionOfferRequest>
Path Parameters
reqParams | The request parameters for creating the offer. |
Returns
VyTask<VyAuctionDto> An asynchronous task that returns a VyAuctionDto object representing the created offer.
CreateOffer <VySaleOfferRequest>
Last updated