Skip to main content
Version: v1.0.0(int)

Materials

Materials with archive (PATCH isActive) and a hard-delete that is blocked while referenced, plus the material type taxonomy.

Endpoints E065E075. Each maps 1:1 to the L3 workflow with the same number — see the master endpoints table for the flat view.

Writes

  • E065 POST /materials — Create material → W065
  • E068 PATCH /materials/:id — Update material → W068
  • E069 DELETE /materials/:id — Delete material → W069
  • E075 POST /materials/bulk-import — Bulk-import materials → W075
  • E070 POST /material-types — Create material type → W070
  • E072 PATCH /material-types/:id — Update material type → W072
  • E073 DELETE /material-types/:id — Delete material type → W073

Reads

  • E066 GET /materials — List materials → W066
  • E067 GET /materials/:id — Get material detail → W067
  • E071 GET /material-types — List material types → W071
  • E074 GET /material-types/:id/in-use — Check if material type is in use → W074