Property | Type | Description | |
---|---|---|---|
DealsApiVersion | object |
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 |
Method | Description | |
---|---|---|
GetPath ( string method ) : string |
public CreateNewDeal ( string deal ) : System.Json.JsonObject | ||
deal | string | |
return | System.Json.JsonObject |
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 |
public GetDealById ( string dealId ) : System.Json.JsonObject | ||
dealId | string | |
return | System.Json.JsonObject |
public UpdateExistingDeal ( string dealId, string data ) : void | ||
dealId | string | |
data | string | |
return | void |