Set up configuration details for the Fixed Assets Management application. Settings apply to all entities.
Returns up to 100 object references from the collection with a key, ID, and link for each setup. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
Subscription | Fixed Assets Management |
---|---|
User type | Business, Employee, Project Manager, and Warehouse |
Permissions | List, View Setups |
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.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Add 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 | ||||||||||||||||||
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.
Subscription | Fixed Assets Management |
---|---|
User type | Business, Employee, Project Manager, and Warehouse |
Permissions | List, View Setups |
key required | string System-assigned key for the setup. |
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": [
- {
- "faSetup": {
- "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"
}, - "convention": "fullMonth",
- "usefulLifeUnits": "months",
- "name": "NAME 1",
- "useSalvageValue": false,
- "isTax": true,
- "id": "ID1",
- "key": "1"
}, - {
- "faSetup": {
- "id": "117",
- "key": "117"
}, - "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"
}, - "convention": "fullMonth",
- "usefulLifeUnits": "months",
- "name": "NAME 2",
- "useSalvageValue": true,
- "isTax": true,
- "id": "ID2",
- "key": "2"
}, - {
- "faSetup": {
- "id": "117",
- "key": "117"
}, - "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"
}, - "convention": "halfYear",
- "usefulLifeUnits": "years",
- "name": "NAME 3",
- "useSalvageValue": true,
- "isTax": true,
- "id": "ID3",
- "key": "3"
}, - {
- "faSetup": {
- "id": "117",
- "key": "117"
}, - "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"
}, - "convention": "fullYear",
- "usefulLifeUnits": "years",
- "name": "NAME 41",
- "useSalvageValue": true,
- "isTax": true,
- "id": "ID41",
- "key": "41"
}, - {
- "faSetup": {
- "id": "117",
- "key": "117"
}, - "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"
}, - "convention": "fullYear",
- "usefulLifeUnits": "years",
- "name": "Tax Accrual Book",
- "useSalvageValue": true,
- "isTax": false,
- "key": "42"
}
], - "audit": {
- "createdDateTime": "2022-09-22T01:00:18Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-04-06T06:15:48Z"
}, - "enableAutoPosting": false,
- "enableAccountsPayable": false,
- "enablePurchasingTxns": false,
- "goLiveDate": "2021-12-16",
- "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.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Edit Setup |
key required | string System-assigned key for the setup. |
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 | ||||||||||||||||||
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.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | null |
key required | string System-assigned key for the setup. |
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
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "fixed-assets/setup" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the response. Example: 100 |
OK
Bad Request
{- "object": "accounts-payable/vendor",
- "fields": [
- "id",
- "name",
- "status",
- "href"
], - "filters": [
- {
- "$eq": {
- "status": "active"
}
}, - {
- "$eq": {
- "billingType": "openItem"
}
}
], - "filterExpression": "1 and 2",
- "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "id": "Vend-00002",
- "name": "Test vendor",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/85"
}, - {
- "id": "VEND-00010",
- "name": "Design Works",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/111"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}