ODBC Driver for Reckon

Build 25.0.9434

CustomerShippingAddresses

Create, update, delete, and query Reckon Customer Shipping Addresses. Multiple Customer Shipping Addresses are supported in only Reckon 2013 and higher. Additionally, this table requires QBXML version 12.0 or higher.

Table Specific Information

Insert

To insert a new Shipping Address, specify the CustomerId and the ShipToName of the new Address. Fields designated with a Shipping may be used as to insert multiple Addresses in one statement. For example:
INSERT INTO CustomerShippingAddresses#TEMP (CustomerId, ShipToName, ShipToCity) VALUES ('123456789-9999', 'Shipto Addr 1', 'London')
INSERT INTO CustomerShippingAddresses#TEMP (CustomerId, ShipToName, ShipToCity) VALUES ('123456789-9999', 'Shipto Addr 2', 'Paris')
INSERT INTO CustomerShippingAddresses (CustomerId, ShipToName, ShipToCity) SELECT CustomerId, ShipToName, ShipToCity  FROM CustomerShippingAddresses#TEMP

Columns

Name Type ReadOnly References Description
ID [KEY] String True

The unique identifier of the shipping address in the format CustomerId|ShipToName.

CustomerId String False

Customers.ID

The Id of the customer the shipping address is associated with.

Name String False

The name of the customer. This is required to have a value when inserting.

FullName String True

The full name of the customer, including parents in the format parent:customer.

ShipToName String False

Name of the shipping address in Reckon. This input is required when inserting additional shipping addresses for a customer.

ShipToAddr1 String False

First line of the shipping address.

ShipToAddr2 String False

Second line of the shipping address.

ShipToAddr3 String False

Third line of the shipping address.

ShipToAddr4 String False

Fourth line of the shipping address.

ShipToAddr5 String False

Fifth line of the shipping address.

ShipToCity String False

City name for the shipping address of the customer.

ShipToState String False

State name for the shipping address of the customer.

ShipToPostalCode String False

Postal code for the shipping address of the customer.

ShipToCountry String False

Country for the shipping address of the customer.

ShipToNote String False

Note for the shipping address of the customer.

ShipToDefaultShipTo Boolean False

Boolean indicating if this shipping address is the default shipping address for the customer.

EditSequence String False

An identifier used for versioning for this copy of the object.

TimeModified Datetime False

When the customer was last modified.

TimeCreated Datetime False

When the customer was created.

Pseudo-Columns

Pseudo Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IncludeJobs Boolean

Whether or not to include job information in the results.

The default value is TRUE.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434