RestServiceMethod POST Confirmation

I am trying to send a Decisions generated PDF to an external service using a REST service Method POST call. However, my POST call keeps failing so I need to confirm the formatting is correct.

Is there a way to see the full request that is being sent?

Comments

  • This can be found in two ways. First, debug the flow containing the POST Method step and right click the step → View Input/Output Data. Here, you can view the data, Status Code, and Headers of POST call.

    You can also download the Postman collection under VIEW → DOWNLOAD POSTMAN COLLECTION


Sign In or Register to comment.