...
Info | ||
---|---|---|
| ||
PUT: https://sandbox.monnify.com/api/v1/limit-profile/2XKTQ3LE9NH2 |
...
Please note that this endpoint is protected
...
using OAuth2 Token. Visit the Authentication section of this document for details on OAuth2 Token.
Sample Request Body
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "limitProfileName":"Test Limit Profile Update", "singleTransactionValue":70000, "dailyTransactionVolume":4000, "dailyTransactionValue": 100000000 } |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "requestSuccessful": true, "responseMessage": "success", "responseCode": "0", "responseBody": { "limitProfileCode": "2XKTQ3LE9NH2", "limitProfileName": "Test Limit Profile Update", "singleTransactionValue": 70000, "dailyTransactionVolume": 4000, "dailyTransactionValue": 100000000, "dateCreated": "29/10/2019 01:49:09 PM", "lastModified": "29/10/2019 01:53:20 PM" } } |
...