PipedriveClient.UpdateDealStatusAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update deal status
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Pipedrive.Models.DealResponse> UpdateDealStatusAsync(int dealId, Azure.Connectors.Sdk.Pipedrive.Models.UpdateDealStatusRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateDealStatusAsync : int * Azure.Connectors.Sdk.Pipedrive.Models.UpdateDealStatusRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Pipedrive.Models.DealResponse>
override this.UpdateDealStatusAsync : int * Azure.Connectors.Sdk.Pipedrive.Models.UpdateDealStatusRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Pipedrive.Models.DealResponse>
Public Overridable Function UpdateDealStatusAsync (dealId As Integer, input As UpdateDealStatusRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DealResponse)
Parameters
- dealId
- Int32
Deal Id
- input
- UpdateDealStatusRequest
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Update deal status response.
Remarks
This operation is used to update the status associated with a deal, given its id.