Deal Object
Information about the Deal used in the system.
Table of Deal Object
Value Name | Description | Value Type |
---|---|---|
org | An object containing organization details. | object |
state | An object containing details related to the design and proposal. | object |
installer | An object containing installer details. | object |
projectAddress | An 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"
}
}
Updated 3 months ago