Update Currencies

post

/config/sim/v2/setup/updateCurrencies

Updates the currency.

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : schema
Type: object
Model for Currency CUD Request
Show Source
Nested Schema : abbreviation
Type: object
Abbreviation
Example:
{
    "1":"USD",
    "2":"INR",
    "3":"IND"
}
Nested Schema : dataExtensions
Type: array
An array of data extensions
Show Source
Nested Schema : name
Type: object
Currency Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

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