pricelist_reports resource
Attributes
- name
-
create, read, update
- pdf_url
-
read
Relationships
- entities
-
has one of type: entities
- pricelists
-
has one of type: pricelists
JSON Resource Example
{
data: {
type: pricelist_reports,
id: 711,
attributes: {
name: someValue,
pdf_url: someValue
},
relationships: {
entities:{
id: 132,
type: entities
},
pricelists:{
id: 574,
type: pricelists
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/pricelist_reports/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/pricelist_reports/