UpdateOffer
Updates an offer with the specified ID using the provided request parameters.
public static VyTask<VyOfferDto> UpdateOffer(string id, VyUpdateOfferRequest reqParams)
Path Parameters
Returns
VyTask<VyOfferDto> An asynchronous task that returns the updated offer information.
Last updated