Method | Description | |
---|---|---|
Create ( string firstName, string lastName, string title, string notes, int companyId ) : int | ||
Create ( string apiKey, string firstName, string lastName, string title, string notes, int companyId ) : int | ||
Destroy ( int personId ) : void | ||
Destroy ( string apiKey, int personId ) : void | ||
Get ( int personId ) : |
||
Get ( string apiKey, int personId ) : |
||
GetByDeal ( int dealId ) : BatchBook.Person[] | ||
GetByDeal ( string apiKey, int dealId ) : BatchBook.Person[] | ||
GetCommunications ( string apiKey ) : BatchBook.Communication[] | ||
GetTodos ( string apiKey ) : BatchBook.Todo[] | ||
List ( int limit, int offset ) : BatchBook.Person[] | ||
List ( string apiKey, int limit, int offset ) : BatchBook.Person[] | ||
ListByCompany ( int companyId ) : BatchBook.Person[] | ||
ListByCompany ( string apiKey, int companyId ) : BatchBook.Person[] | ||
Search ( string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Person[] | ||
Search ( string apiKey, string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Person[] | ||
Update ( int personId, string firstName, string lastName, string title, string notes, string company ) : void | ||
Update ( string apiKey, int personId, string firstName, string lastName, string title, string notes, string company ) : void |
Method | Description | |
---|---|---|
BuildList ( XmlReader rdr ) : BatchBook.Person[] | ||
Person ( XmlReader rdr ) : System |
public static Create ( string firstName, string lastName, string title, string notes, int companyId ) : int | ||
firstName | string | |
lastName | string | |
title | string | |
notes | string | |
companyId | int | |
return | int |
public static Create ( string apiKey, string firstName, string lastName, string title, string notes, int companyId ) : int | ||
apiKey | string | |
firstName | string | |
lastName | string | |
title | string | |
notes | string | |
companyId | int | |
return | int |
public static Destroy ( int personId ) : void | ||
personId | int | |
return | void |
public static Destroy ( string apiKey, int personId ) : void | ||
apiKey | string | |
personId | int | |
return | void |
public static Get ( string apiKey, int personId ) : |
||
apiKey | string | |
personId | int | |
return |
public static GetByDeal ( int dealId ) : BatchBook.Person[] | ||
dealId | int | |
return | BatchBook.Person[] |
public static GetByDeal ( string apiKey, int dealId ) : BatchBook.Person[] | ||
apiKey | string | |
dealId | int | |
return | BatchBook.Person[] |
public GetCommunications ( string apiKey ) : BatchBook.Communication[] | ||
apiKey | string | |
return | BatchBook.Communication[] |
public GetTodos ( string apiKey ) : BatchBook.Todo[] | ||
apiKey | string | |
return | BatchBook.Todo[] |
public static List ( int limit, int offset ) : BatchBook.Person[] | ||
limit | int | |
offset | int | |
return | BatchBook.Person[] |
public static List ( string apiKey, int limit, int offset ) : BatchBook.Person[] | ||
apiKey | string | |
limit | int | |
offset | int | |
return | BatchBook.Person[] |
public static ListByCompany ( int companyId ) : BatchBook.Person[] | ||
companyId | int | |
return | BatchBook.Person[] |
public static ListByCompany ( string apiKey, int companyId ) : BatchBook.Person[] | ||
apiKey | string | |
companyId | int | |
return | BatchBook.Person[] |
public static Search ( string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Person[] | ||
name | string | |
string | ||
updatedSince | System.DateTime | |
tag | string | |
state | string | |
return | BatchBook.Person[] |
public static Search ( string apiKey, string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Person[] | ||
apiKey | string | |
name | string | |
string | ||
updatedSince | System.DateTime | |
tag | string | |
state | string | |
return | BatchBook.Person[] |
public static Update ( int personId, string firstName, string lastName, string title, string notes, string company ) : void | ||
personId | int | |
firstName | string | |
lastName | string | |
title | string | |
notes | string | |
company | string | |
return | void |
public static Update ( string apiKey, int personId, string firstName, string lastName, string title, string notes, string company ) : void | ||
apiKey | string | |
personId | int | |
firstName | string | |
lastName | string | |
title | string | |
notes | string | |
company | string | |
return | void |