enerfloV2deal Object

An object containing information about the deal's status and related documents.

Table of enerfloV2deal Object

Value NameDescriptionValue Type
hasDesignIndicates whether the design has been created.boolean
selectedProposalThe unique identifier of the selected proposal.string
hasSignedContractIndicates whether the contract has been signed.boolean
hasCreatedProposalIndicates whether the proposal has been created.boolean
hasApprovedContractIndicates whether the contract has been approved.boolean
hasSubmittedProjectIndicates whether the project has been submitted.boolean
signedContractFilesA list of signed contract files related to the deal.array
hasGeneratedContractIndicates whether the contract has been generated.boolean
contractApprovalEnabledIndicates whether contract approval is enabled.boolean

Example of enerfloV2deal Object

"enerfloV2deal": {
					"hasDesign": true,
					"selectedProposal": "123ab456-1a2b-4ebb-9b67-f312f6faec16",
					"hasSignedContract": true,
					"hasCreatedProposal": true,
					"hasApprovedContract": true,
					"hasSubmittedProject": true,
					"signedContractFiles": [
						{
							"name": "executed_contract.pdf",
							"externalUrl": "https://s3-us-west-2.amazonaws.com/assets.enerflo.io/agreement/executed_contract.pdf"
						}
					],
					"hasGeneratedContract": true,
					"contractApprovalEnabled": false
				}