Service Agreement REST Endpoints

V-Model/Service Agreement
Service agreements are a service contract with a customer. The service agreement contains the terms and conditions controlling how the system calculates charges for a specific service or product or management of funds provided 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}
Search Service Agreement
Method: post
Path: /rest/apis/customer/v-model/serviceAgreements/search
Update Service Agreement
Method: put
Path: /rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId}