invoices resource
Attributes
- perception
-
read
- net
-
create, read, update numeric
- total
-
create, read, update numeric
- observation
-
create, read, update
- discount_percent
-
create, read, update numeric
- discount_amount
-
read numeric
- show_amounts
-
create, read, update boolean
- pdf_url
-
read
- canceled
-
create, read, update
- fiscal_observation
-
create, read, update
- cae
-
read
- cae_expiration_date
-
read
- section
- receipt_type
- letter
- receipt_volume
- receipt_number
- status
- emission_date
Relationships
- currency
-
has one of type: currency
- entity
-
has one of type: entity
- fiscalpos
-
has one of type: fiscalpos
- physicalpos
-
has one of type: physicalpos
- seller
-
has one of type: seller
- receipt
-
has one of type: receipt
- cashier_entries
-
has one of type: cashier_entries
- details
-
has one of type: details
- orders
-
has one of type: orders
- invoices
-
has one of type: invoices
- quotations
-
has one of type: quotations
Filter example
JSON Resource Example
{
data: {
type: invoices,
id: 427,
attributes: {
perception: someValue,
net: someValue,
total: someValue,
observation: someValue,
discount_percent: someValue,
discount_amount: someValue,
show_amounts: true,
pdf_url: someValue,
canceled: someValue,
fiscal_observation: someValue,
cae: someValue,
cae_expiration_date: someValue,
section: someValue,
receipt_type: someValue,
letter: someValue,
receipt_volume: someValue,
receipt_number: someValue,
status: someValue,
emission_date: someValue
},
relationships: {
currency:{
id: 153,
type: currency
},
entity:{
id: 241,
type: entity
},
fiscalpos:{
id: 750,
type: fiscalpos
},
physicalpos:{
id: 444,
type: physicalpos
},
seller:{
id: 251,
type: seller
},
receipt:{
id: 404,
type: receipt
},
cashier_entries:{
id: 440,
type: cashier_entries
},
details:{
id: 815,
type: details
},
orders:{
id: 456,
type: orders
},
invoices:{
id: 317,
type: invoices
},
quotations:{
id: 227,
type: quotations
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/invoices/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/invoices/