Comment on proof via API
Hi All,
Is it possible to add comment on proof via API. If ues can someone help me with the API please.
Thanks in Advance
Hi All,
Is it possible to add comment on proof via API. If ues can someone help me with the API please.
Thanks in Advance
You'll need to use Fusion's "customAPICall" module for Proof. Warning - it's tedious and likely will need some trial & error.
In "method" you paste in what the SOAP method is called (but not the parentheses)
See API documentation here https://api.proofhq.com/home/proofs/addcomment.html
The "SessionID" is implicitly sent if you use Fusion Proof modules.
Also: You don't have to emulate the full SOAP envelope, just the required elements. That means you're "payload" is not valid XMLe.g. you enter <FileID>123456</FileID> into the module.
The module will then add the pieces to make this a valid SOAP call.
Give it a shot with something simple first (e.g. getting proof details)

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.