Install Events REST Endpoints
V-Model/Install Events
Install Events manage the physical installation of devices such as meters or badged items at service point connection locations, including relationships to markets and service providers and communication between devices. Installation events can also record the dates and times when the device has been turned on and off, or removed.
- Create Install Event
- Method: postPath:
/rest/apis/meter/v-model/installEvents/
- Delete Install Event Details
- Method: deletePath:
/rest/apis/meter/v-model/installEvents/{installEventId}
- Get Install Event
- Method: getPath:
/rest/apis/meter/v-model/installEvents/{installEventId}
- Update Install Event Details
- Method: putPath:
/rest/apis/meter/v-model/installEvents/{installEventId}