Ignition tag execute to third party (TankNET)

I am looking to execute a command from Ignition to a server based system called TankNET. Working with an integrator who manages our TankNET system they state that a simple command will execute what needs to happen and I would like some advise on the best way to do this through Ignition…
Turning PUMP ON
http://{TANKNET_SERVER_IP}/api/setPump/{TANKNETID}/true
Turning PUMP OFF
http://{TANKNET_SERVER_IP}/api/setPump/{TANKNETID}/false

Thank you.

He left out a little information, but you’re probably meant to make an HTTP GET or POST call to those URLs.

See system.net.httpClient for how to do this from scripting.