1Factory · Example Payload

1Factory New Part Master Example

Three Lobe Shaft

AnalyticsData CollectionManufacturingMonitoringQuality

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

Top-level fields

part_numberrevdescriptionstatusalt_part_numberalt_revalt_part_number2alt_rev2project_identifiercostunitis_assemblyis_itaris_buycomments

Example Payload

Raw ↑
{
  "part_number": "PART-001",
  "rev": "example-value",
  "description": "Three Lobe Shaft",
  "status": "Active",
  "alt_part_number": "DN-1234568",
  "alt_rev": "B",
  "alt_part_number2": "CN-1234569",
  "alt_rev2": "C",
  "project_identifier": "example-value",
  "cost": 3.5,
  "unit": "Each",
  "is_assembly": false,
  "is_itar": false,
  "is_buy": false,
  "comments": "This is a brand new part that we are prototyping."
}