Service Agreement REST Endpoints

V-Model/Service Agreement
A service agreement is as a contract between your company and a customer. The service agreement contains the terms and conditions controlling how the system calculates charges for the specific service or product supplied to the customer.
Create Service Agreement
Method: post
Path: https://server:port/spl/rest/apis/customer/v-model/serviceAgreements/
Delete Service Agreement
Method: delete
Path: https://server:port/spl/rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId}
Get Service Agreement
Method: get
Path: https://server:port/spl/rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId}
Update Service Agreement
Method: put
Path: https://server:port/spl/rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId}