- Subcategories:
- Attachments
- Large Object (LOB) Attributes - LinesInstructionText
- Large Object (LOB) Attributes - RequirementInstructionText
- Lines
- Response Currencies
- Sections
- Spreadsheet Errors
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: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ClearProcess - Create or revise a negotiation response
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/action/CreateNegotiationResponse - Delete one draft negotiation response
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/deleteDraftResponse - Downloads the details of a response submitted by a supplier in PDF format
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/DownloadResponsePdf - Export response spreadsheet
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ExportResponseSpreadsheet - Get all negotiation responses
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses - Get one negotiation response
- Method: getPath:
/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: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/action/CancelProxy - Initialize the monitoring record for the process to be submitted
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/InitializeProcess - Reduce response price
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ReduceResponsePrice - Submit the scheduled process for a response
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/SubmitProcess - Unlock one draft negotiation response
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/unlockDraftResponse - Update a negotiation response
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID} - Validate and import response spreadsheet
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/action/ImportResponseSpreadsheet - Validate and submit a negotiation response
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/action/ValidateAndSubmitNegotiationResponse