Add Currencies

post

/config/sim/v1/setup/currencies

Add the Currency to the specified organization.

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 : CurrencyNameTranslatedString
Type: object
A group of string objects representing the name of the currency in configured languages.
Example:
{
    "en-US":"USD Dollar",
    "de-DE":"USD-Dollar"
}
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