1Factory · Example Payload

1Factory Part Master Example

Three Lobe Shaft

AnalyticsData CollectionManufacturingMonitoringQuality

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

Top-level fields

IDpart_numberrevdescriptionstatusalt_part_numberalt_revalt_part_number2alt_rev2project_identifierplan_countncr_counttypeparent_part_numberparent_revcostunitis_libraryis_assemblyis_itarhas_ppapcomponent_partsis_buycomments

Example Payload

Raw ↑
{
  "ID": "abc123",
  "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",
  "plan_count": 2,
  "ncr_count": 3,
  "type": "Standard",
  "parent_part_number": "PART-001",
  "parent_rev": "example-value",
  "cost": 3.5,
  "unit": "Each",
  "is_library": false,
  "is_assembly": false,
  "is_itar": false,
  "has_ppap": false,
  "component_parts": [],
  "is_buy": false,
  "comments": "This is a brand new part that we are prototyping."
}