Beispiel #1
0
 public IAsyncResult BeginGenerateInvoiceAmendmentRequestV2(string boxId, string documentId, string certThumbprint, string text, AsyncCallback asyncCallback)
 {
     return(client.BeginGenerateInvoiceAmendmentRequestV2(Token, boxId, documentId, certThumbprint, text, asyncCallback, null));
 }