Create Inventory Beginning Balances
POST
/api/v2/inventory_beginning_balances
Use this method to create a inventory beginning balance. See our HTTP POST documentation for complete queries method.
The following are elements for create a inventory beginning balance :
Body Request
Element | Description |
---|---|
department* | Element of department. |
Department.id | Unique code for identifier department. String 36 characters . |
Department.code | Department code String maximum 255 characters . |
Department.name | Department name String maximum 255 characters . |
project* | Element of project. |
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* | Element of warehouse. |
warehouse.id | Unique code for identifier warehouse. String 36 characters . |
warehouse.code | Warehouse code String maximum 255 characters . |
warehouse.name | Warehouse name String maximum 255 characters . |
product* | Element of Product data Required. |
product.id | Unique code for identifier product. String 36 characters . |
product.code | Product code String maximum 255 characters |
product.name | Product name String maximum 255 characters . |
unit* | Element of unit. |
unit.id | Unique code for identifier unit. String 36 characters . |
unit.code | Unit code String maximum 255 characters . |
unit.name | Unit name String maximum 255 characters . |
quantity | Quantity product number Required. |
unit_cost | Unit cost product number Required. |
Body Response
Element | Description |
---|---|
id | Unique code for identifier inventory beginning balances. String 36 characters . |
department* | Element of department. |
Department.id | Unique code for identifier department. String 36 characters . |
Department.code | Department code String maximum 255 characters . |
Department.name | Department name String maximum 255 characters . |
project* | Element of project. |
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* | Element of warehouse. |
warehouse.id | Unique code for identifier warehouse. String 36 characters . |
warehouse.code | Warehouse code String maximum 255 characters . |
warehouse.name | Warehouse name String maximum 255 characters . |
product* | Element of Product data Required. |
product.id | Unique code for identifier product. String 36 characters . |
product.code | Product code String maximum 255 characters |
product.name | Product name String maximum 255 characters . |
unit* | Element of unit. |
unit.id | Unique code for identifier unit. String 36 characters . |
unit.code | Unit code String maximum 255 characters . |
unit.name | Unit name String maximum 255 characters . |
quantity | Quantity product number Required. |
unit_cost | Unit cost product number Required. |
created* | 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* | 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. |