For the complete documentation index, see llms.txt. This page is also available as Markdown.

Materials

Get material measurement units

get

The API gives the ability to get all material measurement units.

Authorizations
x-api-keystringRequired
Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Responses
200Success
application/json
idstring · uuidRequired

Unique identifier of the measurement unit

Example: b86fa12a-76fc-46f5-8a3e-bf39e7be4c4e
namestringRequired

Measurement unit name

Example: kg
get/api/v1/public/materials/measurement_units

Create material

post

The API gives the ability to create a new material and specify material properties.

Scenarios for processing the received data

📝 All required + optional parameters were passed

The system creates material in the system.

UI

  • Newly created material is added to the Materials page to the {Category} tab and {Subcategory} section, which were passed in the “CREATE a material” request.

    • If category_name wasn't specified in the request, then material is added to the “Without category” tab on the Materials page.

    • If subcategory_name wasn't specified in the request, then material is added to the {Category} tab which was passed in the “CREATE a material” request, but added to the “Without subcategory” section on the Materials page.

Authorizations
x-api-keystringRequired
Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Body
namestringRequired

Name of the material

Example: Premium Steel Rod
measurement_unit_idstring · uuidRequired

UUID of the measurement unit for this material

Example: 550e8400-e29b-41d4-a716-446655440000
material_external_idstringOptional

External identifier for the material from supplier or other system

Example: MAT-2024-001
descriptionstringOptional

Detailed description of the material

Example: High-grade steel rod with corrosion resistance, suitable for construction
material_category_idstring · uuidOptional

UUID of the material category

Example: 550e8400-e29b-41d4-a716-446655440001
material_subcategory_idstring · uuidOptional

UUID of the material subcategory

Example: 550e8400-e29b-41d4-a716-446655440002
material_supplier_idstring · uuidOptional

UUID of the material supplier

Example: 550e8400-e29b-41d4-a716-446655440003
purchase_pricenumber · min: 1Optional

Purchase price of the material in base currency

Example: 25.99
actual_pricenumber · min: 1Optional

Current actual price of the material in base currency

Example: 28.5
statusstring · enumOptional

Status of the material (Default status if no value provided: ACTIVE)

Example: ACTIVEPossible values:
materialCharacteristicsstring · uuid[] · max: 10Optional

Array of material characteristic UUIDs (max 10)

Example: ["550e8400-e29b-41d4-a716-446655440004","550e8400-e29b-41d4-a716-446655440005"]
tagsstring · uuid[]Optional

Array of tag UUIDs for categorization and filtering

Example: ["550e8400-e29b-41d4-a716-446655440006","550e8400-e29b-41d4-a716-446655440007"]
Responses
201Success
application/json
idstring · uuidRequired

Unique identifier of the material

Example: 550e8400-e29b-41d4-a716-446655440000
material_category_idobject · nullableRequired

ID of the material category

Example: 550e8400-e29b-41d4-a716-446655440001
material_subcategory_idobject · nullableRequired

ID of the material subcategory

Example: 550e8400-e29b-41d4-a716-446655440002
material_supplier_idobject · nullableRequired

ID of the material supplier

Example: 550e8400-e29b-41d4-a716-446655440003
image_idobject · nullableRequired

ID of the associated image

Example: 550e8400-e29b-41d4-a716-446655440004
material_external_idobject · nullableRequired

External identifier for the material

Example: MAT-001
measurement_unit_idstring · uuidRequired

ID of the measurement unit

Example: 550e8400-e29b-41d4-a716-446655440005
namestringRequired

Name of the material

Example: Steel Beam
descriptionobject · nullableRequired

Description of the material

Example: High-strength steel beam for construction
statusstring · enumRequired

Current status of the material

Example: ACTIVEPossible values:
purchase_priceobject · nullableRequired

Purchase price of the material

Example: 150
actual_priceobject · nullableRequired

Actual price of the material

Example: 175.75
supply_delivery_timeobject · nullableRequired

Supply delivery time value

Example: 5
supply_delivery_time_periodobject · nullableRequired

Supply delivery time period unit

Example: days
created_atstring · date-timeRequired

Date when the material was created

Example: 2023-01-01T00:00:00.000Z
updated_atobject · nullableRequired

Date when the material was last updated

Example: 2023-01-02T00:00:00.000Z
created_byobject · nullableRequired

ID of the user who created the material

Example: 550e8400-e29b-41d4-a716-446655440006
updated_byobject · nullableRequired

ID of the user who last updated the material

Example: 550e8400-e29b-41d4-a716-446655440007
post/api/v1/public/materials

Add photo to material

post

The API gives the ability to add photo to material.

Scenarios for processing the received data

📝 Photo was passed successfully

System sets this photo as a main photo for a material.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Body
urlstringRequired

Photo url

Example: https://example.com/photos/material-photo.jpg
Responses
201Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
post/api/v1/public/materials/{material_id}/photos

Update material

patch

The API gives the ability to update materials properties. Any parameters not provided will be left unchanged.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Body
namestringOptional

Name of the material

Example: Premium Steel Rod
measurement_unit_idstring · uuidOptional

UUID of the measurement unit for this material

Example: 550e8400-e29b-41d4-a716-446655440000
material_external_idstringOptional

External identifier for the material from supplier or other system

Example: MAT-2024-001
descriptionstringOptional

Detailed description of the material

Example: High-grade steel rod with corrosion resistance, suitable for construction
material_category_idstring · uuidOptional

UUID of the material category

Example: 550e8400-e29b-41d4-a716-446655440001
material_subcategory_idstring · uuidOptional

UUID of the material subcategory

Example: 550e8400-e29b-41d4-a716-446655440002
material_supplier_idstring · uuidOptional

UUID of the material supplier

Example: 550e8400-e29b-41d4-a716-446655440003
purchase_pricenumber · min: 1Optional

Purchase price of the material in base currency

Example: 25.99
actual_pricenumber · min: 1Optional

Current actual price of the material in base currency

Example: 28.5
statusstring · enumOptional

Status of the material

Example: ACTIVEPossible values:
Responses
200Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
patch/api/v1/public/materials/{material_id}

Add parameters to a material

post

The API gives the ability to add parameter to material.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Body
Responses
201Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
post/api/v1/public/materials/{material_id}/parameters

Remove material parameter from material

delete

The API gives the ability to remove parameter from material.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

parameter_idstring · UUIDRequired

Parameter ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Responses
200Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
delete/api/v1/public/materials/{material_id}/parameters/{parameter_id}

Update material parameter value for material

patch

The API gives the ability to update material parameter value.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

parameter_idstring · UUIDRequired

Parameter ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Body
parameter_value_idstring · uuidRequired

Unique identifier of the parameter value to update

Example: b86fa12a-76fc-46f5-8a3e-bf39e7be4c4e
Responses
200Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
patch/api/v1/public/materials/{material_id}/parameters/{parameter_id}

Remove all material parameters from material

delete

The API gives the ability to remove all parameters from material.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Responses
200Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
delete/api/v1/public/materials/{material_id}/parameters-all

Add tag to a material

post

The API gives the ability to add tag to material.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Body
tag_idsstring · uuid[]Required

Array of tag UUIDs for categorization and filtering

Example: ["550e8400-e29b-41d4-a716-446655440006","550e8400-e29b-41d4-a716-446655440007"]
Responses
201Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
post/api/v1/public/materials/{material_id}/tags

Remove tag from a material

delete

The API gives the ability to remove tag from material.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

tag_idstringRequired

Tag ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Responses
200Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
delete/api/v1/public/materials/{material_id}/tags/{tag_id}

Remove all tags from a material

delete

The API gives the ability to remove all tags from material.

Authorizations
x-api-keystringRequired
Path parameters
material_idstringRequired

Material ID

Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Responses
200Success
application/json
messagestringRequired

Message returned from API confirming the operation

Example: The operation was done successfully
delete/api/v1/public/materials/{material_id}/tags-all

Last updated