IApiServiceEDI_EksportujZamowienie Method | |
Eksportuje zamówienie 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_EksportujZamowienie(
string sessionId,
string format,
long idZamowienia
)
Function EDI_EksportujZamowienie (
sessionId As String,
format As String,
idZamowienia 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 - idZamowienia
- Type: SystemInt64
Return Value
Type:
StringZawartość tekstowa zamówienia
See Also