General Information
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
id | Query | YES | String | N/A | the The product id |
code | Body | YES | String | The Length is 4 - 5 | The product code |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": [{ _id: "5c9e2466ab9d56e06a390b81", code: "TESTP", name: "test product", description: null, scope: { acl: { manual: { endpointservice: { "1": { access: false } } } } }, packages: [ { code: "TESTP_TESTP", name: "test package", description: null, acl: { manual: { endpointservice: [ { version: "1" } ] } }, _TTL: 604800000 } ] }] } |
...