quotations 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
- receipt_type
-
create, read, update enum (quotation)
- section
- status
- receipt_volume
- receipt_number
- emission_date
Relationships
Filter example
JSON Resource Example
{ data: { type: quotations, id: 770, attributes: { net: someValue, total: someValue, observation: someValue, show_amounts: true, discount_percent: someValue, discount_amount: someValue, pdf_url: someValue, letter: someValue, receipt_type: someValue, section: someValue, status: someValue, receipt_volume: someValue, receipt_number: someValue, emission_date: someValue }, relationships: { currency:{ id: 922, type: currency }, entity:{ id: 190, type: entity }, seller:{ id: 226, type: seller }, orders:{ id: 512, type: orders }, invoices:{ id: 610, type: invoices }, details:{ id: 743, type: details } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/quotations/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/quotations/