POST - /product/package
General Information
Service | API | Method | Data Model | Workflow | Group |
---|---|---|---|---|---|
multitenant | /product/package | POST | Products | N/A | Product |
Description
Add a package to product
Input
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
id | Query | YES | String | N/A | The product id |
code | Body | NO | String | The Length is 4 - 5 | The package code |
name | Body | YES | String | N/A | The package name |
description | Body | NO | String | N/A | The package description |
_TTL | Body | YES | String | '6', '12', '24', '48', '72', '96', '120', '144', '168' | |
tags | Body | NO | Array | Array of strings | |
acl | Body | NO | Object | Package ACL - Check the example below | |
type | Body | NO | Object | Keys are environment codes and value is granular | Environment ACL TYPE |
ACL Example
Type Example
Output
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
Valid Response
Invalid Response
Code | Description |
---|---|
400 | Business logic required data are missing |
460 | Unable to find products |
467 | Package already exists |
500 | This record is locked. You cannot modify or delete it |
602 | Model error: + %model_error% |