Before you tell me to run a trace, I already did and got this far:
- POST Ice.BO.AttachmentSvc/DocStarFileExistsForTableRow
{
"docTypeID": "DOCSTR",
"parentTable": "QuoteHed",
"fileName": "string",
"foreignSysRowID": "22d9899d-0978-47ca-b718-7399b8be092f"
}
- POST Ice.BO.AttachmentSvc/DocStarUploadFile
{
"fileName": "string",
"data": "string",
"docTypeID": "DOCSTR",
"parentTable": "QuoteHed",
"metadata": {}
}
- Save returned filename
However,
- When I try to POST to DocStarUploadFile in the Swagger UI, I only get an internal server error with no clue what the problem was.
- I don’t see anything in the trace showing how to actually attach the document to the quote after uploading to DocStar.
Any help? Here’s my trace:
TraceData2416.txt (552.3 KB)