OTM REST API - How to send transaction refnums?
in Integration
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
Tagged:
0