Versions Compared

Key

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

...

Input

Source

Required

Type

Description

id

query

Yes

string

version

query

No

booleannumber

Output

...

Response

SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response 

...

Expand
titleSAMPLE
Code Block
languagejson
{
  "result": true,
  "data": {} "Catalog Recipe Successfully deleted!"
}

Invalid Response

Expand
titleSAMPLE
Code Block
{
    "result":false,
    "errors":{
        "codes":[602],
        "details":[
            {
                "code":602,
                "message":"Model error: + %model_error%"
            }
        ]
    }
}

...