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