32 lines
1.1 KiB
Python
32 lines
1.1 KiB
Python
booking_form_input = {
|
||
"job_id": "1043",
|
||
"job_overview": {
|
||
"job_number": "Job #1043",
|
||
"site_name": "Hightower Solar Farm",
|
||
"assigned_date": "January 23, 2025",
|
||
"status": "Scheduled"
|
||
},
|
||
"site_information": {
|
||
"site_name": "Hightower Solar Farm",
|
||
"region": "North England",
|
||
"full_address": "Grange Lane, Manchester M34 7TF",
|
||
"gps_coordinates": {
|
||
"latitude": "53.4408° N",
|
||
"longitude": "2.2426° W"
|
||
}
|
||
},
|
||
"timing": {
|
||
"start_time": "09:00 AM",
|
||
"end_time": "10:30 AM",
|
||
"survey_duration": "30–45 mins",
|
||
"buffer_time": "45 mins"
|
||
},
|
||
"form": {
|
||
"asset_type": "Solar Farm",
|
||
"system_size": "5.2 MW capacity, approximately 16,000 panels across 12 hectares",
|
||
"survey_purpose": "Insurance assessment",
|
||
"assigned_engineer": "David Wilson - 0161-555-0876",
|
||
"contact_person": "Sarah Thompson",
|
||
"contact_phone": "0161-555-0234"
|
||
}
|
||
} |