Create a material utilization
Authorizations
OAuth 2.0 client credentials. Exchange your client_id and client_secret for an access token scoped to the organisation that provides data access.
Headers
ID of the organisation the request operates on behalf of (e.g. org_...). Must be an organisation the API client has access to.
"org_01k83mfmhgchya944v86ryvhpq"
Body
The ID of the material utilization config that defines the utilization to create.
"mutc_01k16bap2kcz0asd2h2dkzz1xj"
When the utilization took place: an ISO 8601 date-time with an explicit UTC offset (Z or ±hh:mm). Defaults to now if omitted.
"2026-01-15T08:00:00Z"
A optional custom ID that can be set to an internal ID from your system. This ID must be unique within all objects of the organisation you operate in. You can later use this external ID to reference and query this object. Be aware that you can update this ID later. If you need an immutable ID, use the object ID returned when creating the object.
1 - 100^[A-Za-z0-9\-_]+$"MY-CUSTOM-ID"
The site the material was applied at, when it differs from the config's site — registered or unregistered. Reference it either by its ID or by its external ID, but not both. Defaults to the config's site.
- Option 1
- Option 2
The coordinates the material was applied at. Defaults to the application site's location.
Values for the utilization's data points. When the config is unified (unified: true), the flat array spans the whole flow (utilization step and input containers); when unified is false, only the step's own data points.
100Response
Material utilization created.
The ID of the material utilization.
"mut_01kcwnf3gxeezez5jxrhf1k34x"
The ID of the config the utilization was created from.
"mutc_01k16bap2kcz0asd2h2dkzz1xj"
The ID of the exact config version the utilization was created from.
"mutcv_01kbr6p08518pexf6rs9segz8j"
Optional external ID of the utilization.
"MY-CUSTOM-ID"
Human-readable identifier.
"SNK-2026-01-15-1"
The site the material was applied at.
When the utilization took place.
"2026-01-15T08:00:00Z"
When the utilization was recorded in Cula.
"2026-01-15T08:00:00Z"
The coordinates the material was applied at.
Data points set on the utilization step itself.
Data point holding a single line of text.
- short_text
- long_text
- multi_text
- number
- percentage
- amount
- timestamp
- duration
- boolean
- material
- material_batch
- container_type
- material_pool
The material containers the utilization consumed. Always returned, whether the config is unified or not.