Boomi Platform API Reference (1.0.0) - X12ConnectorRecord
X12 Connector Records correspond to the trading partner details of the Process Reporting page in the user interface. The X12 Connector Record object contains X12-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 X12ConnectorRecord object
To filter by a custom field, use the format customFields. Use the fieldName as the filter property where fieldName is the element name of the custom field in the X12 Connector 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 (X12ConnectorRecord) |
Request samples
- Payload
{- "QueryFilter": {
- "expression": {
- "argument": [
- "execution-01234567-89ab-cdef-0123-456789abcdef-2016.05.21"
], - "operator": "EQUALS",
- "property": "executionId"
}
}
}Response samples
- 200
- 403
- 410
- 503
{- "numberOfResults": 100,
- "@type": "QueryResult",
- "result": [
- {
- "@type": "X12ConnectorRecord",
- "isaAckStatus": "Accepted",
- "isaAckReport": "Acknowledgment Report for Interchange Control Number 000000852
Date: 160528
Time: 0624
Acknowledgment Status: Accepted
Note: No Error",
- "ackStatus": "Accepted",
- "ackReport": "Group Control #: 852
Acknowledgement Status: A",
- "isaControl": "000000852",
- "gsControl": "852",
- "stControl": "0001",
- "functionalID": "SM",
- "transactionSet": "204",
- "testIndicator": "P",
- "senderIDQualifier": "02",
- "senderID": "NDTL",
- "receiverIDQualifier": "ZZ",
- "receiverID": "D1T1",
- "appSenderID": "NDTL",
- "appReceiverID": "D1T1",
- "standardID": "U",
- "standard": "U",
- "gsVersion": "003050",
- "agencyCode": "X",
- "gsDate": "130528",
- "gsTime": "0224",
- "outboundValidationStatus": "Success",
- "outboundValidationReport": "Transaction Set #: 19 Acknowledgement Status: A",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2016.05.28",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2016-05-28T06:24:12Z",
- "id": "connector-abcdef01-2345-6789-abcd-ef0123456789",
- "actionType": "Send",
- "connectorType": "x12",
- "connectorName": "Trading Partner",
- "operationName": "Xmit Message",
- "documentIndex": 0,
- "successful": true,
- "size": [
- "Long",
- 654
], - "customFields": [
- {
- "field1": 13,
- "field2": "ASA"
}
]
}, - {
- "@type": "X12ConnectorRecord",
- "isaAckStatus": "Accepted",
- "isaAckReport": "Acknowledgment Report for Interchange Control Number 000000913
Date: 160528
Time: 0625
Acknowledgment Status: Accepted
Note: No Error",
- "ackStatus": "Accepted",
- "ackReport": "Group Control #: 913
Acknowledgement Status: A",
- "isaControl": "000000913",
- "gsControl": "913",
- "stControl": "0001",
- "functionalID": "SM",
- "transactionSet": "253",
- "testIndicator": "P",
- "senderIDQualifier": "02",
- "senderID": "NDTL",
- "receiverIDQualifier": "ZZ",
- "receiverID": "D1T1",
- "appSenderID": "NDTL",
- "appReceiverID": "D1T1",
- "standardID": "U",
- "standard": "U",
- "gsVersion": "003050",
- "agencyCode": "X",
- "gsDate": "130528",
- "gsTime": "0225",
- "outboundValidationStatus": "Success",
- "outboundValidationReport": "Transaction Set #: 19 Acknowledgement Status: A",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2016.05.28",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2016-05-28T06:25:02Z",
- "id": "connector-bcdef012-3456-789a-bcde-f0123456789a",
- "actionType": "Send",
- "connectorType": "x12",
- "connectorName": "Trading Partner",
- "operationName": "Xmit Message",
- "documentIndex": 49,
- "successful": true,
- "size": [
- "Long",
- 654
], - "customFields": [
- {
- "field1": 55,
- "field2": "ASA"
}
]
}
]
}Retrieves additional results for a X12ConnectorRecord 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 (X12ConnectorRecord) |
Response samples
- 200
- 403
- 410
- 503
{- "numberOfResults": 100,
- "@type": "QueryResult",
- "result": [
- {
- "@type": "X12ConnectorRecord",
- "isaAckStatus": "Accepted",
- "isaAckReport": "Acknowledgment Report for Interchange Control Number 000000852
Date: 160528
Time: 0624
Acknowledgment Status: Accepted
Note: No Error",
- "ackStatus": "Accepted",
- "ackReport": "Group Control #: 852
Acknowledgement Status: A",
- "isaControl": "000000852",
- "gsControl": "852",
- "stControl": "0001",
- "functionalID": "SM",
- "transactionSet": "204",
- "testIndicator": "P",
- "senderIDQualifier": "02",
- "senderID": "NDTL",
- "receiverIDQualifier": "ZZ",
- "receiverID": "D1T1",
- "appSenderID": "NDTL",
- "appReceiverID": "D1T1",
- "standardID": "U",
- "standard": "U",
- "gsVersion": "003050",
- "agencyCode": "X",
- "gsDate": "130528",
- "gsTime": "0224",
- "outboundValidationStatus": "Success",
- "outboundValidationReport": "Transaction Set #: 19 Acknowledgement Status: A",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2016.05.28",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2016-05-28T06:24:12Z",
- "id": "connector-abcdef01-2345-6789-abcd-ef0123456789",
- "actionType": "Send",
- "connectorType": "x12",
- "connectorName": "Trading Partner",
- "operationName": "Xmit Message",
- "documentIndex": 0,
- "successful": true,
- "size": [
- "Long",
- 654
], - "customFields": [
- {
- "field1": 13,
- "field2": "ASA"
}
]
}, - {
- "@type": "X12ConnectorRecord",
- "isaAckStatus": "Accepted",
- "isaAckReport": "Acknowledgment Report for Interchange Control Number 000000913
Date: 160528
Time: 0625
Acknowledgment Status: Accepted
Note: No Error",
- "ackStatus": "Accepted",
- "ackReport": "Group Control #: 913
Acknowledgement Status: A",
- "isaControl": "000000913",
- "gsControl": "913",
- "stControl": "0001",
- "functionalID": "SM",
- "transactionSet": "253",
- "testIndicator": "P",
- "senderIDQualifier": "02",
- "senderID": "NDTL",
- "receiverIDQualifier": "ZZ",
- "receiverID": "D1T1",
- "appSenderID": "NDTL",
- "appReceiverID": "D1T1",
- "standardID": "U",
- "standard": "U",
- "gsVersion": "003050",
- "agencyCode": "X",
- "gsDate": "130528",
- "gsTime": "0225",
- "outboundValidationStatus": "Success",
- "outboundValidationReport": "Transaction Set #: 19 Acknowledgement Status: A",
- "account": "account-123456",
- "executionId": "execution-01234567-89ab-cdef-0123-456789abcdef-2016.05.28",
- "atomId": "3456789a-bcde-f012-3456-789abcdef012",
- "dateProcessed": "2016-05-28T06:25:02Z",
- "id": "connector-bcdef012-3456-789a-bcde-f0123456789a",
- "actionType": "Send",
- "connectorType": "x12",
- "connectorName": "Trading Partner",
- "operationName": "Xmit Message",
- "documentIndex": 49,
- "successful": true,
- "size": [
- "Long",
- 654
], - "customFields": [
- {
- "field1": 55,
- "field2": "ASA"
}
]
}
]
}