- Subcategories:
- Attachments
- Lines
- Response Line Prices
- Response Lines Rank Summaries
- Sections
- Supplier Negotiation Response Lines
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.
- 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
- 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}