transactions resource
Attributes
- due_date
-
create, read
- amount
-
create, read numeric
- current_balance
-
read numeric
- observations
-
create, read, update
- created_at
-
read
- pdf_url
-
read
Relationships
- documents
-
has one of type: documents
- entity
-
has one of type: entity
- currency
-
has one of type: currency
- cashier_entries
-
has one of type: cashier_entries
JSON Resource Example
{
data: {
type: transactions,
id: 236,
attributes: {
due_date: someValue,
amount: someValue,
current_balance: someValue,
observations: someValue,
created_at: someValue,
pdf_url: someValue
},
relationships: {
documents:{
id: 556,
type: documents
},
entity:{
id: 645,
type: entity
},
currency:{
id: 568,
type: currency
},
cashier_entries:{
id: 214,
type: cashier_entries
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/transactions/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/transactions/