Метод | Описание | |
---|---|---|
AddLocation ( string label, bool isPrimary, string email, string website, string phone, string cell, string fax, string street1, string street2, string city, string state, string postalCode, string country ) : void | ||
Create ( string name, string notes ) : int | ||
Create ( string apiKey, string name, string notes ) : int | ||
Destroy ( int companyId ) : void | ||
Destroy ( string apiKey, int companyId ) : void | ||
Get ( int companyId ) : |
||
Get ( string apiKey, int companyId ) : |
||
GetCommunications ( string apiKey ) : BatchBook.Communication[] | ||
GetPeople ( string apiKey ) : BatchBook.Person[] | ||
GetTodos ( string apiKey ) : BatchBook.Todo[] | ||
List ( int limit, int offset ) : BatchBook.Company[] | ||
List ( string apiKey, int limit, int offset ) : BatchBook.Company[] | ||
Search ( string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Company[] | ||
Search ( string apiKey, string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Company[] | ||
Update ( int companyId, string name, string notes ) : void | ||
Update ( string apiKey, int companyId, string name, string notes ) : void |
Метод | Описание | |
---|---|---|
BuildList ( |
||
Company ( |
public AddLocation ( string label, bool isPrimary, string email, string website, string phone, string cell, string fax, string street1, string street2, string city, string state, string postalCode, string country ) : void | ||
label | string | |
isPrimary | bool | |
string | ||
website | string | |
phone | string | |
cell | string | |
fax | string | |
street1 | string | |
street2 | string | |
city | string | |
state | string | |
postalCode | string | |
country | string | |
Результат | void |
public static Create ( string name, string notes ) : int | ||
name | string | |
notes | string | |
Результат | int |
public static Create ( string apiKey, string name, string notes ) : int | ||
apiKey | string | |
name | string | |
notes | string | |
Результат | int |
public static Destroy ( int companyId ) : void | ||
companyId | int | |
Результат | void |
public static Destroy ( string apiKey, int companyId ) : void | ||
apiKey | string | |
companyId | int | |
Результат | void |
public static Get ( int companyId ) : |
||
companyId | int | |
Результат |
public static Get ( string apiKey, int companyId ) : |
||
apiKey | string | |
companyId | int | |
Результат |
public GetCommunications ( string apiKey ) : BatchBook.Communication[] | ||
apiKey | string | |
Результат | BatchBook.Communication[] |
public GetPeople ( string apiKey ) : BatchBook.Person[] | ||
apiKey | string | |
Результат | BatchBook.Person[] |
public GetTodos ( string apiKey ) : BatchBook.Todo[] | ||
apiKey | string | |
Результат | BatchBook.Todo[] |
public static List ( int limit, int offset ) : BatchBook.Company[] | ||
limit | int | |
offset | int | |
Результат | BatchBook.Company[] |
public static List ( string apiKey, int limit, int offset ) : BatchBook.Company[] | ||
apiKey | string | |
limit | int | |
offset | int | |
Результат | BatchBook.Company[] |
public static Search ( string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Company[] | ||
name | string | |
string | ||
updatedSince | System.DateTime | |
tag | string | |
state | string | |
Результат | BatchBook.Company[] |
public static Search ( string apiKey, string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Company[] | ||
apiKey | string | |
name | string | |
string | ||
updatedSince | System.DateTime | |
tag | string | |
state | string | |
Результат | BatchBook.Company[] |
public static Update ( int companyId, string name, string notes ) : void | ||
companyId | int | |
name | string | |
notes | string | |
Результат | void |
public static Update ( string apiKey, int companyId, string name, string notes ) : void | ||
apiKey | string | |
companyId | int | |
name | string | |
notes | string | |
Результат | void |