Deal Object

Information about the Deal used in the system.

Table of Deal Object

Value NameDescriptionValue Type
orgAn object containing organization details.object
stateAn object containing details related to the design and proposal.object
installerAn object containing installer details.object
projectAddressAn object containing address details where the project is located.object

Example of Deal Object

"deal": {
						"org": {
							"id": "a12bcdef-123a-12ab-a1bc-012345678a"
						},
						"state": {
							"hasDesign": true,
							"hasCreatedProposal": true
						},
						"installer": {
							"id": "a12bcdef-123a-12ab-a1bc-012345678a"
						},
						"projectAddress": {
							"lat": 33.660057,
							"lng": -117.998970,
							"city": "Huntington Beach",
							"line1": "123 Main St",
							"line2": null,
							"line3": null,
							"state": "CA",
							"country": "US",
							"postalCode": 92605,
							"fullAddress": "123 Main St, Huntington Beach, CA, 92605"
						}
					}