IApiServiceEDI_EksportujDokumentHandlowy Method | |
Eksportuje dokument w określonym formacie
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 string EDI_EksportujDokumentHandlowy(
string sessionId,
string format,
long idDokumentu
)
Function EDI_EksportujDokumentHandlowy (
sessionId As String,
format As String,
idDokumentu As Long
) As String
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - format
- Type: SystemString
Obecnie obsługiwany jest tylko ECOD - idDokumentu
- Type: SystemInt64
Return Value
Type:
StringZawartość tekstowa dokumentu
See Also