Versions Compared

Key

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

...

A project record has been created. See Creating a new Project


Step-by-step guide

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


If complete

NOTE: Scout PDF inspector will be invoked automatically for each incoming plan review document. Files rejected by Scout cannot be uploaded to EPR. The customer must correct the issues noted before proceeding. 

Method
Notes
  1. POST /documentUploadVersion /resources/document/upload/create
  • This method uploads the file to AWS S3 and creates the data records in the following tables: 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 the documentPrior_id value equal to the vendor_id of the first submittal.

NOTE: Scout PDF inspector will be invoked automatically for each incoming plan review document. Files rejected by Scout cannot be uploaded to EPR. The customer must correct the issues noted before proceeding. 

2.POST /resources/document/upload/intake
  • If your application will pass plan review assignments to EPR, call this method and set 'needsIntake' to False.
  • Otherwise, if your application will not pass plan review assignments to EPR, call this method and set 'needsIntake' to True. This will make the Project Intake tab visible so that an EPR user can
  • manually perform intake and create assignments.
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

...

3. POST/resources/documentAssignments/batchCreate

Creates assignment records and display them in the EPR Review page.

Call this method after Intake if your application passes plan review assignments to EPR. Otherwise, do not call this method.


Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@10c5c
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "EKB"
labelskb-how-to-article

...