Method | Description | |
---|---|---|
CreateOnCommunication ( int communicationId, string comment ) : int | ||
CreateOnCommunication ( string apiKey, int communicationId, string comment ) : int | ||
CreateOnCompany ( int companyId, string comment ) : int | ||
CreateOnCompany ( string apiKey, int companyId, string comment ) : int | ||
CreateOnDeal ( int dealId, string comment ) : int | ||
CreateOnDeal ( string apiKey, int dealId, string comment ) : int | ||
CreateOnPerson ( int personId, string comment ) : int | ||
CreateOnPerson ( string apiKey, int personId, string comment ) : int | ||
Destroy ( int commentId ) : void | ||
Destroy ( string apiKey, int commentId ) : void | ||
Get ( int commentId ) : |
||
Get ( string apiKey, int commentId ) : |
||
List ( int page ) : BatchBook.MegaComment[] | ||
List ( string apiKey, int page ) : BatchBook.MegaComment[] | ||
Update ( int commentId, string comment ) : void | ||
Update ( string apiKey, int commentId, string comment ) : void |
Method | Description | |
---|---|---|
BuildList ( |
||
MegaComment ( |
public static CreateOnCommunication ( int communicationId, string comment ) : int | ||
communicationId | int | |
comment | string | |
return | int |
public static CreateOnCommunication ( string apiKey, int communicationId, string comment ) : int | ||
apiKey | string | |
communicationId | int | |
comment | string | |
return | int |
public static CreateOnCompany ( int companyId, string comment ) : int | ||
companyId | int | |
comment | string | |
return | int |
public static CreateOnCompany ( string apiKey, int companyId, string comment ) : int | ||
apiKey | string | |
companyId | int | |
comment | string | |
return | int |
public static CreateOnDeal ( int dealId, string comment ) : int | ||
dealId | int | |
comment | string | |
return | int |
public static CreateOnDeal ( string apiKey, int dealId, string comment ) : int | ||
apiKey | string | |
dealId | int | |
comment | string | |
return | int |
public static CreateOnPerson ( int personId, string comment ) : int | ||
personId | int | |
comment | string | |
return | int |
public static CreateOnPerson ( string apiKey, int personId, string comment ) : int | ||
apiKey | string | |
personId | int | |
comment | string | |
return | int |
public static Destroy ( int commentId ) : void | ||
commentId | int | |
return | void |
public static Destroy ( string apiKey, int commentId ) : void | ||
apiKey | string | |
commentId | int | |
return | void |
public static Get ( int commentId ) : |
||
commentId | int | |
return |
public static Get ( string apiKey, int commentId ) : |
||
apiKey | string | |
commentId | int | |
return |
public List ( int page ) : BatchBook.MegaComment[] | ||
page | int | |
return | BatchBook.MegaComment[] |
public List ( string apiKey, int page ) : BatchBook.MegaComment[] | ||
apiKey | string | |
page | int | |
return | BatchBook.MegaComment[] |
public static Update ( int commentId, string comment ) : void | ||
commentId | int | |
comment | string | |
return | void |
public static Update ( string apiKey, int commentId, string comment ) : void | ||
apiKey | string | |
commentId | int | |
comment | string | |
return | void |