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

Cost Type - Sage Intacct Data Target Requirement

Cost Type - Sage Intacct Data Target Requirement

DataBlend supports the standard API calls (non-legacy) to Create and Update Cost Types within Sage Intacct leveraging the Sage Intacct SDK. 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

recordno recordno Yes, for Update Required for update if not using StandardCostTypeIdASKKEY StandardCostTypeId
name name Yes, for Create Name of the cost type, which does not have to be unique. Use 200 or fewer characters.
standardcosttypeid standardcosttypeid Yes, for Create and Update Required for update if not using RECORDNO. Standard cost type ID to use as a template for this cost type
accountno accountno No Account number
description description No Description of the cost type. Use 1000 or fewer characters.
status status No Whether type is active and can be assigned to employees.
  • active (default)
  • inactive
parentid projectid No Project ID. Required if not using TASKKEY.
taskid taskid No Task ID. Required if not using TASKKEY.
accumulationtypename accumulationtypename No Name of an accumulation type to use
costunitdescription costunitdescription No Cost unit description, such as feet or square yards. Use 30 or fewer characters.
itemid itemid No Item ID for corresponding Inventory Control item
target_entity target_entity No Custom field. Enter desired entity.

More questions about Sage Intacct API requirements? Please visit the Sage Intacct API site https://developer.intacct.com/api/construction/cost-types/#create-cost-type.