Skip to content

Vision6.net is a full service .net api for http://www.vision6.com.au. See the readme below for examples on how to use it.

License

Notifications You must be signed in to change notification settings

nick-hoang/vision6.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vision6.Net

Vision6.net is a full service .net api for http://www.vision6.com.au. See the readme below for examples on how to use it.

Quick start

  1. Add an AppSetting with your api key to your config (this is the easiest way)

    ... ...
  2. In your app, change entities properties (Eg: Vision6Contact) as your list's fields, then call:

    var vision6ContactService = new Vision6ContactService();
    var vision6Result = vision6ContactService.Add(listId, new List {new Vision6Contact {Email = email, Mobile = mobile}}, true); if (!vision6Result.IsSuccess()) { return new AjaxModel {Success = false, Message = vision6Result.Error.Message}; }

About

Vision6.net is a full service .net api for http://www.vision6.com.au. See the readme below for examples on how to use it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages