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: 819,
attributes: {
name: someValue,
key: someValue,
amount: someValue,
limit: someValue,
price_per_document: someValue
},
relationships: {
company_payments:{
id: 953,
type: company_payments
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.complans/{resource_id}
POST https://api.multinexo.complans/