IApiServiceSlowniki_PobierzSposobDostawy Method | |
Pobiera sposób dostawy
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 SposobDostawy Slowniki_PobierzSposobDostawy(
string sessionId,
int id
)
Function Slowniki_PobierzSposobDostawy (
sessionId As String,
id As Integer
) As SposobDostawy
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt32
Identyfikator sposobu dostawy
Return Value
Type:
SposobDostawyObiekt zawierający właściwości pobieranego sposobu dostawy
See Also