I am using the REST API to create requests. Data is sent via the INPUT_DATA xml attribute.
Everything works fine.
I would like to add a user defined attribute to the xml structure but the problem is the syntax of this attribute : "N° de Client"
<Operation>
<Details>
<subject>Specify Subject</subject>
<N° de Client>N9812</N° de Client>
</Details>
</Operation>
The above xml structure is incorrect (spaces and special char), is there any solution without modifying the user defined attribute's name ?