Customer Care and Billing REST Endpoints

V-Model/Service Points/Customer Care and Billing
Service points are a physical location, usually a meter connection socket, at which a utility 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: /rest/apis/customer/v-model/servicePoints/
Delete Service Point
Method: delete
Path: /rest/apis/customer/v-model/servicePoints/{servicePointId}
Get Service Point
Method: get
Path: /rest/apis/customer/v-model/servicePoints/{servicePointId}
Update Service Point
Method: put
Path: /rest/apis/customer/v-model/servicePoints/{servicePointId}