IApiServiceEDI_ImportujZamowienie Method | |
Importuje do systemu zamówienie 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_ImportujZamowienie(
string sessionId,
long idZamowieniaEDI
)
Function EDI_ImportujZamowienie (
sessionId As String,
idZamowieniaEDI As Long
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - idZamowieniaEDI
- Type: SystemInt64
Identyfikator zamówienia w buforze
Return Value
Type:
Int64Identyfikator zamówienia po imporcie
See Also