Skip to content

SmartWaiver.Net is a SDK for the Smart Waiver electronic waiver platform.

License

Notifications You must be signed in to change notification settings

csu-chhs/SmartWaiver.Net

Repository files navigation

SmartWaiver.Net

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

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.

string url = smartWaiver.GetAutoTaggedWaiverUrl("waiverId", "customerId");

About

SmartWaiver.Net is a SDK for the Smart Waiver electronic waiver platform.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages