Use setup posting rules to identify the journal, useful life term, convention, and so forth, for fixed asset transactions.
Returns up to 100 object references from the collection with a key, ID, and link for each setup posting rule. 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 Setup Posting Rules |
OK
Bad Request
{- "ia::result": [
- {
- "id": "ID1",
- "key": "1",
- "href": "/objects/fixed-assets/setup-posting-rule/1"
}, - {
- "id": "ID2",
- "key": "2",
- "href": "/objects/fixed-assets/setup-posting-rule/2"
}, - {
- "id": "ID3",
- "key": "3",
- "href": "/objects/fixed-assets/setup-posting-rule/3"
}, - {
- "id": "ID4",
- "key": "4",
- "href": "/objects/fixed-assets/setup-posting-rule/4"
}
], - "ia::meta": {
- "totalCount": 4,
- "totalSuccess": 4,
- "totalError": 0
}
}
Creates a new setup posting rule.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Add Setup Posting Rule |
id required | string Unique ID for the setup posting rule. Example: "ID-1" | ||||
key | string System-assigned unique key for the setup posting rule. Example: "1" | ||||
name | string Name for the setup posting rule. Example: "Accrual" | ||||
usefulLifeUnits | string Default: "months" Denotes if the useful life is specified in months or years. The units of useful life must match the convention. Example: "months" | ||||
convention | string Default: "fullMonth" The convention determines how depreciation is calculated in the first and last periods of an asset's life. Example: "fullMonth" | ||||
isTax | boolean Default: false Indicates whether this posting rule applies for tax purposes. Example: true | ||||
useSalvageValue | boolean Default: true Indicates whether the salvage value should be used to calculate the depreciation expense of an asset. Example: false | ||||
object Provides configuration details for the Fixed Assets Management application. | |||||
| |||||
object The journal where transactions related to Fixed Assets Management are recorded. Use an active and non-statistical journal. When creating multiple journal posting rules, each rule must use a different journal, and each journal must belong to a different book. | |||||
|
Created
Bad Request
{- "journal": {
- "key": "47"
}, - "faSetup": {
- "key": "1"
}, - "id": "ID5",
- "usefulLifeUnits": "months",
- "convention": "fullMonth",
- "isTax": false,
- "useSalvageValue": false,
- "name": "Tax Accrual Book"
}
{- "ia::result": {
- "key": "5",
- "id": "ID5",
- "href": "/objects/fixed-assets/setup-posting-rule/5"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified setup posting rule.
Subscription | Fixed Assets Management |
---|---|
User type | Business, Employee, Project Manager, and Warehouse |
Permissions | List, View Setup Posting Rules |
key required | string System-assigned key for the setup posting rule. |
OK
Bad Request
{- "ia::result": {
- "faSetup": {
- "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-05-12T07:09:43Z"
}, - "convention": "fullMonth",
- "usefulLifeUnits": "months",
- "name": "NAME 2",
- "useSalvageValue": true,
- "id": "ID2",
- "isTax": false,
- "key": "2"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing setup posting rule by setting field values. Any fields not provided remain unchanged.
Before editing a setup posting rule, ensure that there are no depreciation rules using that posting rule. Edit 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.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Edit Setup Posting Rule |
key required | string System-assigned key for the setup posting rule. |
name | string Name for the setup posting rule. Example: "Accrual" | ||||
usefulLifeUnits | string Default: "months" Denotes if the useful life is specified in months or years. The units of useful life must match the convention. Example: "months" | ||||
convention | string Default: "fullMonth" The convention determines how depreciation is calculated in the first and last periods of an asset's life. Example: "fullMonth" | ||||
isTax | boolean Default: false Indicates whether this posting rule applies for tax purposes. Example: true | ||||
useSalvageValue | boolean Default: true Indicates whether the salvage value should be used to calculate the depreciation expense of an asset. Example: false | ||||
object Provides configuration details for the Fixed Assets Management application. | |||||
| |||||
object The journal where transactions related to Fixed Assets Management are recorded. Use an active and non-statistical journal. When creating multiple journal posting rules, each rule must use a different journal, and each journal must belong to a different book. | |||||
|
OK
Bad Request
{- "key": "42",
- "id": "ID42",
- "journal": {
- "key": "1"
}, - "faSetup": {
- "key": "1"
}, - "usefulLifeUnits": "months",
- "convention": "fullMonth",
- "isTax": false,
- "useSalvageValue": false,
- "name": "Tax Accrual Book"
}
{- "ia::result": {
- "key": "42",
- "id": "ID42",
- "href": "/objects/fixed-assets/setup-posting-rule/42"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a setup posting rule.
Before deleting a setup posting rule, ensure that there are no depreciation rules using that posting rule. Edit the depreciation rule on the classification or asset to remove the setup posting rule first. For more information, see classification depreciation rule or asset depreciation rule.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | null |
key required | string System-assigned key for the setup posting rule. |
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-posting-rule" | ||||||||
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
}
}