Skip to main content
POST
/
WaasCore
/
api
/
v1
/
products
/
exempt
{
  "productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "keyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "expiresAt": "2026-06-24T11:25:32.040Z",
  "reason": "string",
  "mode": "string",
  "enable": true
}
{
  "code": "00",
  "success": true,
  "message": "Updated Successfully",
  "data": null
}
productId
string
required
Product UUID to exempt
keyId
string
required
Customer or organization UUID (see note)
walletId
string
Optional: provide to exempt a specific wallet. Omit to exempt the whole keyId
expiresAt
string
Optional expiry datetime for the exemption
reason
string
Optional explanation
mode
string
Optional mode flag
enable
boolean
Set to true to enable exemption, false to disable
Notes:
  • keyId may be a customer Id or an organization Id.
  • If you want to exempt a whole customer or organization, omit walletId.
  • To exempt a single wallet, provide walletId.
{
  "productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "keyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "expiresAt": "2026-06-24T11:25:32.040Z",
  "reason": "string",
  "mode": "string",
  "enable": true
}
{
  "code": "00",
  "success": true,
  "message": "Updated Successfully",
  "data": null
}