Versions Compared

Key

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

General Information

...


Name
Source
Mandatory
Type
Special Format
Description
idQueryNOStringN/AThe product id
codeQueryNOStringThe Length is 4 - 5The product code


Output

...

Response

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

Valid Response

Code Block
languagejs
titleValid Response Sample
linenumberstrue
collapsetrue
{
result": true,
  "data": {
    "n": 1,
    "ok": 1
  }
}

...