Meter Data Management REST Endpoints

V-Model/Service Points/Meter Data Management
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: post
Path: https://server:port/ouaf/rest/apis/meter/v-model/servicePoints/
Delete Service Point
Method: delete
Path: https://server:port/ouaf/rest/apis/meter/v-model/servicePoints/{servicePointId}
Get Service Point
Method: get
Path: https://server:port/ouaf/rest/apis/meter/v-model/servicePoints/{servicePointId}
Update Service Point
Method: put
Path: https://server:port/ouaf/rest/apis/meter/v-model/servicePoints/{servicePointId}