IApiServiceMagazyn_PotwierdzPrzyjeciePrzesuniecia Method | |
Potwierdzenie przyjęcia przesunięcia międzymagazynowego. Generuje dokument MP do dokumentu MW przekazanego w parametrze idDokumentu
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 Magazyn_PotwierdzPrzyjeciePrzesuniecia(
string sessionId,
long idDokumentu
)
Function Magazyn_PotwierdzPrzyjeciePrzesuniecia (
sessionId As String,
idDokumentu As Long
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - idDokumentu
- Type: SystemInt64
Identyifkator dokumentu MW
Return Value
Type:
Int64Identyfikator utworzonego dokumentu MP
See Also