Edit Feature Details

Edit the properties of a Feature. Consider the following points before editing a Feature:

>If the feature is not deployed (not included in a product yet), you can edit feature properties such as Feature Name, Feature ID, Ref IDs, and Description.

>If the feature is deployed (included in one or more products), you can edit Feature Name, Ref IDs, and Description only.

Method Type URI
POST v90/ws/feature/{featureId}.ws

URI Parameters

Parameter Description Type
featureId Identifier of the Feature in the database. Integer

Sample Request

See Sample XML for Feature Web Services.

NOTE   The XML must comply with the schema provided for Feature (see XSD for Feature Web Services).

Sample Response

Success

HTTP Status Code: 200

Response Body:

<feature>
        <featureName>Print</featureName>
        <featureDescription>Printing software</featureDescription>
        <refId1>CRM25</refId1>
        <featureIdentifier>10</featureIdentifier>
</feature>

Failure

HTTP Status Code: 404

Response Body: The specified Feature with ID 11 was not found.