BidOnOffer

Bids on an offer with the specified ID using the provided bid request parameters.

Server Authoritative (default)

public static VyTask<VyOfferDto> BidOnOffer(string id, VyBidRequest reqParams)

Path Parameters

reqParams

The bid request parameters to use for the bid.

Returns

VyTask<VyOfferDto> A task that represents the asynchronous bid operation. The task result contains information about the updated offer.

Last updated