cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Error in REST POST

Darshita
New Contributor II

Hello,

Please suggest what could be causing the following error in REST POST Response:

โ€œerrorโ€:

โ€œREST API service endpoint returned error result: status code = 415, reason phrase = Unsupported Media Typeโ€

Which setting can be changed for this?

2 REPLIES 2

tlikarish
Employee
Employee

A HTTP Status Code of 415 means the server does not like the Content-Type of the REST Post. Can you verify that itโ€™s being set correctly and that the server allows content of that type in the request?

Darshita
New Contributor II

Thank you! I just added Content-Type to the header and it worked.