Update site information.
OK.
Update was successful.
Bad request.
Authentication failed.
Not allowed.
Gone.
Unprocessable entity.
Failed.
{- "address": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "openingHour": { },
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "state": "active",
- "tz": "string"
}
{- "address": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "openingHour": { },
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "state": "active",
- "tz": "string"
}
Set the state of a site to decommissioned.
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Gone.
Unprocessable entity.
Failed.
{- "code": 0,
- "message": "string"
}
Get all attributes of a site model given a site ID.
OK.
Authentication failed.
Not allowed.
Not found.
Failed.
{- "address": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "openingHour": { },
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "state": "active",
- "tz": "string"
}
List all the sites in the portfolio along with the organisations that own them.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
[- {
- "address": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "openingHour": { },
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "state": "active",
- "tz": "string"
}
]