How to make a call to Proof Custom API | Community
Skip to main content
New Participant
May 8, 2023
Question

How to make a call to Proof Custom API

  • May 8, 2023
  • 1 reply
  • 1031 views

Hi,

I want to make some proof Custom APIs call deleteTemplateStages() - api (proofhq.com).

For this a module in fusion present for proof custom API.But they have not mentioned any where in what formate we should pass the body xml.

Can you please help me what formate I should pass here.

 

thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

KristyAnn
New Participant
October 26, 2023

Use the Create XML module before this and you will add the required parameters (you want to also strip the xml declaration from the advanced settings if you use this module).

You can put directly in the XML body (I haven't tested this one specifically but should get you close) or can do a set variable and create as XML format:

<StageIDs>
<item>4417751</item>
</StageIDs>
<WorkflowTemplateID>4556</WorkflowTemplateID>