Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Profile Folder | Summary of Elements in this Folder | wm.tn.profile:getPartnerBinary
 
wm.tn.profile:getPartnerBinary
Retrieves a binary value for a partner. Supply either a binaryTypeCode or a binaryTypeDescription. If values for both parameters are supplied, the binaryTypeDescription is ignored.
Input Parameters
partnerID
String (optional) The internal identifier for the trading partner.
binaryTypeCode
String (optional) A string that contains the numeric code for the type of binary to be retrieved. This value must match the Type column of the PartnerBinary table. Supply a value for binaryTypeCode or for binaryTypeDescription, but not both.
binaryTypeDescription
String (optional) A string that describes the type of binary to be retrieved. This value must match the Description column of the PartnerBinary table. Supply a value for binaryTypeDescription or for binaryTypeCode, but not both.
Output Parameters
binary
Object A byte array that contains the requested binary value.