Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Call this method to upload plan review documents (in PDF format) and supporting attachments (any file format) for a particular Project,.


Method
Notes
  1. POST /
uploadDocument
  1. documentUploadVersion
  • This method uploads the file and creates the data records in documents, documentPages, documentVersions and the documentPageVersions tables.
  • The document is then rendered.
  • If the incoming document is a new version of a previously submitted document, you must set the priordocumentVersion_vendor_id value equal to the vendor_id of the first submittal.
  • If your application will pass plan review assignments to EPR, set 'needsIntake' to False.
  • If your application will not pass plan review assignments to EPR, set 'needsIntake' to True. This will make the Project Intake tab visible so that an EPR user can complete intake and create assignments.

NOTE: Scout PDF inspector will be invoked automatically

.Plan review documents

for each incoming plan review document. Files rejected by Scout cannot be uploaded to EPR. The customer must correct the issues noted before proceeding. 

GET/project/{project_id}/documents

Call this method to retrieve the data records(s) for your newly uploaded document. (The document ID value will be required if you intend to create plan review assignments.)


Next Steps

Creating Assignments

...