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.
Create one negotiation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations
Create one negotiation from a template
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/action/CreateNegotiationFromTemplate
Get all negotiations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations
Get one negotiation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}
Renumber negotiation lines.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/action/RenumberLines
This action is currently not used.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/action/GenerateSupplierRecommendations
Update one negotiation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}