saveCurrency

Creates or updates currency.

Input parameters

Parameter name Description Possible value Required
currencyID integer
name Currency name. Example "US dollar". Use either general parameter "name" or one or more of the following parameters if you need to set the names in specific languages. string
nameEST string
nameENG string
nameLAT string
nameRUS string
nameFIN string
nameShort Text on invoice. Example "dollars". Use either general parameter "nameShort" or one or more of the following parameters if you need to set the texts in specific languages. string
nameShortEST string
nameShortENG string
nameShortLAT string
nameShortRUS string
nameShortFIN string
nameFraction Text on invoice. Example "cents". Use either general parameter "nameFraction" or one or more of the following parameters if you need to set the texts in specific languages. string
nameFractionEST string
nameFractionENG string
nameFractionLAT string
nameFractionRUS string
nameFractionFIN string
rate Currency rate in relation to default currency. Decimal
code string

Response

Field name Type Description
currencyID integer ID of the created/updated item.