no_fiscal_documents resource
Attributes
- receipt_number
-
create, read, update integer
- receipt_volume
-
create, read, update integer
- emission_date
-
create, read, update
- observation
-
create, read, update
- status
-
create, read, update enum (draft, failed, queued, confirmed)
Relationships
- currency
-
has one of type: currency
- physicalpos
-
has one of type: physicalpos
- entity
-
has one of type: entity
- receipt
-
has one of type: receipt
JSON Resource Example
{ data: { type: no_fiscal_documents, id: 886, attributes: { receipt_number: someValue, receipt_volume: someValue, emission_date: someValue, observation: someValue, status: someValue }, relationships: { currency:{ id: 841, type: currency }, physicalpos:{ id: 902, type: physicalpos }, entity:{ id: 671, type: entity }, receipt:{ id: 403, type: receipt } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/no_fiscal_documents/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/no_fiscal_documents/