AddOfferSignature
Adds a signature to an offer identified by the given ID.
public static VyTask<VyOfferDto> AddOfferSignature(string id, VyAddOfferSignatureRequest reqParams)
Path Parameters
Returns
VyTask<VyOfferDto> A task that represents the asynchronous operation. The task result contains the updated offer information.
Last updated