plans resource
Attributes
- name
-
create, read, update
- key
-
create, read, update
- amount
-
create, read, update numeric
- limit
-
create, read, update numeric
- price_per_document
-
create, read, update numeric
Relationships
- company_payments
-
has one of type: company_payments
JSON Resource Example
{ data: { type: plans, id: 257, attributes: { name: someValue, key: someValue, amount: someValue, limit: someValue, price_per_document: someValue }, relationships: { company_payments:{ id: 297, type: company_payments } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.complans/{resource_id}
POST https://api.multinexo.complans/