Update one qualification
patch
/fscmRestApi/resources/11.13.18.05/supplierAssessments/{supplierAssessmentsUniqID}/child/qualifications/{qualificationsUniqID}
Request
Path Parameters
-
qualificationsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Supplier Qualifications resource and used to uniquely identify an instance of Supplier Qualifications. The client should not generate the hash key value. Instead, the client should query on the Supplier Qualifications collection resource in order to navigate to a specific instance of Supplier Qualifications to get the hash key.
-
supplierAssessmentsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Supplier Assessments resource and used to uniquely identify an instance of Supplier Assessments. The client should not generate the hash key value. Instead, the client should query on the Supplier Assessments collection resource in order to navigate to a specific instance of Supplier Assessments to get the hash key.
Header Parameters
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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
- application/json
Root Schema : schema
Type:
Show Source
object-
EvaluationNote: string
Title:
Evaluation NoteMaximum Length:1000Indicates the note added by the evaluation team member for each qualification in the assessment. -
QualificationId: integer
(int64)
Value that uniquely identifies the qualification.
-
ReusedFlag: boolean
Maximum Length:
1Indicates the note to supplier.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : supplierAssessments-qualifications-item-response
Type:
Show Source
object-
AssessmentId: integer
(int64)
Read Only:
trueValue that uniquely identifies the assessment. -
AssessmentQualId: integer
(int64)
Read Only:
trueValue that uniquely identifies the assessment qualification. -
EffectiveEndDate: string
(date-time)
Title:
End DateRead Only:trueIndicates the end date of the supplier qualification. -
EffectiveStartDate: string
(date-time)
Title:
Start DateRead Only:trueIndicates the start date of the supplier qualification. -
EvaluationNote: string
Title:
Evaluation NoteMaximum Length:1000Indicates the note added by the evaluation team member for each qualification in the assessment. -
IsQualificationForReplaceFlag: boolean
Read Only:
trueMaximum Length:255Contains one of the following values: true or false. If true, the qualification can be replaced on the assessment. If false, the qualification can't be replaced.There is no default value for this attribute. -
KnockoutScore: integer
Title:
Knockout ScoreRead Only:trueValue indicating that a qualification score same as or less than the knockout score will give the supplier assessment the knockout outcome. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OwnerId: integer
(int64)
Read Only:
trueValue that uniquely identifies the owner of the qualification. -
QualificationAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the qualification area used to create the qualification. -
QualificationId: integer
(int64)
Value that uniquely identifies the qualification.
-
QualificationName: string
Title:
Qualification NameRead Only:trueMaximum Length:80Name of the qualification. -
QualificationNumber: string
Title:
QualificationRead Only:trueMaximum Length:30Indicates the number assigned to the qualification. -
QualificationOutcome: string
Title:
Qualification OutcomeRead Only:trueMaximum Length:80Indicates the outcome assigned to the qualification. -
QualificationOwner: string
Title:
OwnerRead Only:trueMaximum Length:240Name of the owner of the qualification. -
QualificationProcurementBU: string
Read Only:
trueMaximum Length:240Name of the procurement business unit. -
QualificationProcurementBUId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit. -
QualificationScore: number
Title:
ScoreRead Only:trueIndicates the calculated score for the qualification. -
QualificationSupplierId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier. -
QualificationSupplierSiteId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier site. -
ReusedFlag: boolean
Maximum Length:
1Indicates the note to supplier. -
RevisionNumber: integer
(int32)
Title:
RevisionRead Only:trueDefault Value:0Revision number of this qualification area used to create the qualification. -
Status: string
Title:
StatusRead Only:trueMaximum Length:80Status of the qualification. -
StatusCode: string
Read Only:
trueMaximum Length:80Abbreviation that identifies the status of the qualification. A list of accepted values is defined in the lookup POQ_QUALIFICATION_STATUS. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
Weight: number
Title:
WeightRead Only:trueValue that indicates the importance of the qualification in the supplier assessment. This value is used to calculate the overall score of the assessment. -
WeightedScore: number
Title:
Weighted ScoreRead Only:trueIndicates the weighted score calculated for the qualification in the supplier assessment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- createNewQualification
-
Parameters:
- qualificationsUniqID:
$request.path.qualificationsUniqID - supplierAssessmentsUniqID:
$request.path.supplierAssessmentsUniqID
Creates a new qualification by revising an existing supplier qualification as part of the supplier assessment. - qualificationsUniqID:
- replaceQualification
-
Parameters:
- qualificationsUniqID:
$request.path.qualificationsUniqID - supplierAssessmentsUniqID:
$request.path.supplierAssessmentsUniqID
Replaces a supplier qualification with another qualification in the supplier assessment. - qualificationsUniqID: