entities resource
Attributes
- contact_name
-
create, read, update string
- street_name
-
create, read, update string
- street_number
-
create, read, update numeric
- location
-
create, read, update
- province
-
create, read, update
- additional_info
-
create, read, update
-
create, read, update
- phone
-
create, read, update
- observations
-
create, read, update
- balance
-
read
- balance_at
-
read
- latitude
-
create, read, update
- longitude
-
create, read, update
- has_account
-
create, read, update
- pdf_url
-
read
- identification_id
-
create, read, update integer
- responsibility_id
-
create, read, update integer
- has_perception
-
create, read, update
- name
- entity_type
-
create, read, update enum (client, supplier, employee, creditor, subdist, prevent) EnumFilter Sortable
- identification_number
- deleted
- pareto_class
- pareto_percent
Relationships
- transactions
-
has one of type: transactions
- documents
-
has one of type: documents
- orders
-
has one of type: orders
- invoices
-
has one of type: invoices
- responsibility
-
has one of type: responsibility
- pricelist
-
has one of type: pricelist
- author
-
has one of type: author
- identification
-
has one of type: identification
- products
-
has one of type: products
- seller
-
has one of type: seller
- recommended_products
-
has one of type: recommended_products
Filter example
JSON Resource Example
{
data: {
type: entities,
id: 893,
attributes: {
contact_name: string,
street_name: string,
street_number: someValue,
location: someValue,
province: someValue,
additional_info: someValue,
email: someValue,
phone: someValue,
observations: someValue,
balance: someValue,
balance_at: someValue,
latitude: someValue,
longitude: someValue,
has_account: someValue,
pdf_url: someValue,
identification_id: someValue,
responsibility_id: someValue,
has_perception: someValue,
name: string,
entity_type: someValue,
identification_number: someValue,
deleted: someValue,
pareto_class: someValue,
pareto_percent: someValue
},
relationships: {
transactions:{
id: 929,
type: transactions
},
documents:{
id: 841,
type: documents
},
orders:{
id: 869,
type: orders
},
invoices:{
id: 291,
type: invoices
},
responsibility:{
id: 785,
type: responsibility
},
pricelist:{
id: 590,
type: pricelist
},
author:{
id: 708,
type: author
},
identification:{
id: 301,
type: identification
},
products:{
id: 206,
type: products
},
seller:{
id: 861,
type: seller
},
recommended_products:{
id: 875,
type: recommended_products
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/entities/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/entities/