Skip to main content

Add new entity to Currencies

POST 

/Currencies

Add new entity to Currencies

Request

Body

required

New entity

    iso string
    name string
    symbol string
    decimalDigits decimal
    rounding decimal
    namePlural string

Responses

Created entity

Schema

    iso string
    name string
    symbol string
    decimalDigits decimal
    rounding decimal
    namePlural string
Loading...