Update Currencies

post

/config/sim/v1/setup/updateCurrencies

Updates the currency. If currency is not found, it creates a new currency.

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : CUDCurrencyRequestBody
Type: object
Model for Currency CUD Request
Show Source
Nested Schema : abbreviation
Type: object
The abbreviation for the currency record. For a long abbreviation, you may add a space in the end for good print format.
Example:
{
    "en-US":"USD"
}
Nested Schema : dataExtensions
Type: array
An array of data extensions
Show Source
Nested Schema : name
Type: object
Currency Name
Example:
{
    "en-US":"USD Dollar",
    "de-DE":"USD-Dollar"
}
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Currency Updated or Added.
Body ()
Root Schema : CUResponseBody
Type: object
Show Source
Back to Top