C# Class HubspotAPIWrapper.Deals

Inheritance: BaseClass
Mostrar archivo Open project: Axosoft/HubspotAPIWrapper

Protected Properties

Property Type Description
DealsApiVersion object

Public Methods

Method Description
ArchiveDeal ( string dealId ) : void
CreateNewDeal ( string deal ) : System.Json.JsonObject
Deals ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
GetDealById ( string dealId ) : System.Json.JsonObject
UpdateExistingDeal ( string dealId, string data ) : void

Protected Methods

Method Description
GetPath ( string method ) : string

Method Details

ArchiveDeal() public method

public ArchiveDeal ( string dealId ) : void
dealId string
return void

CreateNewDeal() public method

public CreateNewDeal ( string deal ) : System.Json.JsonObject
deal string
return System.Json.JsonObject

Deals() public method

public Deals ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
return System

GetDealById() public method

public GetDealById ( string dealId ) : System.Json.JsonObject
dealId string
return System.Json.JsonObject

GetPath() protected method

protected GetPath ( string method ) : string
method string
return string

UpdateExistingDeal() public method

public UpdateExistingDeal ( string dealId, string data ) : void
dealId string
data string
return void

Property Details

DealsApiVersion protected_oe property

protected object DealsApiVersion
return object