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: 821, attributes: { amount: someValue }, relationships: { author:{ id: 387, type: author }, physicalpos:{ id: 275, type: physicalpos }, payment_method:{ id: 886, 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/