cashier_entries resource
Attributes
- amount
-
create, read, update numeric
Relationships
- author
-
has one of type: author
- physicalpos
-
has one of type: physicalpos
- payment_method
-
has one of type: payment_method
JSON Resource Example
{
data: {
type: cashier_entries,
id: 323,
attributes: {
amount: someValue
},
relationships: {
author:{
id: 295,
type: author
},
physicalpos:{
id: 173,
type: physicalpos
},
payment_method:{
id: 905,
type: payment_method
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/cashier_entries/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/cashier_entries/