post https://{tenantUrl}/public-api/resources/currencies/v2.0
Create currency
Log in to see full request history
Responses
422The payload you provided is invalid
Create currency
422The payload you provided is invalid
xxxxxxxxxx
curl --request POST \
--url https://example.com/public-api/resources/currencies/v2.0 \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"alphabeticCode": "AED"
}
'
Try It!
to start a request and see the response here! Or choose an example: