Draft Supplier Negotiation Responses REST Endpoints

Draft Supplier Negotiation Responses
The Draft Supplier Negotiation Responses resource manages the supplier's draft response to sourcing negotiations such as RFI, RFQ, or auctions. 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/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ClearProcess
Create or revise a negotiation response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/action/CreateNegotiationResponse
Delete one draft negotiation response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/deleteDraftResponse
Downloads the details of a response submitted by a supplier in PDF format
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/DownloadResponsePdf
Export response spreadsheet
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ExportResponseSpreadsheet
Get all negotiation responses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses
Get one negotiation response
Method: get
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}
If the action is successful, then it's response is successfully validated or submitted. If it's submitted, the response status changes from Draft to Active.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/action/CancelProxy
Initialize the monitoring record for the process to be submitted
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/InitializeProcess
Reduce response price
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ReduceResponsePrice
Submit the scheduled process for a response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/SubmitProcess
Unlock one draft negotiation response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/unlockDraftResponse
Update a negotiation response
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}
Validate and import response spreadsheet
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ImportResponseSpreadsheet
Validate and submit a negotiation response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/action/ValidateAndSubmitNegotiationResponse