go back Home

RowCurrencyType

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_type company_id="..." id="..." currency_flag="..." currency_iso_id="..." currency_symbol="..." decimal_digits="..." decimal_separator="..." descr="..." group_size="..." grouping_separator="..." in_use="..." indicator_color="..." is_active="..." negative_format="..." negative_position="..." negative_sign="..." positive_format="..." symbol_position="..."/>

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_type","company_id":"...","id":"...","currency_flag":"...","currency_iso_id":"...","currency_symbol":"...","decimal_digits":"...","decimal_separator":"...","descr":"...","group_size":"...","grouping_separator":"...","in_use":"...","indicator_color":"...","is_active":"...","negative_format":"...","negative_position":"...","negative_sign":"...","positive_format":"...","symbol_position":"..."}

Fields

key name size type
company_id 4 String
id 3 String
currency_flag 60 String
currency_iso_id 3 String
currency_symbol 1 String
decimal_digits 1 String
decimal_separator 1 String
descr 40 String
group_size 1 String
grouping_separator 1 String
in_use 1 String
indicator_color 10 int
is_active 1 String
negative_format 20 String
negative_position 1 String
negative_sign 1 String
positive_format 20 String
symbol_position 1 String