REST Method 415 Error

I am trying to send a file in my REST method, but when I run the flow I get a 415 Unsupported Media Type error. What am I doing wrong?

Comments

  • This error indicates that the file the method is being given is not what the application you are trying to call is expecting. Verify what the application is expecting to receive and change your rest method settings and file accordingly.

Sign In or Register to comment.