DocuwareClient.PlaceAStampAsync Method

Definition

Place a stamp

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.PlaceAStampResponse> PlaceAStampAsync(string fileCabinetDocumentTray, int documentId, Azure.Connectors.Sdk.Docuware.Models.PlaceAStampInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member PlaceAStampAsync : string * int * Azure.Connectors.Sdk.Docuware.Models.PlaceAStampInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.PlaceAStampResponse>
override this.PlaceAStampAsync : string * int * Azure.Connectors.Sdk.Docuware.Models.PlaceAStampInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.PlaceAStampResponse>
Public Overridable Function PlaceAStampAsync (fileCabinetDocumentTray As String, documentId As Integer, input As PlaceAStampInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PlaceAStampResponse)

Parameters

fileCabinetDocumentTray
String

File Cabinet/Document Tray

documentId
Int32

Document ID

input
PlaceAStampInput

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Place a stamp response.

Remarks

Places a stamp on a document.

Applies to