go back Home

RowCurrencyControl

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<currency_control company_id="..." id="..." apply_realized_gains_losses="..." conversion_entry="..." enable_currency_selector="..." enforce_currency="..." enforce_customer_currency="..." functional_currency="..." is_active="..." is_enhanced_active="..." record_foreign_gains_losses="..." reporting_currency="..." transaction_currency="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"currency_control","company_id":"...","id":"...","apply_realized_gains_losses":"...","conversion_entry":"...","enable_currency_selector":"...","enforce_currency":"...","enforce_customer_currency":"...","functional_currency":"...","is_active":"...","is_enhanced_active":"...","record_foreign_gains_losses":"...","reporting_currency":"...","transaction_currency":"..."}

Fields

key name size type
company_id 4 String
id 10 int
apply_realized_gains_losses 1 String
conversion_entry 1 String
enable_currency_selector 1 String
enforce_currency 1 String
enforce_customer_currency 1 String
functional_currency 3 String
is_active 1 String
is_enhanced_active 1 String
record_foreign_gains_losses 1 String
reporting_currency 3 String
transaction_currency 3 String