Create a Transmission
post
/transmissions
Request
Header Parameters
-
Prefer:
An optional header parameter that allows you to process the request asynchronously. Set the request header "Prefer" to "respond-async" for asynchronous processing. For synchronous processing, leave the parameter blank or do not define it.
Supported Media Types
- application/vnd.oracle.resource+json;type=singular
Root Schema : schema
Type:
Show Source
object
-
ackComMethodGid: string
The ACK_COM_METHOD_GID column may be set to EMAIL to request email acknowledgement of a transmission.
-
ackEmailAddress: string
The ACK_EMAIL_ADDRESS column holds the valid email address to which a transmission acknowledgement gets sent if email is set in the ACK_COM_METHOD_GID column.
-
ackEmailSmtphost: string
The ACK_EMAIL_SMTPHOST column specifies the hostname to send an email acknowledegment of receipt of the transmission.
-
ackOption: string
No description.
-
ackServletUrl: string
The URL for sending teh acknowledgement.
-
addTransmissionWrapper: string
Specifies if the Transmission XML element should be used to wrap the individual Transaction elements.
-
addXmlDeclaration: string
Specifies if the XML declaration should be added when sending the XML.
-
appMachineGid: string
No description.
-
appServerGid: string
No description.
-
contactGid: string
No description.
-
createDate:
createDate
The CREATE_DATE column specifies when the transmission was first created.
-
domainName: string
No description.
-
externalStatus: string
Specifies the external status for the Transmission. The external status represents the result of processing at the external system.
-
externalSystemGid: string
No description.
-
extSysComInfo: string
This field specifies the attributes of the external system communication method used for the outbound integration. For example, when the comm method is FTP, this column would contain the filename.
-
extSysComMethodGid: string
Indicates the communication method used for outbound XML Transmissions.
-
firstAttemptDate:
firstAttemptDate
Specifies the first time an attempt is made to process the transmission.
-
iMessageGid: string
No description.
-
insertDate:
insertDate
Read Only:
true
insert date -
isInbound: boolean
The IS_INBOUND column indicates that a transmission is either inbound (value equals Y) or not (value equals N).
-
isProcessInSequence: boolean
No description.
-
iTransmissionNo: number
(int64)
The I_TRANSMISSION_NO column uniquely identifies the transmission.
-
lastAttemptDate:
lastAttemptDate
Specifies the last time an attempt is made to process the transmission.
-
links: array
links
Read Only:
true
-
logProcessId: number
(int64)
Process ID for the Transmission.
-
mimeType: string
Describes the XML_BLOB content.
-
partitionKey: number
(double)
Populated through a trigger, this key is used to determine into which partition this record should be inserted. The formula is based upon the insert_date column and the frequency in which this table is associated (weekly, monthly, quarterly). Valid values are 1-4.
-
password: string
The PASSWORD column specifies the GLog password used to log into GLog to persist the transmission. This is required when IS_INBOUND is Y.
-
processGroups:
processGroups
-
receiverHostName: string
The SENDER_HOST_NAME column specifies the name of the machine that received the transmission.
-
referenceTransmissionNo: number
(int64)
The REFERENCE_TRANSMISSION_NO column can be used when GLog responds to a prior transmission. In this case, it specifies to which transmission the response belongs.
-
refnums:
refnums
-
requestingUser: string
No description.
-
retryCount: number
(int64)
No description.
-
runNewDomain: string
No description.
-
senderHostName: string
The SENDER_HOST_NAME column specifies the name of the machine that sent the transmission.
-
senderTransmissionId: string
No description.
-
senderTransmissionNo: number
(int64)
The SENDER_TRANSMISSION_NO column specifies the transmission number that the sender assigned to the transmission.
-
sourceMethod: string
No description.
-
status: string
The STATUS column is set to FRESH when the transmission is first stored in the I_TRANSMISSION table. Currently, it is never being changed to anything else.
-
stopProcessOnError: string
Specifies if processing of the Transmission should be stopped when an error occurs in a Transaction.
-
transactionCount: number
(int64)
The TRANSACTION_COUNT column specifies the number of transactions associated with this transmission.
-
transactions:
transactions
-
transmissionType: string
No description.
-
transmissionWrapperElement: string
Specifies the element name to wrap the Transmission.
-
updateDate:
updateDate
Read Only:
true
update date -
username: string
The USERNAME column specifies the GLog username used to log into GLog to persist the transmission. This is required when IS_INBOUND is Y.
-
userRoleGid: string
No description.
-
version: string
Specifies the app version which corresponds to the XML_BLOB.
-
xmlBlobSize: number
(int64)
Specifies the size of the XML.
-
xmlBlobType: string
Specifies if the contents of the XML_BLOB is the complete Transmission XML(T), the Transmission Header(TH), Message XML(M), Message Header XML(MH), Message Body XML(MB) or is not used (NA).
-
xmlPi: string
This field contains the XML Processing Instructions.
Nested Schema : createDate
The CREATE_DATE column specifies when the transmission was first created.
Match All
The CREATE_DATE column specifies when the transmission was first created.
Show Source
Nested Schema : firstAttemptDate
Specifies the first time an attempt is made to process the transmission.
Match All
Specifies the first time an attempt is made to process the transmission.
Show Source
Nested Schema : lastAttemptDate
Specifies the last time an attempt is made to process the transmission.
Match All
Specifies the last time an attempt is made to process the transmission.
Show Source
Nested Schema : processGroups
Type:
Show Source
object
-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : refnums
Type:
Show Source
object
-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : transactions
Type:
Show Source
object
-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : dateTimeType
Type:
Show Source
object
-
timezone: string
Timezone in Olson database format
-
value: string
(date-time)
Date in ISO 8601 format
Nested Schema : transmissions.processGroups
Type:
Show Source
object
-
domainName: string
No description.
-
inSequence: string
No description. This attribute is marked as Create-Only.
-
links: array
links
Read Only:
true
-
ownerPgroup: string
No description. This attribute is marked as Create-Only.
-
pgroupId: string
No description. This attribute is marked as Create-Only.
-
stopProcessOnError: string
Specifies if processing of the group should be stopped when an error occurs in a Transaction.
Nested Schema : transmissions.refnums
Type:
Show Source
object
-
domainName: string
No description.
-
iTransmissionRefnumQualGid: string
Transmission reference number qualifier gid.
-
links: array
links
Read Only:
true
-
partitionKey: number
(double)
Populated through a trigger, this key is used to determine into which partition this record should be inserted. The formula is based upon the insert_date column and the frequency in which this table is associated (weekly, monthly, quarterly). Valid values are 1-4.
-
refnumValue: string
Reference number value.
Nested Schema : transmissions.transactions
Type:
Show Source
object
-
dataQueryTypeGid: string
Data query type of OBJECT_GID, if populated.
-
domainName: string
No description.
-
elementName: string
ELEMENT_NAME contains the name of the transaction element. These can include: ActualShipment AllocationBase Billing Invoice Item Location Rate Release RemoteQuery ShipmentStatus TenderOffer TenderResponse TransOrder Voucher Xlane
-
externalStatus: string
Specifies the external status for the Transaction. The external status represents the result of processing at the external system.
-
firstAttemptDate:
firstAttemptDate
No description.
-
iTransactionNo: number
(int64)
This is a foreign key from the I_LOG table. The I_TRANSACTION_NO column specifies the transaction to which this log message pertains.
-
lastAttemptDate:
lastAttemptDate
No description.
-
links: array
links
Read Only:
true
-
objectGid: string
No description.
-
partitionKey: number
(double)
Populated through a trigger, this key is used to determine into which partition this record should be inserted. The formula is based upon the insert_date column and the frequency in which this table is associated (weekly, monthly, quarterly). Valid values are 1-4.
-
processGroup: string
No description.
-
processSequenceId: string
No description. This attribute is marked as Create-Only.
-
referenceTransactionId: string
Specifies an alternative Transaction Number that may be assigned by the recipient for the transaction.
-
refnums:
refnums
-
senderTransactionId: string
Specifies the Transaction Number that the sender assigned to the transaction.
-
status: string
STATUS indicates the status of the transaction. Status types include: FRESH New PROCESSED
-
transactionCode: string
TRANSACTION_CODE provides a code for the type of transaction that was transmitted. Transaction codes include: D I IU U Unknown
-
transactionType: string
Specifies the type of information stored in the Transmission record. For example, a record may be stored when an XML is staged via OAQ to support searching via Integration Saved Queries.
-
writtenBy: string
WRITTEN_BY contains the domain name that logged the transmission.
Nested Schema : refnums
Type:
Show Source
object
-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : transmissions.transactions.refnums
Type:
Show Source
object
-
domainName: string
No description.
-
iTransactionRefnumQualGid: string
Transaction reference number qualifier.
-
links: array
links
Read Only:
true
-
partitionKey: number
(double)
Populated through a trigger, this key is used to determine into which partition this record should be inserted. The formula is based upon the insert_date column and the frequency in which this table is associated (weekly, monthly, quarterly). Valid values are 1-4.
-
refnumValue: string
Reference number value.
Response
Supported Media Types
- application/vnd.oracle.resource+json;type=singular
Default Response
Default Response.
Root Schema : schema
Type:
Show Source
object
-
ackComMethodGid: string
The ACK_COM_METHOD_GID column may be set to EMAIL to request email acknowledgement of a transmission.
-
ackEmailAddress: string
The ACK_EMAIL_ADDRESS column holds the valid email address to which a transmission acknowledgement gets sent if email is set in the ACK_COM_METHOD_GID column.
-
ackEmailSmtphost: string
The ACK_EMAIL_SMTPHOST column specifies the hostname to send an email acknowledegment of receipt of the transmission.
-
ackOption: string
No description.
-
ackServletUrl: string
The URL for sending teh acknowledgement.
-
addTransmissionWrapper: string
Specifies if the Transmission XML element should be used to wrap the individual Transaction elements.
-
addXmlDeclaration: string
Specifies if the XML declaration should be added when sending the XML.
-
appMachineGid: string
No description.
-
appServerGid: string
No description.
-
contactGid: string
No description.
-
createDate:
createDate
The CREATE_DATE column specifies when the transmission was first created.
-
domainName: string
No description.
-
externalStatus: string
Specifies the external status for the Transmission. The external status represents the result of processing at the external system.
-
externalSystemGid: string
No description.
-
extSysComInfo: string
This field specifies the attributes of the external system communication method used for the outbound integration. For example, when the comm method is FTP, this column would contain the filename.
-
extSysComMethodGid: string
Indicates the communication method used for outbound XML Transmissions.
-
firstAttemptDate:
firstAttemptDate
Specifies the first time an attempt is made to process the transmission.
-
iMessageGid: string
No description.
-
insertDate:
insertDate
Read Only:
true
insert date -
isInbound: boolean
The IS_INBOUND column indicates that a transmission is either inbound (value equals Y) or not (value equals N).
-
isProcessInSequence: boolean
No description.
-
iTransmissionNo: number
(int64)
The I_TRANSMISSION_NO column uniquely identifies the transmission.
-
lastAttemptDate:
lastAttemptDate
Specifies the last time an attempt is made to process the transmission.
-
links: array
links
Read Only:
true
-
logProcessId: number
(int64)
Process ID for the Transmission.
-
mimeType: string
Describes the XML_BLOB content.
-
partitionKey: number
(double)
Populated through a trigger, this key is used to determine into which partition this record should be inserted. The formula is based upon the insert_date column and the frequency in which this table is associated (weekly, monthly, quarterly). Valid values are 1-4.
-
password: string
The PASSWORD column specifies the GLog password used to log into GLog to persist the transmission. This is required when IS_INBOUND is Y.
-
processGroups:
processGroups
-
receiverHostName: string
The SENDER_HOST_NAME column specifies the name of the machine that received the transmission.
-
referenceTransmissionNo: number
(int64)
The REFERENCE_TRANSMISSION_NO column can be used when GLog responds to a prior transmission. In this case, it specifies to which transmission the response belongs.
-
refnums:
refnums
-
requestingUser: string
No description.
-
retryCount: number
(int64)
No description.
-
runNewDomain: string
No description.
-
senderHostName: string
The SENDER_HOST_NAME column specifies the name of the machine that sent the transmission.
-
senderTransmissionId: string
No description.
-
senderTransmissionNo: number
(int64)
The SENDER_TRANSMISSION_NO column specifies the transmission number that the sender assigned to the transmission.
-
sourceMethod: string
No description.
-
status: string
The STATUS column is set to FRESH when the transmission is first stored in the I_TRANSMISSION table. Currently, it is never being changed to anything else.
-
stopProcessOnError: string
Specifies if processing of the Transmission should be stopped when an error occurs in a Transaction.
-
transactionCount: number
(int64)
The TRANSACTION_COUNT column specifies the number of transactions associated with this transmission.
-
transactions:
transactions
-
transmissionType: string
No description.
-
transmissionWrapperElement: string
Specifies the element name to wrap the Transmission.
-
updateDate:
updateDate
Read Only:
true
update date -
username: string
The USERNAME column specifies the GLog username used to log into GLog to persist the transmission. This is required when IS_INBOUND is Y.
-
userRoleGid: string
No description.
-
version: string
Specifies the app version which corresponds to the XML_BLOB.
-
xmlBlobSize: number
(int64)
Specifies the size of the XML.
-
xmlBlobType: string
Specifies if the contents of the XML_BLOB is the complete Transmission XML(T), the Transmission Header(TH), Message XML(M), Message Header XML(MH), Message Body XML(MB) or is not used (NA).
-
xmlPi: string
This field contains the XML Processing Instructions.
Nested Schema : createDate
The CREATE_DATE column specifies when the transmission was first created.
Match All
The CREATE_DATE column specifies when the transmission was first created.
Show Source
Nested Schema : firstAttemptDate
Specifies the first time an attempt is made to process the transmission.
Match All
Specifies the first time an attempt is made to process the transmission.
Show Source
Nested Schema : lastAttemptDate
Specifies the last time an attempt is made to process the transmission.
Match All
Specifies the last time an attempt is made to process the transmission.
Show Source
Nested Schema : processGroups
Type:
Show Source
object
-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : refnums
Type:
Show Source
object
-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : transactions
Type:
Show Source
object
-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : dateTimeType
Type:
Show Source
object
-
timezone: string
Timezone in Olson database format
-
value: string
(date-time)
Date in ISO 8601 format
Nested Schema : transmissions.processGroups
Type:
Show Source
object
-
domainName: string
No description.
-
inSequence: string
No description. This attribute is marked as Create-Only.
-
links: array
links
Read Only:
true
-
ownerPgroup: string
No description. This attribute is marked as Create-Only.
-
pgroupId: string
No description. This attribute is marked as Create-Only.
-
stopProcessOnError: string
Specifies if processing of the group should be stopped when an error occurs in a Transaction.
Nested Schema : transmissions.refnums
Type:
Show Source
object
-
domainName: string
No description.
-
iTransmissionRefnumQualGid: string
Transmission reference number qualifier gid.
-
links: array
links
Read Only:
true
-
partitionKey: number
(double)
Populated through a trigger, this key is used to determine into which partition this record should be inserted. The formula is based upon the insert_date column and the frequency in which this table is associated (weekly, monthly, quarterly). Valid values are 1-4.
-
refnumValue: string
Reference number value.
Nested Schema : transmissions.transactions
Type:
Show Source
object
-
dataQueryTypeGid: string
Data query type of OBJECT_GID, if populated.
-
domainName: string
No description.
-
elementName: string
ELEMENT_NAME contains the name of the transaction element. These can include: ActualShipment AllocationBase Billing Invoice Item Location Rate Release RemoteQuery ShipmentStatus TenderOffer TenderResponse TransOrder Voucher Xlane
-
externalStatus: string
Specifies the external status for the Transaction. The external status represents the result of processing at the external system.
-
firstAttemptDate:
firstAttemptDate
No description.
-
iTransactionNo: number
(int64)
This is a foreign key from the I_LOG table. The I_TRANSACTION_NO column specifies the transaction to which this log message pertains.
-
lastAttemptDate:
lastAttemptDate
No description.
-
links: array
links
Read Only:
true
-
objectGid: string
No description.
-
partitionKey: number
(double)
Populated through a trigger, this key is used to determine into which partition this record should be inserted. The formula is based upon the insert_date column and the frequency in which this table is associated (weekly, monthly, quarterly). Valid values are 1-4.
-
processGroup: string
No description.
-
processSequenceId: string
No description. This attribute is marked as Create-Only.
-
referenceTransactionId: string
Specifies an alternative Transaction Number that may be assigned by the recipient for the transaction.
-
refnums:
refnums
-
senderTransactionId: string
Specifies the Transaction Number that the sender assigned to the transaction.
-
status: string
STATUS indicates the status of the transaction. Status types include: FRESH New PROCESSED
-
transactionCode: string
TRANSACTION_CODE provides a code for the type of transaction that was transmitted. Transaction codes include: D I IU U Unknown
-
transactionType: string
Specifies the type of information stored in the Transmission record. For example, a record may be stored when an XML is staged via OAQ to support searching via Integration Saved Queries.
-
writtenBy: string
WRITTEN_BY contains the domain name that logged the transmission.
Nested Schema : refnums
Type:
Show Source
object
-
items: array
items
-
links: array
links
Read Only:
true
Nested Schema : transmissions.transactions.refnums
Type:
Show Source
object
-
domainName: string
No description.
-
iTransactionRefnumQualGid: string
Transaction reference number qualifier.
-
links: array
links
Read Only:
true
-
partitionKey: number
(double)
Populated through a trigger, this key is used to determine into which partition this record should be inserted. The formula is based upon the insert_date column and the frequency in which this table is associated (weekly, monthly, quarterly). Valid values are 1-4.
-
refnumValue: string
Reference number value.