 | SupplierServiceSave Method |
Saves the specified vendor.
Namespace:
AMCS.Elemos.IntegrationService.Services.Supplier
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Save(
string authenticationKey,
string vendorNo,
string vendorName,
string vendorName2,
bool isTransportSupplier
)
Public Function Save (
authenticationKey As String,
vendorNo As String,
vendorName As String,
vendorName2 As String,
isTransportSupplier As Boolean
) As String
Parameters
- authenticationKey
- Type: SystemString
- vendorNo
- Type: SystemString
- vendorName
- Type: SystemString
- vendorName2
- Type: SystemString
- isTransportSupplier
- Type: SystemBoolean
Return Value
Type:
String
See Also