CreateContract
Creates a new contract using the provided request parameters.
public static VyTask<VyContractDto> CreateContract(VyCreateContractRequest reqParams)
Path Parameters
Returns
VyTask<VyContractDto> A task that represents the asynchronous operation. The task result contains the created contract.
Last updated