Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

How to make a call to Proof Custom API

Avatar

Level 1

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.

devDP_0-1683533277636.png

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

 

thanks

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 2

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>