# Manufacturing and Calculation

Get, create, delete and update all your manufacturing resources.


## Get Manufacturing Costs for an Assembly

 - [GET /assemblies/{assembly_id}/manufacturing-data/export](https://docs.luminovo.com/specs/bundled/manufacturing-and-calculation/get_assembly_manufacturing_data_export_v1.md): Get the complete manufacturing related costs for an assembly. Returns the same data that can be
exported via excel on Luminovo.

## Get Calculated Assembly Cost

 - [GET /calculations/assembly-costs](https://docs.luminovo.com/specs/bundled/manufacturing-and-calculation/getcalculationassemblycost.md): Query the calculation table for an assembly. Return material and manufacturing cost as well as all additional cost configured in the calculation table.
The response includes an is_cost_frozen field that indicates whether the cost is frozen.

## Get All Resources

 - [GET /manufacturing/resource](https://docs.luminovo.com/specs/bundled/manufacturing-and-calculation/get_resource_many_v1.md): Get an array of all resources. Resources represent all machinery and employees relevant to production including their
hourly rates (e.g. SMT Personnel or Fuji NXT Pick and Place Machine).

Resources can be used in activities to get time calculations as well as costs associated with them.

## Create New Resource

 - [POST /manufacturing/resource](https://docs.luminovo.com/specs/bundled/manufacturing-and-calculation/doc_post_resource_v1.md): Create a new manufacturing resource.

## Delete Resource

 - [DELETE /manufacturing/resource/{id}](https://docs.luminovo.com/specs/bundled/manufacturing-and-calculation/doc_delete_resource_v1.md): Delete a resource using its ID.

## Update Resource

 - [PATCH /manufacturing/resource/{id}](https://docs.luminovo.com/specs/bundled/manufacturing-and-calculation/doc_patch_resource_v1.md): Update a resource using its ID.

