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 | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201 Product successfully created
| |||||||||||||||||||||||||||||||||||||||||||
400 Bad Request (e.g. element not found or resource conflict).
| |||||||||||||||||||||||||||||||||||||||||||
403 Missing permission
| |||||||||||||||||||||||||||||||||||||||||||
500 Internal server error (Internal service communication or process error).
|