UpdateOffer

Updates an offer with the specified ID using the provided request parameters.

Server Authoritative (default)

public static VyTask<VyOfferDto> UpdateOffer(string id, VyUpdateOfferRequest reqParams)

Path Parameters

reqParams

The request parameters to update the offer with.

Returns

VyTask<VyOfferDto> An asynchronous task that returns the updated offer information.

Last updated