pricelists resource
Attributes
- name
-
create, read, update
- company_id
-
create, read, update integer
- client_percent
-
create, read, update
- subdist_percent
-
create, read, update
- prevent_percent
-
create, read, update
- deleted
Relationships
- entities
-
has one of type: entities
- pricelist_products
-
has one of type: pricelist_products
Filter example
JSON Resource Example
{
data: {
type: pricelists,
id: 328,
attributes: {
name: someValue,
company_id: someValue,
client_percent: someValue,
subdist_percent: someValue,
prevent_percent: someValue,
deleted: someValue
},
relationships: {
entities:{
id: 101,
type: entities
},
pricelist_products:{
id: 918,
type: pricelist_products
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/pricelists/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/pricelists/