I am trying to add a Professional Reference Order via the "AddOrderToProfile()" api reference. Based on the example returned by the GetDetails function returned as the GWOrderFieldsExample:
<OrderFields>
<OrderField NewOrderID="1" FieldID="57834" Value="" />
<OrderField NewOrderID="1" FieldID="57835" Value="" />
</OrderFields>
These two work fine. When I add other lines like:
<OrderField NewOrderID="!" FieldID="38898" Value="Something" />
The Reference Name does not get sent. I got the value 38898 from tne "<ServiceField>" list also returned by GetDetails - however this does not work.
Question is: How do I send the Reference Name, and other fields for this order?