Create product
Create product
| Header Parameters |
|---|
organization-id uuid — REQUIREDID of organization context this request belongs to. |
| Request Body — REQUIRED | ||||
|---|---|---|---|---|
accessDefinitionId uuid | ||||
colour stringPossible values: length ≤ 32 | ||||
description stringPossible values: length ≤ 240 | ||||
detailedDescription string | ||||
name string — REQUIREDPossible values: 3 ≤ length ≤ 50 | ||||
productLinks object[]
| ||||
productStatus stringPossible values: [ | ||||
publiclyAvailable boolean | ||||
supportMultiplePlans boolean |
| Responses | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201Product successfully created
| |||||||||||||||||||||||||||||||||||||||||||
400Bad Request (e.g. element not found or resource conflict).
| |||||||||||||||||||||||||||||||||||||||||||
403Missing permission
| |||||||||||||||||||||||||||||||||||||||||||
500Internal server error (Internal service communication or process error).
|