Get Currencies
GET
/init/currencies/allRequest
None
Request samples
Responses
Currencies(200)
HTTP Code: 200
Content Type : Rawtext/plain
ExampleCurrencies
[
{
"id": 1,
"currencyName": "United States Dollar",
"currencyCode": "USD",
"currencySymbol": null,
"createdAt": "2024-06-07T09:22:52.370+00:00",
"updatedAt": null
},
{
"id": 2,
"currencyName": "Zimbabwe Gold Currency",
"currencyCode": "ZIG",
"currencySymbol": null,
"createdAt": "2024-06-07T09:23:11.059+00:00",
"updatedAt": null
},
{
"id": 3,
"currencyName": "South African Rand",
"currencyCode": "ZAR",
"currencySymbol": null,
"createdAt": "2024-06-07T09:23:53.212+00:00",
"updatedAt": null
}
]
Last modified: a day ago