This object holds the inventory account mapping for order entry transaction definitions that are configured to post cost of goods (COGS) adjustments to the General Ledger. For example, if a transaction definition is for a cost of goods (COG) adjustment that accounts for spoilage, you might debit the spoilage account and credit the order entry account.
Returns a collection with a key, ID, and link for each transaction definition COGS GL account and Inventory account detail object.
OK
Bad Request
{- "ia::result": [
- {
- "key": "159",
- "id": "159",
- "href": "/objects/order-entry/txn-definition-cogs-gl-detail/159"
}, - {
- "key": "160",
- "id": "160",
- "href": "/objects/order-entry/txn-definition-cogs-gl-detail/160"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified transaction definition COGS GL account and Inventory account detail object.
key required | string System-assigned unique key for the transaction definition COGS account detail object. definition. Example: 164 |
OK
Bad Request
{- "ia::result": {
- "key": "160",
- "id": "160",
- "order-entry-txn-definition": {
- "key": "43",
- "id": "Sales Invoice",
- "href": "/objects/order-entry-txn-definition/43"
}, - "itemGLGroup": {
- "key": "1",
- "id": "HW GL Group",
- "href": "/objects/item-gl-group/1"
}, - "txnType": "debit",
- "moduleType": "inventory",
- "glAccount": {
- "id": "5000",
- "key": "72",
- "href": "/objects/gl-account/72"
}, - "lineNumber": 1,
- "href": "/objects/order-entry/txn-definition-cogs-gl-detail/160"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing transaction definition COGS GL account and Inventory account detail object by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned unique key for the transaction definition COGS account detail object. definition. Example: 164 |
isOffset | boolean Default: false If true, then the line will be marked as offset. Example: true | ||||
txnType | string Debit or credit type. Example: "debit" | ||||
moduleType | string Module type. Example: "subledger" | ||||
lineNumber | integer <= 8 characters Line no. Example: 1 | ||||
object | |||||
| |||||
object | |||||
| |||||
object | |||||
| |||||
object | |||||
| |||||
object | |||||
| |||||
object Customer GL Group | |||||
| |||||
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
{- "glAccount": {
- "id": "1400"
}, - "order-entry-txn-definition": {
- "key": "64"
}
}
{- "ia::result": {
- "key": "191",
- "id": "191",
- "href": "/objects/order-entry/txn-definition-cogs-gl-detail/191"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a transaction definition COGS GL account and Inventory account detail object.
key required | string System-assigned unique key for the transaction definition COGS account detail object. definition. Example: 164 |
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 cogs GL details that meet certain criteria and to specify the properties that are returned.
OK