Create an acceptable response

post

/fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/acceptableResponses

Request

Path Parameters
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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Value that uniquely identifies the acceptable response.
  • Title: Response Attachments
    Maximum Length: 80
    Value that identifies whether the responder is allowed to attach any documents to their responses.
  • Title: Response Attachments Code
    Maximum Length: 30
    Abbreviation that identifies whether the responder is allowed to attach any documents to their responses.
  • Branches
    Title: Branches
    The Branches resource gets the branching questions for the acceptable response for a particular question.
  • Title: Critical Response
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the response is critical for evaluation. If false, then the response is not critical. The default value is false.
  • Title: Display Sequence
    Specifies the order in which the acceptable responses should be displayed to the responder on a questionnaire for this specific question.
  • Title: Exclude from Scoring
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the question is excluded from scoring. If false, then the question is included in scoring. The default value is false.
  • Value that uniquely identifies the original account response for propagate responses for a new revision of a question.
  • Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the response value is the preferred response value for this question when evaluating responses. If false, then the response value is not the preferred response value. The default value is false.
  • Value that uniquely identifies the question an acceptable response applies to.
  • Title: Response Text
    Maximum Length: 1000
    Text of a manually entered acceptable response value.
  • Title: Score
    Score that is automatically assigned to the question response if the user selects the corresponding acceptable value as the question response.
Nested Schema : Branches
Type: array
Title: Branches
The Branches resource gets the branching questions for the acceptable response for a particular question.
Show Source
Nested Schema : schema
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 : supplierQualificationQuestions-acceptableResponses-item-response
Type: object
Show Source
  • Value that uniquely identifies the acceptable response.
  • Title: Response Attachments
    Maximum Length: 80
    Value that identifies whether the responder is allowed to attach any documents to their responses.
  • Title: Response Attachments Code
    Maximum Length: 30
    Abbreviation that identifies whether the responder is allowed to attach any documents to their responses.
  • Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the supplier attribute.
  • Read Only: true
    Value that uniquely identifies the supplier attribute.
  • Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the supplier attribute value.
  • Branches
    Title: Branches
    The Branches resource gets the branching questions for the acceptable response for a particular question.
  • Read Only: true
    Maximum Length: 250
    Value that indicates the category name of browse category or item category if a question is mapped to products and services. The category name is always stored in session language of the buyer the first time a question is created.
  • Read Only: true
    Value that uniquely identifies whether the question is mapped to browse category or item category when it is mapped to the supplier attribute products and services.
  • Title: Critical Response
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the response is critical for evaluation. If false, then the response is not critical. The default value is false.
  • Title: Display Sequence
    Specifies the order in which the acceptable responses should be displayed to the responder on a questionnaire for this specific question.
  • Title: Exclude from Scoring
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the question is excluded from scoring. If false, then the question is included in scoring. The default value is false.
  • Links
  • Value that uniquely identifies the original account response for propagate responses for a new revision of a question.
  • Read Only: true
    Value that uniquely identifies the immediate parent browse category of a given node, if there is a parent category, when the question is mapped to the supplier attribute products and services.
  • Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the response value is the preferred response value for this question when evaluating responses. If false, then the response value is not the preferred response value. The default value is false.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the question belongs to item category. If false, then the question belongs to browse category. The default value is null.
  • Value that uniquely identifies the question an acceptable response applies to.
  • Title: Response Text
    Maximum Length: 1000
    Text of a manually entered acceptable response value.
  • Title: Score
    Score that is automatically assigned to the question response if the user selects the corresponding acceptable value as the question response.
Nested Schema : Branches
Type: array
Title: Branches
The Branches resource gets the branching questions for the acceptable response for a particular question.
Show Source
Nested Schema : supplierQualificationQuestions-acceptableResponses-branches-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to create an acceptable response.

Example cURL Command

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

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/supplierQualificationQuestions/QuestionId/child/acceptableResponses"

For example, the following command creates an acceptable response:

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/supplierQualificationQuestions/300100184967679/child/acceptableResponses"

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 creates.

{
	"DisplaySequence":50,
	"ResponseText": "Yes,we might in future",
	"AttachmentAllowedCode": "NOT_ALLOWED"
}

Example Response Body

The following example includes the contents of the response body in JSON format:

{
	"AcceptableResponseId": 300100184967697,
	"QuestionId": 300100184967679,
	"DisplaySequence": 50,
	"ResponseText": "Yes,we might in future",
	"AttachmentAllowedCode": "NOT_ALLOWED",
	"AttachmentAllowed": "Not allowed",
	"PreferredResponseFlag": false,
	"CategoryId": null,
	"Category": null,
	"ParentCategoryId": null,
	"PurchasingCategoryFlag": null,
	"AttributeId": null,
	"AttributeCode": null,
	"AttributeValueCode": null,
	"OriginalAcceptableResponseId": 300100184967697,
	"Score": null,
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestions/300100184967679/child/acceptableResponses/300100184967697",
		"name": "acceptableResponses",
		"kind": "item",
		"properties": {
			"changeIndicator": 
			...
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestions/300100184967679/child/acceptableResponses/300100184967697",
		"name": "acceptableResponses",
		"kind": "item"
	},
	{
		"rel": "parent",
		"href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestions/300100184967679",
		"name": "supplierQualificationQuestions",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/supplierQualificationQuestions/300100184967679/child/acceptableResponses/300100184967697/child/branches",
		"name": "branches",
		"kind": "collection"
	}
	]
}

Back to Top