Delete a payment adapter currency

delete

/fscmRestApi/resources/11.13.18.05/publicSectorAdapterCurrencies/{publicSectorAdapterCurrenciesUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- AdapterId, PaymentMethodCode, CurrencyCode and AgencyId ---for the Adapter Currencies resource and used to uniquely identify an instance of Adapter Currencies. The client should not generate the hash key value. Instead, the client should query on the Adapter Currencies collection resource with a filter on the primary key values in order to navigate to a specific instance of Adapter Currencies.

    For example: publicSectorAdapterCurrencies?q=AdapterId=<value1>;PaymentMethodCode=<value2>;CurrencyCode=<value3>;AgencyId=<value4>
Back to Top

Response

204 Response

No content. This task does not return elements in the response body.
Back to Top