CMDB API call without INPUT_DATA
I'm successfully calling the CMDB API, both testing with a browser and integrated from BizTalk, and it works fine, like in this example.
<citype>
<name>Requester</name>
<criterias>
<criteria>
<parameter>
<name compOperator='CONTAINS'>E-Mail</name>
</parameter>
</criteria>
</criterias>
<returnFields>
<name>*</name>
</returnFields>
</citype>
</API>
However, I would like to avoid using the INPUT_DATA parameter and instead put the XML structure in the HTTP body. Is that supported?
New to ADSelfService Plus?