Service Specification REST Endpoints

Service Specification
The Service Specification resource is used to view, create, update, and delete service specifications. A service specification lets you capture information about a service such as the service level, resource, party, and so on.
Create a Service Specification
Method: post
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification
Delete a Service Specification
Method: delete
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id}
Get a Service Specification
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id}
Get all Service Specifications
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification
Update a Service Specification
Method: patch
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id}