Boomi Platform API Reference (1.0.0) - TradacomsConnectorRecord
Tradacoms Connector Records correspond to the trading partner details of the Process Reporting page in the user interface. The Tradacoms Connector Record object contains Tradacoms-specific document information 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 a TradacomsConnectorRecord object(s)
To filter by a custom field, use the format
customFields. Use thefieldNameas the filter property wherefieldNameis the element name of the custom field in the record structure. To get a list of the available custom fields see the Custom Tracked Field object.The STARTS_WITH operator only accepts values that do not include spaces.
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 (TradacomsConnectorRecord) |
Request samples
- Payload
{- "QueryFilter": {
- "expression": {
- "argument": [
- "execution-01234567-89ab-cdef-0123-456789abcdef-2019.08.10"
], - "operator": "EQUALS",
- "property": "executionId"
}
}
}Response samples
- 200
- 403
- 410
- 503
{- "numberOfResults": 100,
- "@type": "QueryResult",
- "result": [
- {
- "@type": "TradacomsConnectorRecord",
- "validationStatus": "Errors",
- "validationReport": "3 - VALUE_NOT_FOUND",
- "senderCode": "XB12",
- "senderName": "ka",
- "receiverCode": "AB12",
- "receiverName": "mow",
- "messageType": "INVFIL",
- "date": "190810",
- "time": "144753",
- "senderTransmissionReference": "STXREF",
- "receiverTransmissionReference": "rcvref",
- "applicationReference": "CAKHDR",
- "transmissionPriorityCode": "C",
- "fileGenerationNumber": "1",
- "fileVersionNumber": "1",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2019.08.10",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2019-08-10T06:24:12Z",
- "id": "connector-abcdef01-2345-6789-abcd-ef0123456789",
- "actionType": "Listen",
- "connectorType": "Tradacoms",
- "connectorName": "Start",
- "operationName": "Sample Tradacoms Listen Operation",
- "documentIndex": 0,
- "successful": true,
- "size": [
- "Long",
- 3138
], - "customFields": [
- {
- "customNumber": 13,
- "customDate": "2019-08-10T10:53:59-0400",
- "customCharacter": "sample"
}
]
}, - {
- "@type": "TradacomsConnectorRecord",
- "validationStatus": "Success",
- "validationReport": "Success",
- "senderCode": "XB12",
- "senderName": "mc",
- "receiverCode": "AB12",
- "receiverName": "mow",
- "messageType": "INVFIL",
- "date": "190810",
- "time": "144757",
- "senderTransmissionReference": "STXREF",
- "receiverTransmissionReference": "rcvref",
- "applicationReference": "CAKHDR",
- "transmissionPriorityCode": "C",
- "fileGenerationNumber": "1",
- "fileVersionNumber": "1",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2019.08.10",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2019-08-10T06:25:02Z",
- "id": "connector-bcdef012-3456-789a-bcde-f0123456789a",
- "actionType": "Listen",
- "connectorType": "Tradacoms",
- "connectorName": "Start",
- "operationName": "Sample Tradacoms Listen Operation",
- "documentIndex": 49,
- "successful": true,
- "size": [
- "Long",
- 2781
], - "customFields": [
- {
- "customNumber": 55,
- "customDate": "2019-08-10T10:57:14-0400",
- "customCharacter": "sample"
}
]
}
]
}Retrieves additional results for a TradacomsConnectorRecord 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 (TradacomsConnectorRecord) |
Response samples
- 200
- 403
- 410
- 503
{- "numberOfResults": 100,
- "@type": "QueryResult",
- "result": [
- {
- "@type": "TradacomsConnectorRecord",
- "validationStatus": "Errors",
- "validationReport": "3 - VALUE_NOT_FOUND",
- "senderCode": "XB12",
- "senderName": "ka",
- "receiverCode": "AB12",
- "receiverName": "mow",
- "messageType": "INVFIL",
- "date": "190810",
- "time": "144753",
- "senderTransmissionReference": "STXREF",
- "receiverTransmissionReference": "rcvref",
- "applicationReference": "CAKHDR",
- "transmissionPriorityCode": "C",
- "fileGenerationNumber": "1",
- "fileVersionNumber": "1",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2019.08.10",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2019-08-10T06:24:12Z",
- "id": "connector-abcdef01-2345-6789-abcd-ef0123456789",
- "actionType": "Listen",
- "connectorType": "Tradacoms",
- "connectorName": "Start",
- "operationName": "Sample Tradacoms Listen Operation",
- "documentIndex": 0,
- "successful": true,
- "size": [
- "Long",
- 3138
], - "customFields": [
- {
- "customNumber": 13,
- "customDate": "2019-08-10T10:53:59-0400",
- "customCharacter": "sample"
}
]
}, - {
- "@type": "TradacomsConnectorRecord",
- "validationStatus": "Success",
- "validationReport": "Success",
- "senderCode": "XB12",
- "senderName": "mc",
- "receiverCode": "AB12",
- "receiverName": "mow",
- "messageType": "INVFIL",
- "date": "190810",
- "time": "144757",
- "senderTransmissionReference": "STXREF",
- "receiverTransmissionReference": "rcvref",
- "applicationReference": "CAKHDR",
- "transmissionPriorityCode": "C",
- "fileGenerationNumber": "1",
- "fileVersionNumber": "1",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2019.08.10",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2019-08-10T06:25:02Z",
- "id": "connector-bcdef012-3456-789a-bcde-f0123456789a",
- "actionType": "Listen",
- "connectorType": "Tradacoms",
- "connectorName": "Start",
- "operationName": "Sample Tradacoms Listen Operation",
- "documentIndex": 49,
- "successful": true,
- "size": [
- "Long",
- 2781
], - "customFields": [
- {
- "customNumber": 55,
- "customDate": "2019-08-10T10:57:14-0400",
- "customCharacter": "sample"
}
]
}
]
}