Autenticación Autorización Filtros Hardware AuthFactor Cashier Common Companies Documents Entities ExternalApps Fiscal Funds Notifications Products Shared Users

inventories resource

GET https://api.multinexo.comcompanies/{company_id}/inventories

Attributes

qty
create, read
current_stock_qty
create, read
unit_price
create, read
total_price
create, read
total
create, read
created_at
read

Relationships

product
has one of type: product
document
has one of type: document

JSON Resource Example

  {
    data: {
      type: inventories,
      id: 171,
      attributes: {
        qty: someValue,
        current_stock_qty: someValue,
        unit_price: someValue,
        total_price: someValue,
        total: someValue,
        created_at: someValue
        },
      relationships: { 
         product:{
          id: 354,
          type: product
        },
      
         document:{
          id: 557,
          type: document
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/inventories/{resource_id}

POST https://api.multinexo.comcompanies/{company_id}/inventories/