Specify the transaction definitions from which this transaction can be converted.
Returns a collection with a key, ID, and link for each document conversion detail object.
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 document conversion detail object.
required | object Specify the transaction definitions from which this transaction can be converted. For example, a sales invoice can be converted from a sales order and a shipper. | ||||
| |||||
isDefault | boolean Default: false Default for bulk conversion. 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 document conversion detail object.
key required | string System-assigned unique key for the document conversion detail object. Example: 9 |
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 document conversion detail object by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned unique key for the document conversion detail object. Example: 9 |
object Specify the transaction definitions from which this transaction can be converted. For example, a sales invoice can be converted from a sales order and a shipper. | |||||
| |||||
isDefault | boolean Default: false Default for bulk conversion. Example: true |
OK
Bad Request
{- "order-entry-txn-definition": {
- "key": "64"
}, - "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 document conversion detail object.
key required | string System-assigned unique key for the document conversion detail object. Example: 9 |
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