You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OTM REST API - How to send transaction refnums?

Hello!

How can I add transaction level refnums using REST API Transmission Resource?

In the Transmission XML, this can be done by adding the Transaction refnums to the Transaction Header of the Transmission:

<Transmission>
<TransmissionBody>
<GLogXMLElement>
<TransactionHeader>
<Refnum>
<RefnumQualifierGid>
<Gid>
<Xid>OTZ</Xid>
</Gid>
</RefnumQualifierGid>
<RefnumValue>UTC</RefnumValue>
</Refnum>
</TransactionHeader>
<Release/>
</GLogXMLElement>
</TransmissionBody>
</Transmission>

I'm wondering whether this is also supported in REST API

Thanks in advance

Leo

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!