v1
latestOpenAPI 3.0.12026-07-243686491.1 MBInstaller Jobs
Mark an installer job as complete
Mark an installer job as complete. Activates the site's charge points when the job is configured to do so.<br>Required scope: installer-jobs:write
post/api/v1/installer-jobs/{installerJobId}/mark-complete
Path parameters
installerJobIdinteger required
Response
Installer job marked as complete
Example response
{
"id": 42,
"siteId": 22,
"operator": {
"id": 14,
"name": "Monta",
"identifier": "monta",
"partnerId": 1,
"vatNumber": "FOO-123-ABC"
},
"teamId": 4124,
"description": "5",
"publicLink": "https://app.monta.app/installer-page/149ffbb6-7b69-47a1-9698-90177c2027da",
"chargePointCount": 5,
"chargePointActiveCount": 3,
"email": "installer@acme.org",
"tasks": [
{
"id": 42,
"installerJobId": 5,
"chargePointId": 21,
"serialNumber": "1",
"connector": 1,
"note": "1",
"installerNote": "1",
"activeAt": "2022-05-12T15:56:45.99Z",
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T15:56:45.99Z",
"deletedAt": "2022-05-12T15:56:45.99Z"
}
],
"completedAt": "2022-05-12T15:56:45.99Z",
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T15:56:45.99Z",
"deletedAt": "2022-05-12T15:56:45.99Z"
}