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: 504,
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: 383,
type: currency
},
entity:{
id: 235,
type: entity
},
seller:{
id: 248,
type: seller
},
orders:{
id: 231,
type: orders
},
invoices:{
id: 250,
type: invoices
},
details:{
id: 908,
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/