5.1 – Return Structure

On Success

The return structure of the call will be raw data or binary depending on the call you make.

{
     "StatusCode": 200,
     "Status": "ESUCC or EFAIL",
     "Message": "Request OK. ",
     "Debug": null,
     "Result":
          {}
}

Example

Structure varies strongly from one API endpoint to another. Please refer to dedicated articles.