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
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}
Update a negotiation response
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}
Validate and submit a negotiation response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/action/ValidateAndSubmitNegotiationResponse