AddOfferSignature

Adds a signature to an offer identified by the given ID.

Server Authoritative (default)

public static VyTask<VyOfferDto> AddOfferSignature(string id, VyAddOfferSignatureRequest reqParams)

Path Parameters

reqParams

The request parameters containing the signature to add.

Returns

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

Last updated