1. Start SOV Parsing Job
The first API call to make is Start SOV Parsing Job. This endpoint allows the user to submit an Excel file to Ping servers to be parsed as an SOV. Example code:parse_sov.py
Python output
2. Check SOV Parsing Status
The second API call to make is Check SOV Parsing Job. This endpoint allows the user to check the status of the SOV parsing job by providing the SOV ID generated in step 1 into the API path parameter. E.g.,https://api.sovfixer.com/api/v1/sov/s-pl-ping-21nyms3
Example code:
parse_sov.py
Python output
3. Fetch Outputs of SOV Parsing Job
The third API call to make is Fetch Outputs of SOV Parsing Job. This endpoint allows the user to receive the contents of the completed SOV parsing job by providing the SOV ID generated in step 1 and the output filename generated in step 2 into the API path parameter. E.g.,https://api.sovfixer.com/api/v1/sov/s-pl-ping-21nyms3/output/parse_sov_testfile.json
Example code:
parse_sov.py
Python output
Python Demo
Download Python Script here ||| Download Example SOV hereparse_sov.py