IApiServiceEDI_ImportujDokumentHandlowy Method | |
Importuje dokument handlowy z bufora EDI
Namespace:
ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:
ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax long EDI_ImportujDokumentHandlowy(
string sessionId,
long idDokumentuEDI
)
Function EDI_ImportujDokumentHandlowy (
sessionId As String,
idDokumentuEDI As Long
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - idDokumentuEDI
- Type: SystemInt64
Identyfikator dokumentu w buforze
Return Value
Type:
Int64Identyfikator dokumentu po imporcie
See Also