For the complete documentation index, see llms.txt. This page is also available as Markdown.

Currency Exchange Rate

the exchange rates for currencies

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

*/*

currency exchange rates

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

exchangeRatenumberRequired

exchange rate

validFromstring · dateRequired

valid from

commentstringOptional

Kommentar

activebooleanRead-onlyOptional

is active

Default: true
get/cmn/currency-codes/rates/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

currency exchange rates

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

exchangeRatenumberRequired

exchange rate

validFromstring · dateRequired

valid from

commentstringOptional

Kommentar

activebooleanRead-onlyOptional

is active

Default: true
Responses
200

successful operation

*/*

currency exchange rates

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

exchangeRatenumberRequired

exchange rate

validFromstring · dateRequired

valid from

commentstringOptional

Kommentar

activebooleanRead-onlyOptional

is active

Default: true
put/cmn/currency-codes/rates/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

*/*
contextstringOptional

message context

messageValuestringOptional

message

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

Create new Resource

post
Body

currency exchange rates

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

exchangeRatenumberRequired

exchange rate

validFromstring · dateRequired

valid from

commentstringOptional

Kommentar

activebooleanRead-onlyOptional

is active

Default: true
Responses
200

successful operation

*/*

currency exchange rates

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

exchangeRatenumberRequired

exchange rate

validFromstring · dateRequired

valid from

commentstringOptional

Kommentar

activebooleanRead-onlyOptional

is active

Default: true
post/cmn/currency-codes/rates

Last updated

Was this helpful?