Dear Experts,
We are trying out the new REST adapter for an interface with SOAP > REST. So the REST receiver should call the 3th party system with a HTTP body like this:
POST http://192.168.2.116:14000/idaas/im/scim/v1/Users HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/scim+json
Authorization: Basic RUdPVkNPTk5FQ1Q6V2VsY29tZTE=
{
"schemas":
...
}
The third party system developers told me that they need the Content-Type with application/scim+json instead application/json. Is it possible to change the Content-Type for a REST interface?
Thanks and Regards,
Koray