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: postPath:
/rest/apis/customer/v-model/serviceAgreements/ - Delete Service Agreement
- Method: deletePath:
/rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId} - Get Service Agreement
- Method: getPath:
/rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId} - SA Search
- Method: postPath:
/rest/apis/customer/v-model/serviceAgreements/search - Update Service Agreement
- Method: putPath:
/rest/apis/customer/v-model/serviceAgreements/{serviceAgreementId}