Download OpenAPI specification:
API for External Grid Companies
It will explicitly return ground faults only of the tenant by the specified GLN number
| q | string Default: "" |
| status | Array of strings (EGroundFaultStatus) Default: "Open" Items Enum: "Open" "Assigned" "Fixed" "Closed" "Canceled" |
| deadlinePassed | boolean Default: false |
| from | string <date> |
| to | string <date> |
| page | integer <int32> [ -1 .. 2147483647 ] Default: 0 |
| itemsPerPage | integer <int32> [ 1 .. 1000 ] Default: 15 |
| sortBy | string Default: "Id" |
| direction | string Default: "desc" |
| X-GLN-Number required | string Example: 708000.. GLN Number required for Alliance tenants resolution |
Alongside creating a ground fault it will also generate the information PDF which will be sent to the customers
Note: emails to customers are not sent in DEV env
| X-GLN-Number required | string Example: 708000.. GLN Number required for Alliance tenants resolution |
| meteringPointId | string |
| deadline | string <date> |
| description | string or null |
{- "meteringPointId": "string",
- "deadline": "2019-08-24",
- "description": "string"
}Will close an open ground fault, can be specified if closing PDF should be generated and sent to the customer of the plant Note: emails to customers are not sent in DEV env
| id required | string |
| X-GLN-Number required | string Example: 708000.. GLN Number required for Alliance tenants resolution |
| sendLetter | boolean |
{- "sendLetter": true
}| X-GLN-Number required | string Example: 708000.. GLN Number required for Alliance tenants resolution |
| files | Array of strings <binary> [ items <binary > ] |
| groundFaultId | string |
An overdue PDF will be generated and sent to the customer. Note: emails to customers are not sent in DEV env
| X-GLN-Number required | string Example: 708000.. GLN Number required for Alliance tenants resolution |
| id required | string |
| newDeadline required | string <date> |
{- "id": "string",
- "newDeadline": "2019-08-24"
}