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.
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
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}
Reduce response price
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ReduceResponsePrice
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