Create private item for customer
POST/api/v2/customers/:customerId/services/workspace/items
Use this method to create a new private item, assign public item or import item for customer.
- Private item can be created with specifying ItemTypeId, Name and other attributes
- Public item can be assigned to customer by specifying ListId or ListName and ItemId
- Group import can be done by specifying DirResName, ItemTypeId and import = true
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful execution, user has been created
Bad request, invalid parameters
Unauthorized, valid token was not supplied
Forbidden, the user does not have permission to execute this function
Server error, details will be included in the response.