Skip to main content

Get entity from Currencies by key

GET 

/Currencies(:iso)

Get entity from Currencies by key

Request

Path Parameters

    iso stringrequired

    key: iso of Currency

Query Parameters

    $select string[]

    Possible values: [iso, name, symbol, decimalDigits, rounding, namePlural]

    Select properties to be returned

    $expand string[]

    Possible values: [*]

    Expand related entities

Responses

Retrieved entity

Schema

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