Hoping someone can provide me an example of the Rest API code/syntax (for a Python script) needed to run a process which utilizes a file import to execute several action steps.
Have accomplished in Anaplan Connect via the below:
set Operation=-debug -service %ServiceUrl% -auth %AuthUrl% -workspace %WorkspaceId% -model %ModelId% -via https://location.com:80 -chunksize %Chunksize% -file %FileName% -put %FilePath% -process %Process% -execute -output %DumpName%
But am wondering how this can be accomplished using Anaplan's Rest APIs in Python?
Thank you for your help.