Cell Components

Create a new cell component for the current organization

Create a new cell component for the current organization.

post/cell_components

Request body

component_type'cathode' | 'anode' | 'electrolyte' | 'separator' | 'case' | 'cell' required

Enum for cell component types.

material_idstring required

ID of the material

propertiesobject nullable

Application properties using Quantity format for numerics. Example: {'diameter': {'value': 14, 'unit': 'mm'}, 'binder': 'PVDF'}

project_idstring required

Project the component is scoped to. Required.

Response

Successful Response

component_type'cathode' | 'anode' | 'electrolyte' | 'separator' | 'case' | 'cell' required

Enum for cell component types.

material_idstring required

ID of the material

propertiesobject nullable

Application properties using Quantity format for numerics. Example: {'diameter': {'value': 14, 'unit': 'mm'}, 'binder': 'PVDF'}

idstring required

Unique identifier for the component

organization_idstring required

Organization ID of the component

project_idstring required

Project the component is scoped to, derived from the cell specification(s) that reference it.

created_atstring date-time required

Timestamp when the component was created

updated_atstring date-time required

Timestamp when the component was last updated

created_bystring nullable

User ID of the creator.

Changes