Response Currencies REST Endpoints
Supplier Negotiations/Response Currencies
The Response Currencies resource manages details about response currencies in each supplier negotiation, including conversion rates to the negotiation currency.
- Create one response currency
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies - Delete one response currency
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies/{ResponseCurrencyId} - Get all currencies
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies - Get one currency
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies/{ResponseCurrencyId} - Update one response currency
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies/{ResponseCurrencyId}