Create a Documentpost https://api.elliemae.com/loanOpportunity/v1/loanOpportunities/{OpportunityId}/documentsCreates a new document for a specified opportunity.Path ParamsOpportunityIdstringrequiredUnique identifier of the opportunity to create the document under.Body ParamsactivestringIs Document active or not (default to active).contentstringrequiredDocument Content.createdDatedate-timeDocument created date (read only).fileIdstringUnique File Id (read only)idstringThe unique, system-generated identifier of this Document.loanReferenceIdstringThe id to bind the entity in Loan.namestringDocument Name.scenarioIdstringrequiredScenario id that this document is for.scenarioIndicatorstringScenario indicator that this document is for.typestringrequiredDocument type - Eligibility and etc.HeadersAuthorizationstringrequiredBearer tokenResponses 201Created 202Accepted 400Bad Request 401Unauthorized 403Forbidden 500Internal Server ErrorUpdated about 2 months ago