Supplier Negotiation Responses REST Endpoints

Supplier Negotiation Responses
The Supplier Negotiation Responses resource retrieves the supplier responses to sourcing negotiations. These responses can be Active, Pending Award, Awarded, Rejected, or Disqualified. A supplier response captures details such as line price, answers to requirements, or supporting attachments. You must have the necessary roles and privileges to use this REST resource. For additional details, refer to the Job Roles and Privileges, and Status Codes topics.
Clear the monitor process data for a response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/ClearProcess
Disqualify a response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/action/DisqualifyResponse
Download response PDF
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/DownloadResponsePdf
Export response spreadsheet
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/ExportResponseSpreadsheet
Get all negotiation responses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses
Get one negotiation response
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}
Initialize scoring for a team member
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/initializeTeamMemberScoring
Initialize the monitoring record for the process to be submitted
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/InitializeProcess
Override response score
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/OverrideScore
Reset overridden score
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/ResetOverriddenScore
Submit the scheduled process for a response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/SubmitProcess
Update one negotiation response
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}