Versions Compared

Key

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

General Information

...

Input

...

Type: application/json


Name
Source
Mandatory
Type
Special Format
Description
idQueryYESStringN/AThe product id
ScopeBodyYESObjectScope SchemaProduct Scope - Check the example below

Scope Example


Code Block
languagejs
titleScope Input example
linenumberstrue
collapsetrue
"scope": {
  "acl": {
     "dashboard": {
       "multitenant": {
          "1": {
            "access": false,
            "get": [
               {
                   "/product": {
                       "access": false
                   },
                   "group": 'Product'
               }
            ]
          },
          "2.1" : {
             "access": false,
             "get": [
               {
                     "/product": {
                         "access": false
                     },
                     "group": 'Product'
               }
            ]
         }
       }
     }
   }
}

Output

...

Response

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

...