- Subcategories:
- Abstracts
- Attachments
- Award Attachments
- Collaboration Team Members
- Internal Flexfields
- Large Object (LOB) Attributes - CoverPageText
- Large Object (LOB) Attributes - GeneralIntroductionText
- Large Object (LOB) Attributes - LinesInstructionText
- Large Object (LOB) Attributes - RequirementInstructionText
- Large Object (LOB) Attributes - TermsInstructionText
- Lines
- Negotiation Attachments
- Negotiation Lifecycle Activities
- Negotiation Owners List of Values
- Negotiation Recommended Suppliers
- Negotiation Variables
- Negotiation Versions
- Publish Negotiation Errors
- Response Currencies
- Scoring Teams
- Sections
- Sourcing Line Types List of Values
- Supplier Flexfields
- Supplier Negotiation Award Responses
- Suppliers
- Threads
Supplier Negotiations REST Endpoints
Supplier Negotiations
The Supplier Negotiations resource manages details about supplier capabilities and pricing negotiations for goods and services that the buyer procures.
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.
- Add categories to the prompt to suggest requirements
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/action/AddCategoriesToGenerateRequirements
- Assign a new user as a negotiation owner
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/ReassignOwner
- Complete a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/CompleteNegotiation
- Create one amendment of a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/CreateAmendment
- Create one negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations
- Create one negotiation from a template
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/action/CreateNegotiationFromTemplate
- Create one new round of a negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/CreateNewRound
- Delete a draft negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/DeleteDraftNegotiation
- Generate a negotiation pdf for the specified viewType (Buyer/Supplier)
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/GenerateNegotiationPdf
- Generate supplier recommendations not supported
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/action/GenerateSupplierRecommendations
- Generate text using generative AI
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/GenerateTextWithGenAI
- Get all negotiations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations
- Get one negotiation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}
- Renumber negotiation lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/RenumberLines
- Unlock a draft negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/UnlockDraft
- Unlock a sealed negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/UnlockSupplierNegotiation
- Unseal a sealed negotiation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/UnsealSupplierNegotiation
- Update one negotiation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}