Premise REST Endpoints

V-Model/Premise
The premise record contains geographic information about your service addresses. A premise can have service points at which meters can be installed to measure utility services supplied to the premise.
Create Premise
Method: post
Path: /rest/apis/customer/v-model/premises/
Delete Premise
Method: delete
Path: /rest/apis/customer/v-model/premises/{premiseId}
Get Premise
Method: get
Path: /rest/apis/customer/v-model/premises/{premiseId}
Premise Statistics
Method: post
Path: /rest/apis/customer/v-model/premises/premiseStatistics
Search Premises
Method: post
Path: /rest/apis/customer/v-model/premises/search
Update Premise
Method: put
Path: /rest/apis/customer/v-model/premises/{premiseId}