C# Class InfusionsoftApi.Services.ContactService

Inheritance: ServiceBase
显示文件 Open project: redpeppersoftware/infusionsoft-api

Public Methods

Method Description
AddContact ( Contact contact, IEnumerable tags = null ) : int
ContactService ( string baseUrl, string privateKey ) : System.Collections.Generic

Method Details

AddContact() public method

public AddContact ( Contact contact, IEnumerable tags = null ) : int
contact InfusionsoftApi.Models.Contact
tags IEnumerable
return int

ContactService() public method

public ContactService ( string baseUrl, string privateKey ) : System.Collections.Generic
baseUrl string
privateKey string
return System.Collections.Generic