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: /rest/apis/customer/v-model/serviceAgreements/
Delete Service Agreement
Method: delete
Path: /rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId}
Get Service Agreement
Method: get
Path: /rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId}
SA Search
Method: post
Path: /rest/apis/customer/v-model/serviceAgreements/search
Update Service Agreement
Method: put
Path: /rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId}