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: postPath:
/rest/apis/customer/v-model/servicePoints/
- Delete Service Point
- Method: deletePath:
/rest/apis/customer/v-model/servicePoints/{servicePointId}
- Get Service Point
- Method: getPath:
/rest/apis/customer/v-model/servicePoints/{servicePointId}
- Update Service Point
- Method: putPath:
/rest/apis/customer/v-model/servicePoints/{servicePointId}