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"
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
exchangeRate
string
Example:

"25"

Response

200 - undefined