POST //projects/{projectId}/sites/{siteId} HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 653
{
"code": "text",
"name": "text",
"productionStartDate": "2025-04-30",
"generationStartDate": "2025-04-30",
"consumptionStartDate": "2025-04-30",
"storageStartDate": "2025-04-30",
"address": "text",
"town": "text",
"state": "text",
"lat": 1,
"long": 1,
"serviceId": "text",
"parcelID": "text",
"parcelAcreage": "text",
"zoningDistrict": "text",
"ownerOfRecord": "text",
"locationId": 1,
"plantId": "text",
"utility": "text",
"emissionsApproximationMethod": "static",
"timezone": "text",
"expectedDailyData": 1,
"links": [
{
"name": "text",
"url": "https://example.com"
}
],
"accessNotes": "text",
"contacts": [
{
"name": "text",
"type": "text",
"email": "name@gmail.com",
"phone": "text",
"voip": "text",
"notes": "text"
}
]
}