Versions Compared

Key

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

...

Development notes:

Info

OUR APIs ARE CASE

...

SENSITIVE:
Please make sure to use the commands and params all in case-sensitive format. Using the wrong format will impact on the correct functionality of the APIs.

Example:

Correct:

Code Block
"apiStatus": "success",

Wrong:

Code Block
"apistatus": "success",