Set up configuration details for the Fixed Assets Management application. Settings apply to all entities.
Returns a collection with a key, ID, and link for each setup. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": {
- "id": "1",
- "key": "1",
- "href": "/objects/fixed-assets/setup/1"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Creates a new setup.
id | string System-assigned unique ID for the setup. Example: "1" | ||||||||||||||||||
goLiveDate | string <date> The date when historical assets begin to depreciate in Sage Intacct. Historical assets are assets that were partially depreciated in a different accounting system, outside of Sage Intacct. The go-live must come after all periods that were historically posted outside of Sage Intacct, and on or before all periods that have not yet posted. You can update the go-live date as long as it falls within the valid range. To avoid conflicts, set up your go-live date before adding assets to Sage Intacct. Example: "2020-01-01" | ||||||||||||||||||
enableAutoPosting | boolean Default: false Indicates whether automatic posting of depreciation schedule entries is enabled. Example: true | ||||||||||||||||||
enableAccountsPayable | boolean Default: false Indicates whether Accounts Payable integration is enabled. Example: true | ||||||||||||||||||
enablePurchasingTxns | boolean Default: false Indicates whether Purchasing Transactions integration is enabled. Example: false | ||||||||||||||||||
historicalAccumulatedDepreciationType | string Default: "system" Represents the options for calculating asset's historical accumulated depreciation amount:
Example: "system" | ||||||||||||||||||
object Determines the automatic numbering and formatting of new asset IDs. | |||||||||||||||||||
| |||||||||||||||||||
object The General Ledger account where the gain or loss on disposal amount is recorded as a debit or credit. The account must be active and non-statistical. | |||||||||||||||||||
| |||||||||||||||||||
object The journal where transactions related to Fixed Assets Management are recorded. Use an active and non-statistical journal. The journal configured in setup is used for non-depreciable assets. | |||||||||||||||||||
| |||||||||||||||||||
Array of objects Setup posting rules identify journal, useful life units, convention, and so forth for fixed asset transactions. Before updating a setup posting rule, ensure that there are no depreciation rules using that posting rule. Update the depreciation rule on the classification or asset to temporarily remove the posting rule first. For more information, see classification depreciation rule or asset depreciation rule. | |||||||||||||||||||
Array
|
Created
Bad Request
{- "enableAutoPosting": false,
- "journal": {
- "key": "46"
}, - "setupPostingRules": [
- {
- "journal": {
- "key": "46"
}, - "usefulLifeUnits": "months",
- "convention": "fullMonth",
- "isTax": true,
- "useSalvageValue": false,
- "name": "Tax Accrual Book"
}, - {
- "journal": {
- "key": "43"
}, - "usefulLifeUnits": "years",
- "convention": "halfYear",
- "isTax": false
}
]
}
{- "ia::result": {
- "key": "1",
- "id": "ID1",
- "href": "/objects/fixed-assets/setup/1"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified setup.
key required | string System-assigned key for the setup. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "journal": {
- "name": "TAX Accrual Book",
- "id": "TAX",
- "key": "46"
}, - "gainLossGLAccount": {
- "name": "Investments in other Companies",
- "id": "1906",
- "key": "103"
}, - "assetSequence": {
- "id": "ASSET",
- "printTitle": "ASSET",
- "key": "34"
}, - "setupPostingRules": [
- {
- "setup": {
- "id": "117",
- "key": "117"
}, - "journal": {
- "name": "TAX Accrual Book",
- "id": "TAX",
- "key": "46",
- "bookId": "TAXADJACCRUAL"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2022-09-25T01:21:35Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-04-06T06:15:48Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "convention": "fullMonth",
- "usefulLifeUnits": "months",
- "name": "NAME 1",
- "useSalvageValue": false,
- "isTax": true,
- "id": "ID1",
- "key": "1"
}, - {
- "setup": {
- "id": "1",
- "key": "1"
}, - "journal": {
- "name": "IFRS-Australia",
- "id": "IFRS-AUS",
- "key": "43",
- "bookId": "IFRSACCRUAL"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2022-09-25T01:22:00Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-04-06T06:15:48Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "convention": "fullMonth",
- "usefulLifeUnits": "months",
- "name": "NAME 2",
- "useSalvageValue": true,
- "isTax": true,
- "id": "ID2",
- "key": "2"
}, - {
- "setup": {
- "id": "1",
- "key": "1"
}, - "journal": {
- "name": "Accommodation Expenses",
- "id": "Others",
- "key": "39",
- "bookId": "CEACCRUAL"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2022-09-25T01:22:22Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-04-06T06:15:48Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "convention": "halfYear",
- "usefulLifeUnits": "years",
- "name": "NAME 3",
- "useSalvageValue": true,
- "isTax": true,
- "id": "ID3",
- "key": "3"
}, - {
- "setup": {
- "id": "1",
- "key": "1"
}, - "journal": {
- "name": "GAAP Accrual Book",
- "id": "GAAP",
- "key": "45",
- "bookId": "GAAPADJACCRUAL"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-01-06T23:29:55Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-04-06T06:15:48Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "convention": "fullYear",
- "usefulLifeUnits": "years",
- "name": "NAME 41",
- "useSalvageValue": true,
- "isTax": true,
- "id": "ID41",
- "key": "41"
}, - {
- "setup": {
- "id": "1",
- "key": "1"
}, - "journal": {
- "name": "Fixed Asset Journal",
- "id": "FAJ",
- "key": "47",
- "bookId": "ACCRUAL"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-04-06T06:15:48Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-04-06T06:15:48Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "convention": "fullYear",
- "usefulLifeUnits": "years",
- "name": "Tax Accrual Book",
- "useSalvageValue": true,
- "isTax": false,
- "key": "42"
}
], - "audit": {
- "createdBy": "1",
- "createdDateTime": "2022-09-22T01:00:18Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-04-06T06:15:48Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "enableAutoPosting": false,
- "enableAccountsPayable": false,
- "enablePurchasingTxns": false,
- "goLiveDate": "2021-12-16",
- "historicalAccumulatedDepreciationType": "system",
- "id": "117",
- "key": "117"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing setup by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned key for the setup. Example: 99 |
goLiveDate | string <date> The date when historical assets begin to depreciate in Sage Intacct. Historical assets are assets that were partially depreciated in a different accounting system, outside of Sage Intacct. The go-live must come after all periods that were historically posted outside of Sage Intacct, and on or before all periods that have not yet posted. You can update the go-live date as long as it falls within the valid range. To avoid conflicts, set up your go-live date before adding assets to Sage Intacct. Example: "2020-01-01" | ||||||||||||||||||
enableAutoPosting | boolean Default: false Indicates whether automatic posting of depreciation schedule entries is enabled. Example: true | ||||||||||||||||||
enableAccountsPayable | boolean Default: false Indicates whether Accounts Payable integration is enabled. Example: true | ||||||||||||||||||
enablePurchasingTxns | boolean Default: false Indicates whether Purchasing Transactions integration is enabled. Example: false | ||||||||||||||||||
historicalAccumulatedDepreciationType | string Default: "system" Represents the options for calculating asset's historical accumulated depreciation amount:
Example: "system" | ||||||||||||||||||
object Determines the automatic numbering and formatting of new asset IDs. | |||||||||||||||||||
| |||||||||||||||||||
object The General Ledger account where the gain or loss on disposal amount is recorded as a debit or credit. The account must be active and non-statistical. | |||||||||||||||||||
| |||||||||||||||||||
object The journal where transactions related to Fixed Assets Management are recorded. Use an active and non-statistical journal. The journal configured in setup is used for non-depreciable assets. | |||||||||||||||||||
| |||||||||||||||||||
Array of objects Setup posting rules identify journal, useful life units, convention, and so forth for fixed asset transactions. Before updating a setup posting rule, ensure that there are no depreciation rules using that posting rule. Update the depreciation rule on the classification or asset to temporarily remove the posting rule first. For more information, see classification depreciation rule or asset depreciation rule. | |||||||||||||||||||
Array
|
OK
Bad Request
{- "setupPostingRules": [
- {
- "journal": {
- "key": "39"
}, - "key": "1",
- "convention": "fullMonth",
- "usefulLifeUnits": "months",
- "isTax": false,
- "useSalvageValue": true,
- "name": "new name"
}
]
}
{- "ia::result": {
- "key": "1",
- "id": "1",
- "href": "/objects/fixed-assets/setup/1"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
This operation is not supported.
key required | string System-assigned key for the setup. Example: 99 |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}