create Currency
PUT {{baseUrl}}/Currencies
Request Body
{"Code"=>"<string>", "Description"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant | |
Content-Type | string |
RESPONSES
status: OK
{"Currencies":[{"Code":"\u003cstring\u003e","Description":"\u003cstring\u003e"},{"Code":"\u003cstring\u003e","Description":"\u003cstring\u003e"}]}