Skip to content
English
  • There are no suggestions because the search field is empty.

Location - Sage Intacct REST Data Target Requirements

DataBlend supports the standard API calls to Create, Update, and Delete Location records within Sage Intacct leveraging the Sage Intacct API. In addition, Custom Fields can be added for data that is unique to your business practices.

DataBlend Query Object (SDK) Sage Intacct Object (API) Required Notes
LOC-001 id Yes — Create User-defined unique ID of the location.
New York Office name Yes — Create Name of the location.
9901 key Yes — Update, Delete System-assigned key of the location record. Required to identify the record for Update or Delete operations.
LOC-PARENT parentid No ID of the parent location. Use parentid or parentkey — not both.
8801 parentkey No Key of the parent location.
EMP-001 managerid No Employee ID of the location manager. Use managerid or managerkey — not both.
7701 managerkey No Key of the location manager employee record.
active status No Status of the location. Options: active, activeNonPosting, inactive.
BIZ-001 businessid No Business ID associated with the location.
12-3456789 taxid No Tax ID for the location.
New York Office printas No Name to use when printing documents for this location.
NYC Operations locationreportingtitle No Reporting title for the location.
Annual Report Location reporttitle No Title used for this location in reports.
01/01/2026 startdate No Start date for the location. Format: YYYY-MM-DD.
01/01/2027 enddate No End date for the location. Format: YYYY-MM-DD.
Columbus target_entity No Target entity ID for multi-entity Sage Intacct environments.
CONTACT-001 contactsprimaryid No ID of an existing contact to use as the primary contact. Use contactsprimaryid or contactsprimarykey to reference an existing contact, or provide individual contact fields below to create or update contact details inline — not both approaches together.
6601 contactsprimarykey No Key of the primary contact.
Mr. contactsprimaryprefix No Prefix for the primary contact's name (e.g. Mr., Ms., Dr.).
John contactsprimaryfirstname No First name of the primary contact.
A. contactsprimarymiddlename No Middle name of the primary contact.
Smith contactsprimarylastname No Last name of the primary contact.
Acme Corp contactsprimarycompanyname No Company name for the primary contact.
John A. Smith contactsprimaryprintas No Name to print on documents for the primary contact.
john@example.com contactsprimaryemail1 No Primary email address for the primary contact.
john.alt@example.com contactsprimaryemail2 No Secondary email address for the primary contact.
212-555-0100 contactsprimaryphone1 No Primary phone number for the primary contact.
212-555-0101 contactsprimaryphone2 No Secondary phone number for the primary contact.
212-555-0102 contactsprimarymobile No Mobile phone number for the primary contact.
212-555-0103 contactsprimarypager No Pager number for the primary contact.
212-555-0104 contactsprimaryfax No Fax number for the primary contact.
https://example.com contactsprimaryurl1 No Primary website URL for the primary contact.
https://alt.example.com contactsprimaryurl2 No Secondary website URL for the primary contact.
500 Main St contactsprimarymailingaddressaddressline1 No Mailing address line 1 for the primary contact.
Suite 100 contactsprimarymailingaddressaddressline2 No Mailing address line 2 for the primary contact.
Floor 3 contactsprimarymailingaddressaddressline3 No Mailing address line 3 for the primary contact.
New York contactsprimarymailingaddresscity No City for the primary contact's mailing address.
NY contactsprimarymailingaddressstate No State or province for the primary contact's mailing address.
10001 contactsprimarymailingaddresspostcode No Postal/zip code for the primary contact's mailing address.
United States contactsprimarymailingaddresscountry No Country name for the primary contact's mailing address.
US contactsprimarymailingaddressisocountrycode No ISO 3166 Alpha-2 country code for the primary contact's mailing address (e.g. US).
SHIPTO-001 contactsshiptoid No ID of an existing contact to use as the ship-to contact. Use contactsshiptoid or contactsshiptokey to reference an existing contact, or provide individual fields below — not both approaches together.
6701 contactsshiptokey No Key of the ship-to contact.
Ms. contactsshiptoprefix No Prefix for the ship-to contact's name.
Jane contactsshiptofirstname No First name of the ship-to contact.
B. contactsshiptomiddlename No Middle name of the ship-to contact.
Doe contactsshiptolastname No Last name of the ship-to contact.
Acme Corp contactsshiptocompanyname No Company name for the ship-to contact.
Jane B. Doe contactsshiptoprintas No Name to print on documents for the ship-to contact.
jane@example.com contactsshiptoemail1 No Primary email address for the ship-to contact.
jane.alt@example.com contactsshiptoemail2 No Secondary email address for the ship-to contact.
212-555-0200 contactsshiptophone1 No Primary phone number for the ship-to contact.
212-555-0201 contactsshiptophone2 No Secondary phone number for the ship-to contact.
212-555-0202 contactsshiptomobile No Mobile phone number for the ship-to contact.
212-555-0203 contactsshiptopager No Pager number for the ship-to contact.
212-555-0204 contactsshiptofax No Fax number for the ship-to contact.
https://shipto.example.com contactsshiptourl1 No Primary website URL for the ship-to contact.
https://shipto-alt.example.com contactsshiptourl2 No Secondary website URL for the ship-to contact.
500 Main St contactsshiptomailingaddressaddressline1 No Mailing address line 1 for the ship-to contact.
Suite 200 contactsshiptomailingaddressaddressline2 No Mailing address line 2 for the ship-to contact.
Floor 4 contactsshiptomailingaddressaddressline3 No Mailing address line 3 for the ship-to contact.
New York contactsshiptomailingaddresscity No City for the ship-to contact's mailing address.
NY contactsshiptomailingaddressstate No State or province for the ship-to contact's mailing address.
10001 contactsshiptomailingaddresspostcode No Postal/zip code for the ship-to contact's mailing address.
United States contactsshiptomailingaddresscountry No Country name for the ship-to contact's mailing address.
US contactsshiptomailingaddressisocountrycode No ISO 3166 Alpha-2 country code for the ship-to contact's mailing address (e.g. US).
custom.entry.{custom_field_name} {custom_field_name} No Custom fields for this object. Replace {custom_field_name} with the custom field's object ID as defined in Sage Intacct.

More questions about Sage Intacct API requirements? Please visit the Sage Intacct API site https://developer.sage.com/intacct/apis/intacct/1/intacct-openapi/groups/company-configuration/groups/location-dimension/tags/company_configuration_locations.