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="..." conversion_entry="..." enforce_customer_currency="..." functional_currency="..." is_active="..." 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":"...","conversion_entry":"...","enforce_customer_currency":"...","functional_currency":"...","is_active":"...","reporting_currency":"...","transaction_currency":"..."}

Fields

key name size type
company_id 4 String
id 10 int
conversion_entry 1 String
enforce_customer_currency 1 String
functional_currency 3 String
is_active 1 String
reporting_currency 3 String
transaction_currency 3 String