PUT - /admin/groups/packages
General Information
Service | API | Method | Data Model | Workflow |
---|---|---|---|---|
urac | /admin/groups/packages | PUT | Groups |
Description
This API updates the packages of all the groups in groups array sent in the request body.
Input
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
groups | Body | YES | Object | Includes one of id or code arrays | Groups object | |||||||||||||||
One of the following should exist under the groups object:
| ||||||||||||||||||||
packages | Body | YES | Array | Array of Objects | Packages | |||||||||||||||
|
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 |
602 | Model error: + %model_error% |