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

details resource

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

Attributes

qty
create, read, update numeric
product_name
create, read, update
cost
create, read, update numeric
net
create, read, update numeric
price
create, read, update numeric
commission
create, read, update numeric
document_id
create, read, update numeric

Relationships

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

JSON Resource Example

  {
    data: {
      type: details,
      id: 528,
      attributes: {
        qty: someValue,
        product_name: someValue,
        cost: someValue,
        net: someValue,
        price: someValue,
        commission: someValue,
        document_id: someValue
        },
      relationships: { 
         product:{
          id: 880,
          type: product
        },
      
         document:{
          id: 552,
          type: document
        }
      }
    }
  }

JSON-API Entry points

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

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