Get Inventory Formulas
GET
/api/inventory_formulas
Use this method to retrieve one or many inventory_formulas. See our HTTP GET documentation for complete queries method.
The following elements are returned in the inventory_formulas.response :
Base elements
Element | Description |
---|---|
id | Unique code for identifier inventory_formulas. String 36 characters . |
number | Reference number of inventory_formulas. String maximum 35 characters . |
description | Description of inventory_formulas. String maximum 75 characters . |
department* | Department of inventory_formulas. |
Department.id | Unique code for identifier customer. String 36 characters . |
Department.code | Department code String maximum 255 characters . |
Department.name | Department name String maximum 255 characters . |
project* | Project of inventory_formulas. |
project.id | Unique code for identifier project. String 36 characters . |
project.code | Project code String maximum 255 characters . |
project.name | Project name String maximum 255 characters . |
warehouse* | Warehouse of inventory_formulas. |
warehouse.id | Unique code for identifier department. String 36 characters . |
warehouse.code | Warehouse code String maximum 255 characters . |
warehouse.name | Warehouse name String maximum 255 characters . |
document* | Document of inventory_formulas. |
document.date | Document date. Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
document.number | Document number String. |
other_fields | other_fields |
other_fields.id | Unique code for identifier other_fields. String 36 characters . |
other_fields.key | key words of other_fields. String 36 characters . |
other_fields.type | other_fields type. String 36 characters . |
other_fields.value | other_fields value. String 36 characters . |
attachments* | attachments. |
attachments.id | Unique code for identifier attachments. String 36 characters . |
attachments.name | Attachments name String. |
attachments.extension | Attachments extension JPG, PNG, PDF String. |
attachments.url | Attachments url String. |
raw_materials* | Element for raw_materials. |
raw_materials.id | Unique code for identifier raw_materials. String 36 characters . |
raw_materials.product.id | Raw materials product id String 36 characters . |
raw_materials.product.code | Product code String maximum 255 characters . |
raw_materials.product.name | Product name String maximum 255 characters . |
raw_materials.unit.id | Unique code for identifier raw_materials.unit.id. String 36 characters . |
raw_materials.unit.code | Unit code String maximum 255 characters . |
raw_materials.unit.name | Unit name String maximum 255 characters . |
raw_materials.department.id | Unique code for identifier raw_materials.department.id. String 36 characters . |
raw_materials.department.code | department code String maximum 255 characters . |
raw_materials.department.name | department name String maximum 255 characters . |
raw_materials.project.id | Unique code for identifier raw_materials.project.id. String 36 characters . |
raw_materials.project.code | Project code String maximum 255 characters . |
raw_materials.project.name | Project name String maximum 255 characters . |
raw_materials.warehouse.id | Unique code for identifier raw_materials.warehouse.id. String 36 characters . |
raw_materials.warehouse.code | Warehouse code String maximum 255 characters . |
raw_materials.warehouse.name | Warehouse name String maximum 255 characters . |
raw_materials.note | Raw materials note. String 36 characters . |
raw_materials.quantity | Raw materials quantity Number. |
raw_materials.unit_cost | Raw materials unit cost Number. |
Production_costs* | Element for production_costs. |
production_costs.id | Unique code for identifier production_costs.id. String 36 characters . |
production_costs.account.id | Account id String 36 characters . |
production_costs.account.code | Account code String maximum 255 characters . |
production_costs.account.name | Account name String maximum 255 characters . |
production_costs.account.alias_name | Account alias name String maximum 255 characters . |
production_costs.department.id | Department id String 36 characters . |
production_costs.department.code | Department code String maximum 255 characters . |
production_costs.department.name | Department name String maximum 255 characters . |
production_costs.project.id | Project id String 36 characters . |
production_costs.project.code | Project code String maximum 255 characters . |
production_costs.project.name | Project name String maximum 255 characters . |
production_costs.note | Raw materials note. String 36 characters . |
production_costs.unit_cost | Raw materials unit cost Number. |
finish_goods* | Element for finish_goods. |
finish_goods.product.id | Raw materials product id String 36 characters . |
finish_goods.product.code | Product code String maximum 255 characters . |
finish_goods.product.name | Product name String maximum 255 characters . |
finish_goods.unit.id | Unique code for identifier finish_goods.unit.id. String 36 characters . |
finish_goods.unit.code | Unit code String maximum 255 characters . |
finish_goods.unit.name | Unit name String maximum 255 characters . |
finish_goods.department.id | Unique code for identifier finish_goods.department.id. String 36 characters . |
finish_goods.department.code | department code String maximum 255 characters . |
finish_goods.department.name | department name String maximum 255 characters . |
finish_goods.project.id | Unique code for identifier finish_goods.project.id. String 36 characters . |
finish_goods.project.code | Project code String maximum 255 characters . |
finish_goods.project.name | Project name String maximum 255 characters . |
finish_goods.warehouse.id | Unique code for identifier finish_goods.warehouse.id. String 36 characters . |
finish_goods.warehouse.code | Warehouse code String maximum 255 characters . |
finish_goods.warehouse.name | Warehouse name String maximum 255 characters . |
finish_goods.note | Raw materials note. String 36 characters . |
finish_goods.quantity | Raw materials quantity Number. |
finish_goods.rate | Raw materials quantity Number. |
finish_goods.unit_cost | Raw materials unit cost Number. |
created* | Element for Created. |
created.user* | Created User. |
created.user.id | User id String Automaticaly. |
created.user.name | User name String. |
created.user.email | User email String. |
created.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
update* | Element for Update. |
update.user* | Update user. |
update.user.id | User id String Automaticaly. |
update.user.name | User name String. |
update.user.email | User email String. |
update.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |