Currency
Endpoints
Create new currency
|
/currencies |
Get entity list
|
/currencies |
Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
Query |
page |
Page index |
integer (int32) |
Query |
size |
Entity count per page |
integer (int32) |
Responses
| HTTP Code | Description | Schema |
|---|---|---|
200 |
Successfull |
< Currency > array |
400 |
Functionnal error |
No Content |
500 |
Internal server error |
No Content |
Import entity list
|
/currencies/import |
Get one currency
|
/currencies/{code} |
|
operation.deprecated |
Parameters
| Type | Name | Description | Schema | Business Rules |
|---|---|---|---|---|
Path |
code |
Entity code to retrieve |
string |
3 characters max |
Delete currency
|
/currencies/{code} |
Parameters
| Type | Name | Description | Schema | Business Rules |
|---|---|---|---|---|
Path |
code |
Entity public uuid code to delete |
string |
3 characters max |
Data structure
Currency
Currency data structure.
| Name | Description | Value | Business Rules |
|---|---|---|---|
code |
Currency code |
string |
3 characters max |
label |
Currency label |
string |
50 characters max |
nbDecimals |
Decimals number |
integer |
|
publicUuid |
Currency public uuid |
string |
|
symbol |
Symbol |
string |
3 characters max |
validityEndDate |
Validity end date |
datetime |
AAAA-MM-JJTHH:MM:SSZ |
ImportCurrencyList
| Name | Value |
|---|---|
callback |
string |
data |
Currency list |