Add Currencies

post

/config/sim/v2/setup/currencies

Add the Currency to the specified organization.

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : CUDCurrencyRequestBodyv2
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 object of the organization.
Body ()
Root Schema : DeleteRequestBody
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top