Interface EdoDocumentsService
@MTOM(enabled=true)
public interface EdoDocumentsService
Действия над эдо, связанные с плагином documents.
-
Method Summary
Modifier and TypeMethodDescriptionsendEdo(int documentTypeId, int signatoryId, ContragentInfos contragentInfos, int documentId, List<BGServerFile> files) Отправка одного документа/массива файлов в эдо.
-
Method Details
-
sendEdo
ExtDocument sendEdo(int documentTypeId, int signatoryId, ContragentInfos contragentInfos, int documentId, List<BGServerFile> files) throws ru.bitel.bgbilling.common.BGException Отправка одного документа/массива файлов в эдо. Возвращает сгенерённый документ ExtDocument.- Parameters:
documentTypeId- ид типа документаsignatoryId- ид подписантаcontragentInfos- инфа о контрагенте, актуальная, после поиска на клиентеdocumentId- ид документа плагина documentsfiles- список BGServerFile- Throws:
ru.bitel.bgbilling.common.BGException
-