Specifies the transaction definition from which the transaction can be converted.
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 source document 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": "23",
- "id": "23",
- "href": "/objects/order-entry/txn-definition-source-document-detail/23"
}, - {
- "key": "19",
- "id": "19",
- "href": "/objects/order-entry/txn-definition-source-document-detail/19"
}, - {
- "key": "61",
- "id": "61",
- "href": "/objects/order-entry/txn-definition-source-document-detail/61"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new transaction definition source document detail object.
Subscription | Order Entry |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View, Add transaction definitions |
required | object Specify the transaction definition from which this transaction can be converted. For example, a sales invoice can be converted from a sales order. | ||||
| |||||
isDefault | boolean Default: false Specify whether the Example: true |
Created
Bad Request
{- "order-entry-txn-definition": {
- "key": "64"
}, - "sourceDocument": {
- "id": "Sales Invoice"
}, - "isDefault": false
}
{- "ia::result": {
- "key": "70",
- "id": "70",
- "href": "/objects/order-entry/txn-definition-source-document-detail/70"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified transaction definition source document 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 source document detail object. Example: 70 |
OK
Bad Request
{- "ia::result": {
- "key": "70",
- "id": "70",
- "order-entry-txn-definition": {
- "key": "64",
- "id": "Sales Order",
- "href": "/objects/order-entry/txn-definition/64"
}, - "sourceDocument": {
- "key": "43",
- "id": "Sales Invoice",
- "href": "/objects/order-entry/txn-definition/43"
}, - "isDefault": true,
- "href": "/objects/order-entry/txn-definition/source-document-detail/70"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing transaction definition source document 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 source document detail object. Example: 70 |
object Specify the transaction definition from which this transaction can be converted. For example, a sales invoice can be converted from a sales order. | |||||
| |||||
isDefault | boolean Default: false Specify whether the Example: true |
OK
Bad Request
{- "sourceDocument": {
- "key": "55"
}, - "isDefault": true
}
{- "ia::result": {
- "key": "70",
- "id": "70",
- "href": "/objects/order-entry/txn-definition-source-document-detail/70"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a transaction definition source document 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 source document detail object. Example: 70 |
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 source document 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
}
}