CC&B REST Endpoints

V-Model/Service Points/CC&B
Service points are a physical location (usually meter connection socket) at which a company supplies service. Devices are installed at service points, and the relationship between individual service points and devices can change over time.
Create Service Point
Method: post
Path: https://server:port/spl/rest/apis/customer/v-model/servicePoints/
Delete Service Point
Method: delete
Path: https://server:port/spl/rest/apis/customer/v-model/servicePoints/{servicePointId}
Get Service Point
Method: get
Path: https://server:port/spl/rest/apis/customer/v-model/servicePoints/{servicePointId}
Update Service Point
Method: put
Path: https://server:port/spl/rest/apis/customer/v-model/servicePoints/{servicePointId}