Trading API AddItem ConditionDescriptor for FREE_TEXT node
Does anyone know what the "Item.ConditionDescriptors.ConditionDescriptor" container for "FREE_TEXT" is supposed to look like?
...
<ConditionDescriptor>
<AdditionalInfo>Text</AdditionalInfo>
<Name>27503</Name>
<Value>?</Value>
</ConditionDescriptor>;
...
Name and Value constitute a pair; therefore, both must always be specified. Note that Value is a numeric field, not a text field. In this specific case, it represents a certificate number; thus, the text can be converted into a number. However, if the system is expanded to cover other categories in the future, a ValueId will be required for FREE_TEXT fields.
In the legacy Item Attribute Architecture, a FREE_TEXT field had an ID value of -6.
How can a FREE_TEXT field be submitted without violating the rules?