Skip to main content
PATCH
/
ZMW
Update currencies
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/ZMW \
  --header 'Content-Type: application/json' \
  --data '
{
  "exchangeRate": "25"
}
'

Body

application/json
exchangeRate
string
Example:

"25"

Response

200 - undefined