Create Currency
POST {{baseUrl}}/OData/Currencies
- name - currency name
- alpha3Code - currency code according to ISO4217 (see for example https://en.wikipedia.org/wiki/ISO_4217)
Each added currency must have a unique code.
Request Body
{"name"=>"Won", "alpha3Code"=>"KRW"}
RESPONSES
status: Created
{"@odata.context":"https://api.timetta.com/odata/$metadata#Currencies/$entity","alpha3Code":"KRW","symbol":null,"name":"Won","createdById":"7fa8a635-9937-4dd0-8184-782277b07309","modifiedById":"7fa8a635-9937-4dd0-8184-782277b07309","id":"81b1f64b-9454-42cb-8f84-a3a54025bb6e","created":"2023-02-20T14:49:31.6413014+03:00","modified":"2023-02-20T11:49:31.6347214Z","isActive":true}