Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please note that this endpoint is protected using OAuth2 Token. Visit the Authentication  section of this document for details on OAuth2 Token.by OAuth 2.0 Bearer Token


Sample Request Body

Code Block
languagejs
themeMidnight
titleUpdate Limit Profile Request
 {
    "limitProfileName":"Test Limit Profile Update",
    "singleTransactionValue":70000,
    "dailyTransactionVolume":4000,
    "dailyTransactionValue": 100000000
} 

...