/
SmartWaiver.Net
SmartWaiver.Net
Overview
This package is available on Nuget at SmartWaiver.Net 1.5.0
SmartWaiver.Net is a SDK for the Smart Waiver electronic waiver platform.
Specifically, this library allows you
to fetch data on signed waivers and create auto
tagged links for waivers.
API Documentation
Full API/Namespace documentation for this library is available on our website, https://apps.chhs.colostate.edu/docs/smartwaiver/api/index.html
Basic Usage
Setup the waiver object
ISmartWaiver smartWaiver = new SmartWaiver("apikey");
Get Details About a Signed Waiver
Gets the waiver without the PDF.
SignedWaiver waiver = smartWaiver.GetSignedWaiver("waiverid", false);
Get the waiver with a PDF
SignedWaiver waiver = smartWaiver.GetSignedWaiver("waiverId", true);
Generate Auto Tag Link
To track a waiver against a specific ID in your App.
, multiple selections available,
Related content
How to View Waivers
How to View Waivers
More like this
How to Upload an Authorization Document
How to Upload an Authorization Document
More like this