Need ability to pass ampersand (&) as a parameter value in the REST API
I am creating a Service Request using the REST API. Some of the data fields may contain special characters, such as the ampersand (&). How do I properly format or send the request? For example, I want to send this as the Data to the sdpap interfacei:
<Operation><Details>
<parameter><name>requesttemplate</name><value>Custom Request</value></parameter>
<resources><resource><title>Additional Information</title>
<parameter><name>Employee Department</name><value>
Sales & Marketing</value></parameter>
</resource></resources>
</Details></Operation>
Thank you,
Geordon
New to ADSelfService Plus?