Method | Description | |
---|---|---|
ChangeLeadStatus ( string email, |
Change Lead Status RdStation Sync
|
|
ChangeLeadStatusSync ( string email, |
Change Lead Status RdStation Async
|
|
RdStationApiClient ( |
||
SendLead ( ILead lead ) : Task |
Send Lead to RdStation Async
|
|
SendLeadSync ( ILead lead ) : bool |
Send Lead to RdStation Sync
|
public ChangeLeadStatus ( string email, |
||
string | Lead e-mail | |
leadStatusRoot | Lead Status to be Sent | |
return | Task |
public ChangeLeadStatusSync ( string email, |
||
string | Lead e-mail | |
leadStatusRoot | Lead Status to be Sent | |
return | bool |
public RdStationApiClient ( |
||
client | ||
return | System |
public SendLead ( ILead lead ) : Task |
||
lead | ILead | Lead to be Sent |
return | Task |
public SendLeadSync ( ILead lead ) : bool | ||
lead | ILead | Lead to be Sent |
return | bool |