Boomi Platform API Reference (1.0.0) - EdiCustomConnectorRecord
EDI Custom Connector Records correspond to the trading partner details of the Process Reporting page in the user interface. The EDI Custom Connector Record object contains the component names of the sending and receiving custom trading partners and user-defined tracked field information along with other fields.
Required Privileges
You need these privileges in the target environment:
Write access
- N/A
Read access
- API — Use the Boomi Platform API to access account data.
Queries for an EdiCustomConnectorRecord object(s)
- To filter by a customField, use the format customFields. Use fieldName as the filter property where fieldName is the element name of the custom field in the EDI Custom Connector Record structure. To get a list of the available custom fields, refer to Custom Tracked Field object.
- The STARTS_WITH operator accepts values that do not include spaces.
- Sorting of the Query results are by the
dateProcessedfield value, from the oldest to the newest.
For general information about the structure of QUERY filters, their sample payloads, and how to handle the paged results, refer to Query filters and Query paging.
Authorizations:
Request Body schema: optional
required | object | ||||||||||
| |||||||||||
Responses
Response Schema:
| numberOfResults | integer <int32> |
| queryToken | string By default, the queryToken parameter is not available in the query response. It appears only when the query response contains more than 100 results. The maximum number of results returned per query is 100. To retrieve the next set of results, use the queryToken in the queryMore request. |
Array of objects (EdiCustomConnectorRecord) |
Request samples
- Payload
{- "QueryFilter": {
- "expression": {
- "argument": [
- "execution-01234567-89ab-cdef-0123-456789abcdef-2019.09.14"
], - "operator": "EQUALS",
- "property": "executionId"
}
}
}Response samples
- 200
- 403
- 410
- 503
{- "numberOfResults": 100,
- "@type": "QueryResult",
- "result": [
- {
- "@type": "EDICustomConnectorRecord",
- "fromTradingPartner": "Custom Simple Partner",
- "toTradingPartner": "Custom Simple MyCo",
- "account": "demo-2ZR33Z",
- "executionId": "execution-eda39aba-acee-438e-a6c0-54614e81a643-2025.10.07",
- "atomId": "16d22e86-bc07-444b-adc8-b4a1bb1b715c",
- "dateProcessed": "2025-10-07T17:47:41Z",
- "id": "connector-7fdca144-5056-4110-838b-26c488277710",
- "actionType": "Get",
- "connectorType": "edicustom",
- "connectorName": "Start",
- "operationName": "shape1~4d126eb9-600c-4481-90a8-2bfe79b02ade",
- "documentIndex": 2,
- "successful": true,
- "customStandardID": "340d6068-7142-468b-aafc-30006172b63d",
- "customStandardName": "Simple",
- "standardID": "Simple",
- "senderID": "123456789",
- "senderIDQualifier": "DUNS",
- "receiverID": "987654321",
- "receiverIDQualifier": "DUNS",
- "messageType": "PurchaseOrder",
- "messageID": "11111",
- "messageDate": "10072025",
- "messageTime": "1347",
- "version": "1.2",
- "size": 675,
- "customFields": [
- {
- "Purchase_Order_Number_1": "PO01000"
}
]
}, - {
- "@type": "EDICustomConnectorRecord",
- "fromTradingPartner": "Custom Simple Partner",
- "toTradingPartner": "Custom Simple MyCo",
- "account": "demo-2ZR33Z",
- "executionId": "execution-eda39aba-acee-438e-a6c0-54614e81a643-2025.10.07",
- "atomId": "16d22e86-bc07-444b-adc8-b4a1bb1b715c",
- "dateProcessed": "2025-10-07T17:47:41Z",
- "id": "connector-7fdca144-5056-4110-838b-26c488277710",
- "actionType": "Get",
- "connectorType": "edicustom",
- "connectorName": "Start",
- "operationName": "shape1~4d126eb9-600c-4481-90a8-2bfe79b02ade",
- "documentIndex": 2,
- "successful": true,
- "customStandardID": "340d6068-7142-468b-aafc-30006172b63d",
- "customStandardName": "Simple",
- "standardID": "Simple",
- "senderID": "123456789",
- "senderIDQualifier": "DUNS",
- "receiverID": "987654321",
- "receiverIDQualifier": "DUNS",
- "messageType": "PurchaseOrder",
- "messageID": "11111",
- "messageDate": "10072025",
- "messageTime": "1347",
- "version": "1.2",
- "size": 675,
- "customFields": [
- {
- "Purchase_Order_Number_1": "PO01000"
}
]
}
]
}Retrieves additional results for an EdiCustomConnectorRecord query
To learn about using queryMore, refer to the topic Query paging.
Authorizations:
Request Body schema: text/plainrequired
Responses
Response Schema:
| numberOfResults | integer <int32> |
| queryToken | string By default, the queryToken parameter is not available in the query response. It appears only when the query response contains more than 100 results. The maximum number of results returned per query is 100. To retrieve the next set of results, use the queryToken in the queryMore request. |
Array of objects (EdiCustomConnectorRecord) |
Response samples
- 200
- 403
- 410
- 503
{- "numberOfResults": 100,
- "@type": "QueryResult",
- "result": [
- {
- "@type": "EDICustomConnectorRecord",
- "fromTradingPartner": "Custom Simple Partner",
- "toTradingPartner": "Custom Simple MyCo",
- "account": "demo-2ZR33Z",
- "executionId": "execution-eda39aba-acee-438e-a6c0-54614e81a643-2025.10.07",
- "atomId": "16d22e86-bc07-444b-adc8-b4a1bb1b715c",
- "dateProcessed": "2025-10-07T17:47:41Z",
- "id": "connector-7fdca144-5056-4110-838b-26c488277710",
- "actionType": "Get",
- "connectorType": "edicustom",
- "connectorName": "Start",
- "operationName": "shape1~4d126eb9-600c-4481-90a8-2bfe79b02ade",
- "documentIndex": 2,
- "successful": true,
- "customStandardID": "340d6068-7142-468b-aafc-30006172b63d",
- "customStandardName": "Simple",
- "standardID": "Simple",
- "senderID": "123456789",
- "senderIDQualifier": "DUNS",
- "receiverID": "987654321",
- "receiverIDQualifier": "DUNS",
- "messageType": "PurchaseOrder",
- "messageID": "11111",
- "messageDate": "10072025",
- "messageTime": "1347",
- "version": "1.2",
- "size": 675,
- "customFields": [
- {
- "Purchase_Order_Number_1": "PO01000"
}
]
}, - {
- "@type": "EDICustomConnectorRecord",
- "fromTradingPartner": "Custom Simple Partner",
- "toTradingPartner": "Custom Simple MyCo",
- "account": "demo-2ZR33Z",
- "executionId": "execution-eda39aba-acee-438e-a6c0-54614e81a643-2025.10.07",
- "atomId": "16d22e86-bc07-444b-adc8-b4a1bb1b715c",
- "dateProcessed": "2025-10-07T17:47:41Z",
- "id": "connector-7fdca144-5056-4110-838b-26c488277710",
- "actionType": "Get",
- "connectorType": "edicustom",
- "connectorName": "Start",
- "operationName": "shape1~4d126eb9-600c-4481-90a8-2bfe79b02ade",
- "documentIndex": 2,
- "successful": true,
- "customStandardID": "340d6068-7142-468b-aafc-30006172b63d",
- "customStandardName": "Simple",
- "standardID": "Simple",
- "senderID": "123456789",
- "senderIDQualifier": "DUNS",
- "receiverID": "987654321",
- "receiverIDQualifier": "DUNS",
- "messageType": "PurchaseOrder",
- "messageID": "11111",
- "messageDate": "10072025",
- "messageTime": "1347",
- "version": "1.2",
- "size": 675,
- "customFields": [
- {
- "Purchase_Order_Number_1": "PO01000"
}
]
}
]
}