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: post
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies
Delete one response currency
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies/{ResponseCurrencyId}
Get all currencies
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies
Get one currency
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies/{ResponseCurrencyId}
Update one response currency
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/responseCurrencies/{ResponseCurrencyId}