Example Libraries

Topic


Get Started with Microsoft Visual Studio .NET

The most popular development environment for working with Attendance on Demand Web Services is Microsoft’s Visual Studio .NET. Learn how to quickly import the contract and begin invoking methods. View


VB.Net Examples

View code snippets in VB.Net.


C# Examples

View code snippets in C#.


Java Notes

When executing an API method that contains a data structure as a parameter, said structure, when initialized, defaults the fields within to null values. You may need to set the values of all unused string fields to an empty string, and any unused integer fields to zero.