TMSRateRouteAddress::insertFromParameters Method
Inserts a record based on the specified values.
Syntax
server public static TMSRateRouteAddress insertFromParameters(
TMSCompanyName _fromContact,
TMSCompanyName _toContact,
TMSPostalCode _fromZip,
TMSPostalCode _toZip)
Run On
Server
Parameters
- _fromContact
Type: TMSCompanyName Extended Data Type
The From Contact value to be inserted.
- _toContact
Type: TMSCompanyName Extended Data Type
The To Contact value to be inserted.
- _fromZip
Type: TMSPostalCode Extended Data Type
The From Postal Code value to be inserted.
- _toZip
Type: TMSPostalCode Extended Data Type
The To Postal Code value to be inserted.
Return Value
Type: TMSRateRouteAddress Table
A new Rate Route Address record.