# Create one or more part numbers Endpoint: POST /v1/part-numbers Version: 1.0.0_Beta ## Request fields (application/json): - `partNumbers` (array, required) - `partNumbers.partNumber` (string, required) Name to uniquely identify the part number. Example: "MyPartNumber" - `partNumbers.description` (string) Describe the characteristics of this feature that make it unique. Example: "This feature enables advanced reporting." - `partNumbers.product` (object) Product associated with part number - `partNumbers.product.name` (string, required) Name of the product Example: "SampleProduct" - `partNumbers.product.version` (string, required) Version of the product Example: "SampleVersion-1.0" - `partNumbers.product.licenseModel` (string) License model associated with the product Example: "LicenseModelName" - `partNumbers.trialAvailability` (boolean) Trial Availability flag to indicate whether the part number is available for trial or not. ## Response 201 fields (application/json): - `message` (string) - `status` (string) ## Response 206 fields (application/json): - `message` (string) - `status` (string) ## Response 400 fields (application/json): - `message` (string) - `status` (string) ## Response 500 fields (application/json): - `message` (string) - `status` (string)