api.setup.currencies¶
/api/setup/currencies/¶
GET /api/setup/currencies/¶
Description:
Return the list of existing currencies
can_lock | requires_lock | has_etag | requires_etag |
---|---|---|---|
False | False | False | False |
Request:
<!-- No XML Request. -->
Response:
<currencies>
<currency uri="/setup/currencies/X/" id="X"/>
[...]
</currencies>
/api/setup/currencies/(d+)/¶
GET /api/setup/currencies/(d+)/¶
Description:
Return a specific currency
can_lock | requires_lock | has_etag | requires_etag |
---|---|---|---|
False | False | False | False |
Request:
<!-- No XML Request. -->
Response:
<currency uri="/setup/currencies/X/" id="X" full_render="true">
<name>[str]</name>
<rate>[decimal]</rate>
<symbol>[str]</symbol>
</currency>