- Subcategories:
- Attachments
- Lines
- Purchasing Documents
- Response Line Prices
- Response Lines Rank Summaries
- Scoring Attachments
- Sections
- Supplier Negotiation Response Lines
- Team Member Score Details
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: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/ClearProcess - Disqualify a response
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/action/DisqualifyResponse - Download response PDF
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/DownloadResponsePdf - Export response spreadsheet
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/ExportResponseSpreadsheet - Get all negotiation responses
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses - Get one negotiation response
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID} - Initialize scoring for a team member
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/initializeTeamMemberScoring - Initialize the monitoring record for the process to be submitted
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/InitializeProcess - Override response score
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/OverrideScore - Reset overridden score
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/ResetOverriddenScore - Submit the scheduled process for a response
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}/action/SubmitProcess - Update one negotiation response
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiationResponses/{supplierNegotiationResponsesUniqID}