pricelist_categories resource
Attributes
- client_value_number
-
create, read, update
- client_value_type
-
create, read, update
- subdist_value_number
-
create, read, update
- subdist_value_type
-
create, read, update
- prevent_value_number
-
create, read, update
- prevent_value_type
-
create, read, update
- pricelist_id
-
create, read, update
- created_at
-
read
- updated_at
-
read
Relationships
JSON Resource Example
{
data: {
type: pricelist_categories,
id: 202,
attributes: {
client_value_number: someValue,
client_value_type: someValue,
subdist_value_number: someValue,
subdist_value_type: someValue,
prevent_value_number: someValue,
prevent_value_type: someValue,
pricelist_id: someValue,
created_at: someValue,
updated_at: someValue
},
relationships: {
category:{
id: 447,
type: category
},
pricelist:{
id: 136,
type: pricelist
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/pricelist_categories/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/pricelist_categories/