Path Parameter
string
required
The ID of the product to activate. Example:
‘1404e81a-0bf1-11f0-a8a9-6045bd97b81d’.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Status Code: 200 OK
{
"code": "00",
"success": true,
"message": "Updated Successfully",
"data": {
"id": "a52f7163-ff67-11ef-a8a9-6045bd97b81d",
"name": "TO_WALLET_TRANSFER",
"organizationId": "e678b629-fb56-11ef-a8a9-6045bd97b81d",
"description": "For wallet to wallet transfer",
"direction": "C",
"isActive": True,
"dateCreated": "2025-03-12T17:30:08"
}
}
- **Status Code**: **400 Bad Request**
{
"code": "400",
"success": false,
"message": "There is nothing to do as Product status is currently True",
"data": null
}