1Factory · Example Payload

1Factory Issue Example

AnalyticsData CollectionManufacturingMonitoringQuality

1Factory Issue Example is an example object payload from 1Factory, with 32 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IDnumberpart_numberrevpart_descriptioncustomer_namecustomer_identsupplier_namesupplier_identtypemfg_insp_ident_1mfg_insp_ident_2rec_insp_ident_1rec_insp_ident_2lot_quantityinspection_quantitydefective_quantityimpactdetected_atproblem_typeroot_causecaused_byproblem_summarytotal_coststatustask_statustask_countownercreated_by_namecreated_onupdated_onclosed_on

Example Payload

Raw ↑
{
  "ID": "abc123",
  "number": 1234,
  "part_number": "PART-001",
  "rev": "example-value",
  "part_description": "This is an example description.",
  "customer_name": "Example Item",
  "customer_ident": "PO-1234",
  "supplier_name": "Example Item",
  "supplier_ident": "123456",
  "type": "Rcvg.",
  "mfg_insp_ident_1": "job-20240003",
  "mfg_insp_ident_2": "po-20240065",
  "rec_insp_ident_1": "job-20240003",
  "rec_insp_ident_2": "po-20240065",
  "lot_quantity": 100,
  "inspection_quantity": 10,
  "defective_quantity": 3,
  "impact": "LOW",
  "detected_at": "Final Inspection",
  "problem_type": "Out-of-spec",
  "root_cause": "Machining Error",
  "caused_by": "Engineering",
  "problem_summary": "Manufacturing defect",
  "total_cost": 1000.0,
  "status": "OPEN",
  "task_status": "OPEN",
  "task_count": 3,
  "owner": "example-value",
  "created_by_name": "Example Item",
  "created_on": "example-value",
  "updated_on": "example-value",
  "closed_on": "example-value"
}