create Currency

PUT {{baseUrl}}/Currencies

Request Body

{"Code"=>"<string>", "Description"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
xero-tenant-idstring(Required) Xero identifier for Tenant
Content-Typestring

RESPONSES

status: OK

{&quot;Currencies&quot;:[{&quot;Code&quot;:&quot;\u003cstring\u003e&quot;,&quot;Description&quot;:&quot;\u003cstring\u003e&quot;},{&quot;Code&quot;:&quot;\u003cstring\u003e&quot;,&quot;Description&quot;:&quot;\u003cstring\u003e&quot;}]}