Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts or updates the electronic address based on the locator.
Syntax
client server public static container UpsertLogisticsElectronicAddress(
int64 _logisticsElectronicAddressRecId,
str _value,
int64 _parentLocationId,
LogisticsElectronicAddressMethodType _type)
Run On
Called
Parameters
- _logisticsElectronicAddressRecId
Type: int64
RecId of LogisticsElectronic address.
- _value
Type: str
Value of the loator.
- _parentLocationId
Type: int64
Value of the Parent location Id.
- _type
Type: LogisticsElectronicAddressMethodType Enumeration
Type of the electronic address.
Return Value
Type: container
A container object with Location Id and electronic address id.