Midway.ServiceClient.Client.BeginGenerateInvoiceAmendmentRequestV2 C# (CSharp) Method

BeginGenerateInvoiceAmendmentRequestV2() public method

public BeginGenerateInvoiceAmendmentRequestV2 ( string boxId, string documentId, string certThumbprint, string text, AsyncCallback asyncCallback ) : IAsyncResult
boxId string
documentId string
certThumbprint string
text string
asyncCallback AsyncCallback
return IAsyncResult
        public IAsyncResult BeginGenerateInvoiceAmendmentRequestV2(string boxId, string documentId, string certThumbprint, string text, AsyncCallback asyncCallback)
        {
            return client.BeginGenerateInvoiceAmendmentRequestV2(Token, boxId, documentId, certThumbprint, text, asyncCallback, null);
        }
Client