api.setup.currency_units¶
/api/setup/currency_units/¶
GET /api/setup/currency_units/¶
Description:
Return all currency units
can_lock | requires_lock | has_etag | requires_etag |
---|---|---|---|
False | False | False | False |
Response:
<currency_units>
<currency_unit uri="" id="" fully_rendered="true">
<name>[str]</name>
<list_order>[int]</list_order>
<value>[decimal]</value>
</currency_unit>
...
</currency_units>
- Expected Errors:
/api/setup/currency_units/(d+)/¶
GET /api/setup/currency_units/(d+)/¶
Description:
Return a specific currency_unit
can_lock | requires_lock | has_etag | requires_etag |
---|---|---|---|
False | False | False | False |
Response:
<currency_unit uri="" id="" fully_rendered="true">
<name>[str]</name>
<list_order>[int]</list_order>
<value>[decimal]</value>
</currency_unit>
- Expected Errors: