cashier_balances resource
Attributes
- balance_amount
-
read
- pdf_url
-
read
- from
- to
- report_type
- physicalpos_id
- date
Relationships
- cashier_balance_details
-
has one of type: cashier_balance_details
- cashier_balance_current_accounts
-
has one of type: cashier_balance_current_accounts
- physicalpos
-
has one of type: physicalpos
Filter example
JSON Resource Example
{
data: {
type: cashier_balances,
id: 308,
attributes: {
balance_amount: someValue,
pdf_url: someValue,
from: someValue,
to: someValue,
report_type: someValue,
physicalpos_id: someValue,
date: someValue
},
relationships: {
cashier_balance_details:{
id: 264,
type: cashier_balance_details
},
cashier_balance_current_accounts:{
id: 814,
type: cashier_balance_current_accounts
},
physicalpos:{
id: 787,
type: physicalpos
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/cashier_balances/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/cashier_balances/