Customer to Meter REST Endpoints
V-Model/Service Points/Customer to Meter
Service points are a physical location, usually meter connection socket, at which a company supplies service that can be used to store information describing the type of service supplied and how it is measured.
- Create Service Point
- Method: postPath:
/rest/apis/cross/v-model/servicePoints/ - Delete Service Point
- Method: deletePath:
/rest/apis/cross/v-model/servicePoints/{servicePointId} - Get Service Point
- Method: getPath:
/rest/apis/cross/v-model/servicePoints/{servicePointId} - Search Service Point for a Premise
- Method: postPath:
/rest/apis/cross/v-model/servicePoints/search - Update Service Point
- Method: putPath:
/rest/apis/cross/v-model/servicePoints/{servicePointId}