Update a requirement response value

patch

/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/sections/{SectionId}/child/requirements/{RequirementId}/child/responseValues/{RequirementValueId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • This is the hash key of the attributes which make up the composite key for the Draft Supplier Negotiation Responses resource and used to uniquely identify an instance of Draft Supplier Negotiation Responses. The client should not generate the hash key value. Instead, the client should query on the Draft Supplier Negotiation Responses collection resource in order to navigate to a specific instance of Draft Supplier Negotiation Responses to get the hash key.
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages response attachments in the supplier negotiation response.
Show Source
Nested Schema : draftSupplierNegotiationResponses-sections-requirements-responseValues-attachments-item-patch-request
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : draftSupplierNegotiationResponses-sections-requirements-responseValues-item-response
Type: object
Show Source
  • Attachments
    Title: Attachments
    The Attachments resource manages response attachments in the supplier negotiation response.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    Identifies the user who created the row.
  • Title: Creation Date
    Read Only: true
    Timestamp of the creation of the row.
  • Title: Is Selected
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the response value is selected in multiple choice single select or multiple choice multiple select requirements. If false, then the response isn't selected.
  • Title: Last Update Date
    Read Only: true
    Date and time when the user most recently updated the response value.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who most recently updated the response value.
  • Links
  • Title: Question ID
    Read Only: true
    Value that uniquely identifies the requirement for a question.
  • Title: Requirement
    Read Only: true
    Maximum Length: 80
    Name of the requirement.
  • Title: Requirement ID
    Read Only: true
    Value that uniquely identifies the requirement.
  • Title: Requirement Level
    Read Only: true
    The level at which the requirement is located in the requirement hierarchy. For example, 1, 2, 3, and so on. Level 1 requirement has a section as a parent. Level 2 onward represents the branching requirements with an acceptable response score as a parent.
  • Title: Requirement Number
    Read Only: true
    Maximum Length: 80
    Value that uniquely identifies the sequence for the requirement.
  • Title: Requirement Value ID
    Read Only: true
    Value that uniquely identifies the response value.
  • Title: Response Number
    Read Only: true
    Value that uniquely identifies the requirement response value when there is no scoring applicable. This is applicable for text entry box responses.
  • Title: Response Value Date
    Response value for a requirement where response type is date.
  • Title: Response Value Date Time
    Response value for a requirement where response type is date and time.
  • Title: Response Value Number
    Response value for a requirement where response type is number.
  • Title: Response Value Text
    Maximum Length: 4000
    Response value for a requirement where response type is text.
  • Title: Score Display Number
    Read Only: true
    Maximum Length: 80
    Value that uniquely identifies the score display. The application sets this value for each requirement that uses Multiple Choice With Single Selection or Multiple Choice With Multiple Selections. It also sets this value for each response that replies to a number, date, or date time requirement.
  • Title: Score ID
    Read Only: true
    Value that uniquely identifies the response. This value is applicable for Multiple Choice With Single Selection or Multiple Choice With Multiple Selections response values.
  • Title: Section
    Read Only: true
    Maximum Length: 240
    Name of the requirement section.
  • Title: Section ID
    Read Only: true
    Value that uniquely identifies the section.
  • Title: Target Date Time Value
    Read Only: true
    Target value set by the category manager. This value is applicable for date and time.
  • Title: Target Date Value
    Read Only: true
    Target value set by the category manager. This value is applicable for dates.
  • Title: Target Number Value
    Read Only: true
    Target value set by the category manager. This value is applicable for numbers.
  • Title: Target Text Value
    Read Only: true
    Maximum Length: 4000
    Target value set by the category manager. This value is applicable for text or URL (Uniform Resource Locator).
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages response attachments in the supplier negotiation response.
Show Source
Nested Schema : draftSupplierNegotiationResponses-sections-requirements-responseValues-attachments-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to update a response value in a requirement using a response ID, section ID, requirement ID, and response value ID.

Example cURL Command

Use the following cURL command to submit a request on the REST resource.

curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload'  "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/draftSupplierNegotiationResponsesUniqID/child/sections/SectionId/child/requirements/RequirementId/child/responseValues/RequirementValueId"
For example:
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload'  "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188755/child/sections/38273/child/requirements/51774/child/responseValues/70232"

Example Request Body

The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it updates.

{     "IsSelectedFlag": True
}

Example Response Body

The following example includes the contents of the response body in JSON format:
{
    "ResponseNumber": 188755,
    "SectionId": 38273,
    "Section": "Business",
    "RequirementId": 51774,
    "RequirementNumber": "1.",
    "Requirement": "Certifications",
    "RequirementLevel": 1,   "Requirement": "Certifications",
    "RequirementLevel": 1,
    "RequirementValueId": 70232,
    "ScoreId": 28150,
    "QuestionId": null,
    "ScoreDisplayNumber": "a.",
    "ResponseValueText": "ISO 9002",
    "ResponseValueNumber": null,
    "ResponseValueDate": null,
    "ResponseValueDateTime": null,
    "IsSelectedFlag": true,
    "TargetTextValue": null,
    "TargetNumberValue": null,
    "TargetDateValue": null,
    "TargetDatetimeValue": null,
    "CreatedBy": "CVSUPPB01",
    "CreationDate": "2022-10-05T03:26:47+00:00",
    "LastUpdateDate": "2022-10-05T04:06:27.004+00:00",
    "LastUpdatedBy": "CVSUPPB01",
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188755/child/sections/38273/child/requirements/47701/child/responseValues/46267",
            "name": "responseValues",
            "kind": "item",
            "properties": {
                "changeIndicator": ". . ."
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188755/child/sections/38273/child/requirements/47701/child/responseValues/46267",
            "name": "responseValues",
            "kind": "item"
        },
        {
            "rel": "parent",
            "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188755/child/sections/38273/child/requirements/47701",
            "name": "requirements",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188755/child/sections/38273/child/requirements/47701/child/responseValues/46267/child/attachments",
            "name": "attachments",
            "kind": "collection"
        }
    ]
}
Back to Top