Step 3: Upload file to Object Store

Upload file to the Object Store of your Profitability and Balance Sheet Management Cloud Service by:

  1. Submitting a RESTful API Post Request to your Profitability and Balance Sheet Management Cloud Service as defined in the Uploading/Downloading a File Using PAR URL topic.

Note a sample code snippet has been provided below using cURL to upload the file:

curl -T "$HOME"/FILEUPLOAD_UTIL/"$1" -X PUT "$FinalPAR"