Пример #1
0
 public GeneratedFile GenerateInvoiceCorrectionRequestXml(string authToken, string boxId, string messageId,
                                                          string attachmentId, object correctionInfo)
 {
     return(diadoc.GenerateInvoiceCorrectionRequestXml(authToken, boxId, messageId, attachmentId,
                                                       (InvoiceCorrectionRequestInfo)correctionInfo));
 }