Jason Smith 8 Posted September 28, 2020 Share Posted September 28, 2020 Good morning. I am facing an issue in an Invoke REST API activity and have tried all combination of ways to submit. There is a REST API that I need to call to POST a .csv file. I have attached a successful Postman request. The API just requires the OAuth2 bearer token and the file that is being submitted. I cannot for the life of me figure out how to accomplish this in Tibco BW. The error message I receive is "Content-Type multipart/form-data; boundary=Boundary_1_1329868862_1601305518435 not supported.". I do call a couple other REST APIs successfully passing the bearer token, so I feel like it's just the way that I am attempting to send the file. Any guidance on how I need to format the Invoke REST API POST request would be greatly appreciated. 400 {"message":"Content-Type multipart/form-data; boundary=Boundary_1_1329868862_1601305518435 not supported."} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now