Use this object for additional General Ledger account mapping. When additional GL posting is enabled for the owning transaction definition, the postToGL
field is set to true
, additional GL posting account mapping is available.
The item GL group and warehouse together form the criteria set for the account mapping. For more information, see Transaction definitions - Order Entry in the Sage Intacct Help Center.
Returns a collection with a key, ID, and link for each transaction definition additional GL detail object. 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 | Order Entry |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View, transaction definitions |
OK
Bad Request
{- "ia::result": [
- {
- "key": "195",
- "id": "195",
- "href": "/objects/order-entry/txn-definition-additional-gl-detail/195"
}, - {
- "key": "196",
- "id": "196",
- "href": "/objects/order-entry/txn-definition-additional-gl-detail/196"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified transaction definition additional GL detail object.
Subscription | Order Entry |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View, transaction definitions |
key required | string System-assigned unique key for the transaction definition additional GL detail object. Example: 196 |
OK
Bad Request
{- "ia::result": {
- "key": "195",
- "id": "195",
- "order-entry-txn-definition": {
- "key": "64",
- "id": "Sales Order",
- "href": "/objects/order-entry/txn-definition/64"
}, - "itemGLGroup": {
- "key": "6",
- "id": "Auto GL Group",
- "href": "/objects/inventory-control/item-gl-group/6"
}, - "isOffset": false,
- "txnType": "debit",
- "moduleType": "additional",
- "glAccount": {
- "id": "1000",
- "key": "3",
- "href": "/objects/general-ledger/account/3"
}, - "lineNumber": 10,
- "href": "/objects/order-entry/txn-definition-additional-gl-detail/195"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing transaction definition additional GL detail object by setting field values. Any fields not provided remain unchanged.
Subscription | Order Entry |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View, Edit transaction definitions |
key required | string System-assigned unique key for the transaction definition additional GL detail object. Example: 196 |
isOffset | boolean Default: false Set to Example: true | ||||
txnType | string Specify whether to debit or credit the account. Example: "debit" | ||||
moduleType | string Module type. Example: "additional" | ||||
lineNumber | integer <= 8 characters Line number of the transaction. Example: 1 | ||||
object The GL account to which the transaction posts for the mapped criteria set. | |||||
| |||||
object Location associated with the transaction definition. | |||||
| |||||
object Department associated with the transaction definition. | |||||
| |||||
object The | |||||
| |||||
object The | |||||
| |||||
object Customer GL groups are categories of customers grouped together so that transactions can be posted to specific GL accounts. | |||||
| |||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
OK
Bad Request
{- "isOffset": true
}
{- "ia::result": {
- "key": "195",
- "id": "195",
- "href": "/objects/order-entry/txn-definition-additional-gl-detail/195"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes an additional GL detail object.
Subscription | Order Entry |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View, Delete transaction definitions |
key required | string System-assigned unique key for the transaction definition additional GL detail object. Example: 196 |
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
}
}
Use the query service to find transaction definition additional GL details that meet certain criteria and to specify the properties that are returned.
OK
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
}
}