CurrencyCode

the CurrencyCode according to ISO-4217

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

*/*
get
/cmn/currency-codes/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

currency codes - ISO 4217

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstring · min: 1 · max: 255Required

label of this currency

isoAlpha3string · min: 3 · max: 3Required

ISO A(3) value of this currency

isoNumericstring · min: 3 · max: 3Required

ISO N(3) value of this currency

symbolstring · min: 1 · max: 5Required

symbol of this currency

activebooleanRead-onlyOptional

is active

Default: true
Responses
chevron-right
200

successful operation

*/*
put
/cmn/currency-codes/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

*/*
delete
/cmn/currency-codes/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

*/*
put
/cmn/currency-codes/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

*/*
put
/cmn/currency-codes/{id}/activate

Create new Resource

post
Body

currency codes - ISO 4217

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstring · min: 1 · max: 255Required

label of this currency

isoAlpha3string · min: 3 · max: 3Required

ISO A(3) value of this currency

isoNumericstring · min: 3 · max: 3Required

ISO N(3) value of this currency

symbolstring · min: 1 · max: 5Required

symbol of this currency

activebooleanRead-onlyOptional

is active

Default: true
Responses
chevron-right
200

successful operation

*/*
post
/cmn/currency-codes

Last updated

Was this helpful?