Exemplo n.º 1
0
 public InvoiceCorrectionRequestInfo GetInvoiceCorrectionRequestInfo(string authToken, string boxId, string messageId,
                                                                     string entityId)
 {
     if (boxId == null)
     {
         throw new ArgumentNullException("boxId");
     }
     if (messageId == null)
     {
         throw new ArgumentNullException("messageId");
     }
     if (entityId == null)
     {
         throw new ArgumentNullException("entityId");
     }
     return(diadocHttpApi.GetInvoiceCorrectionRequestInfo(authToken, boxId, messageId, entityId));
 }