GetOffer

Retrieves a VyOfferDto object based on the provided ID.

Public Endpoint (no credentials required)

public static VyTask<VyOfferDto> GetOffer(string id)

Path Parameters

Returns

VyTask<VyOfferDto> A task that returns a VyOfferDto object representing the retrieved offer.

Last updated