orders resource
Attributes
- net
-
create, read, update numeric
- total
-
create, read, update numeric
- observation
-
create, read, update
- show_amounts
-
create, read, update boolean
- discount_percent
-
create, read, update numeric
- discount_amount
-
read numeric
- pdf_url
-
read
- letter
-
read
- status
- section
- receipt_type
- receipt_volume
- receipt_number
- emission_date
- has_costs
Relationships
- currency
-
has one of type: currency
- entity
-
has one of type: entity
- physicalpos
-
has one of type: physicalpos
- details
-
has one of type: details
- invoices
-
has one of type: invoices
- quotations
-
has one of type: quotations
- orders
-
has one of type: orders
- cashier_entries
-
has one of type: cashier_entries
- costs
-
has one of type: costs
- seller
-
has one of type: seller
Filter example
JSON Resource Example
{ data: { type: orders, id: 261, attributes: { net: someValue, total: someValue, observation: someValue, show_amounts: true, discount_percent: someValue, discount_amount: someValue, pdf_url: someValue, letter: someValue, status: someValue, section: someValue, receipt_type: someValue, receipt_volume: someValue, receipt_number: someValue, emission_date: someValue, has_costs: someValue }, relationships: { currency:{ id: 390, type: currency }, entity:{ id: 902, type: entity }, physicalpos:{ id: 973, type: physicalpos }, details:{ id: 862, type: details }, invoices:{ id: 748, type: invoices }, quotations:{ id: 972, type: quotations }, orders:{ id: 807, type: orders }, cashier_entries:{ id: 996, type: cashier_entries }, costs:{ id: 976, type: costs }, seller:{ id: 516, type: seller } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/orders/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/orders/