Example #1
0
 public DocumentList GetDocuments(string authToken, string boxId, string filterCategory, string counteragentBoxId,
                                  DateTime?timestampFrom, DateTime?timestampTo, string fromDocumentDate, string toDocumentDate, string departmentId,
                                  bool excludeSubdepartments, string afterIndexKey)
 {
     return(diadocHttpApi.GetDocuments(authToken, boxId, filterCategory, counteragentBoxId, timestampFrom, timestampTo,
                                       fromDocumentDate, toDocumentDate, departmentId, excludeSubdepartments, afterIndexKey));
 }