The Job Card object
Attributes
Unique identifier for the object.
ISO 8601 timestamp of when the object was created.
ISO 8601 timestamp of when the object was last updated.
Default: draft
Default: 0
Default: 0
Default: 0
Default: false
Default: false
Default: false
Default: false
Default: false
Default: false
{
"id": "job-card_abc123",
"created_at": "2024-01-15T09: 30: 00Z",
"updated_at": "2024-01-15T09: 30: 00Z",
"status": "draft",
"work_order": "work_order_example",
"bom_no": "bom_no_example",
"workstation": "workstation_example",
"operation": "operation_example",
"posting_date": "2024-01-15",
"company": "Example Corp",
"for_quantity": 0,
"wip_warehouse": "wip_warehouse_example",
"total_completed_qty": 0,
"total_time_in_mins": 0,
"operation_id": "operation_id_example",
"transferred_qty": 0,
"requested_qty": 0,
"project": "project_example",
"remarks": "remarks_example",
"production_item": "production_item_example",
"barcode": "barcode_example",
"item_name": "item_name_example",
"operation_row_number": "operation_row_number_example",
"sequence_id": 0,
"quality_inspection": "quality_inspection_example",
"hour_rate": 0,
"is_corrective_job_card": false,
"for_job_card": "for_job_card_example",
"for_operation": "for_operation_example",
"serial_no": "serial_no_example",
"batch_no": "batch_no_example",
"quality_inspection_template": "quality_inspection_template_example",
"workstation_type": "workstation_type_example",
"expected_start_date": "2024-01-15",
"expected_end_date": "2024-01-15",
"serial_and_batch_bundle": "serial_and_batch_bundle_example",
"process_loss_qty": 0,
"time_required": 0,
"actual_start_date": "2024-01-15",
"actual_end_date": "2024-01-15",
"finished_good": "finished_good_example",
"target_warehouse": "target_warehouse_example",
"operation_row_id": 0,
"source_warehouse": "source_warehouse_example",
"semi_fg_bom": "semi_fg_bom_example",
"is_subcontracted": false,
"manufactured_qty": 0,
"skip_material_transfer": false,
"backflush_from_wip_warehouse": false,
"is_paused": false,
"track_semi_finished_goods": false
} /api/manufacturing/job-card/{id} Retrieve a job card
Retrieves the details of an existing job card. Supply the unique job card ID that was returned from a previous request.
Path parameters
The identifier of the job card to retrieve.
Returns
Returns the job card object if a valid identifier was provided.
curl https://api.overplane.dev/api/manufacturing/job-card/job-card_abc123 \
-H "Authorization: Bearer sk_test_..." {
"id": "job-card_abc123",
"created_at": "2024-01-15T09: 30: 00Z",
"updated_at": "2024-01-15T09: 30: 00Z",
"status": "draft",
"work_order": "work_order_example",
"bom_no": "bom_no_example",
"workstation": "workstation_example",
"operation": "operation_example",
"posting_date": "2024-01-15",
"company": "Example Corp",
"for_quantity": 0,
"wip_warehouse": "wip_warehouse_example",
"total_completed_qty": 0,
"total_time_in_mins": 0,
"operation_id": "operation_id_example",
"transferred_qty": 0,
"requested_qty": 0,
"project": "project_example",
"remarks": "remarks_example",
"production_item": "production_item_example",
"barcode": "barcode_example",
"item_name": "item_name_example",
"operation_row_number": "operation_row_number_example",
"sequence_id": 0,
"quality_inspection": "quality_inspection_example",
"hour_rate": 0,
"is_corrective_job_card": false,
"for_job_card": "for_job_card_example",
"for_operation": "for_operation_example",
"serial_no": "serial_no_example",
"batch_no": "batch_no_example",
"quality_inspection_template": "quality_inspection_template_example",
"workstation_type": "workstation_type_example",
"expected_start_date": "2024-01-15",
"expected_end_date": "2024-01-15",
"serial_and_batch_bundle": "serial_and_batch_bundle_example",
"process_loss_qty": 0,
"time_required": 0,
"actual_start_date": "2024-01-15",
"actual_end_date": "2024-01-15",
"finished_good": "finished_good_example",
"target_warehouse": "target_warehouse_example",
"operation_row_id": 0,
"source_warehouse": "source_warehouse_example",
"semi_fg_bom": "semi_fg_bom_example",
"is_subcontracted": false,
"manufactured_qty": 0,
"skip_material_transfer": false,
"backflush_from_wip_warehouse": false,
"is_paused": false,
"track_semi_finished_goods": false
} /api/manufacturing/job-card List all job cards
Returns a list of job cards. The results are sorted by creation date, with the most recently created appearing first.
Query parameters
Maximum number of objects to return. Default: 20.
Number of objects to skip for pagination. Default: 0.
Returns
A paginated list of job card objects.
curl https://api.overplane.dev/api/manufacturing/job-card \
-H "Authorization: Bearer sk_test_..." {
"data": [
{
"id": "job-card_abc123",
"created_at": "2024-01-15T09: 30: 00Z",
"updated_at": "2024-01-15T09: 30: 00Z",
"status": "draft",
"work_order": "work_order_example",
"bom_no": "bom_no_example",
"workstation": "workstation_example",
"operation": "operation_example",
"posting_date": "2024-01-15",
"company": "Example Corp",
"for_quantity": 0,
"wip_warehouse": "wip_warehouse_example",
"total_completed_qty": 0,
"total_time_in_mins": 0,
"operation_id": "operation_id_example",
"transferred_qty": 0,
"requested_qty": 0,
"project": "project_example",
"remarks": "remarks_example",
"production_item": "production_item_example",
"barcode": "barcode_example",
"item_name": "item_name_example",
"operation_row_number": "operation_row_number_example",
"sequence_id": 0,
"quality_inspection": "quality_inspection_example",
"hour_rate": 0,
"is_corrective_job_card": false,
"for_job_card": "for_job_card_example",
"for_operation": "for_operation_example",
"serial_no": "serial_no_example",
"batch_no": "batch_no_example",
"quality_inspection_template": "quality_inspection_template_example",
"workstation_type": "workstation_type_example",
"expected_start_date": "2024-01-15",
"expected_end_date": "2024-01-15",
"serial_and_batch_bundle": "serial_and_batch_bundle_example",
"process_loss_qty": 0,
"time_required": 0,
"actual_start_date": "2024-01-15",
"actual_end_date": "2024-01-15",
"finished_good": "finished_good_example",
"target_warehouse": "target_warehouse_example",
"operation_row_id": 0,
"source_warehouse": "source_warehouse_example",
"semi_fg_bom": "semi_fg_bom_example",
"is_subcontracted": false,
"manufactured_qty": 0,
"skip_material_transfer": false,
"backflush_from_wip_warehouse": false,
"is_paused": false,
"track_semi_finished_goods": false
}
],
"has_more": false,
"total": 1
} /api/manufacturing/job-card Create a job card
Creates a new job card object.
Body parameters
Default: draft
Default: 0
Default: 0
Default: 0
Default: false
Default: false
Default: false
Default: false
Default: false
Default: false
Returns
Returns the newly created job card object if the call succeeded.
curl https://api.overplane.dev/api/manufacturing/job-card \
-H "Authorization: Bearer sk_test_..." \
-X POST \
-H "Content-Type: application/json" \
-d '{"work_order":"work_order_example","workstation":"workstation_example","operation":"operation_example","company":"Example Corp"}' {
"id": "job-card_abc123",
"created_at": "2024-01-15T09: 30: 00Z",
"updated_at": "2024-01-15T09: 30: 00Z",
"status": "draft",
"work_order": "work_order_example",
"bom_no": "bom_no_example",
"workstation": "workstation_example",
"operation": "operation_example",
"posting_date": "2024-01-15",
"company": "Example Corp",
"for_quantity": 0,
"wip_warehouse": "wip_warehouse_example",
"total_completed_qty": 0,
"total_time_in_mins": 0,
"operation_id": "operation_id_example",
"transferred_qty": 0,
"requested_qty": 0,
"project": "project_example",
"remarks": "remarks_example",
"production_item": "production_item_example",
"barcode": "barcode_example",
"item_name": "item_name_example",
"operation_row_number": "operation_row_number_example",
"sequence_id": 0,
"quality_inspection": "quality_inspection_example",
"hour_rate": 0,
"is_corrective_job_card": false,
"for_job_card": "for_job_card_example",
"for_operation": "for_operation_example",
"serial_no": "serial_no_example",
"batch_no": "batch_no_example",
"quality_inspection_template": "quality_inspection_template_example",
"workstation_type": "workstation_type_example",
"expected_start_date": "2024-01-15",
"expected_end_date": "2024-01-15",
"serial_and_batch_bundle": "serial_and_batch_bundle_example",
"process_loss_qty": 0,
"time_required": 0,
"actual_start_date": "2024-01-15",
"actual_end_date": "2024-01-15",
"finished_good": "finished_good_example",
"target_warehouse": "target_warehouse_example",
"operation_row_id": 0,
"source_warehouse": "source_warehouse_example",
"semi_fg_bom": "semi_fg_bom_example",
"is_subcontracted": false,
"manufactured_qty": 0,
"skip_material_transfer": false,
"backflush_from_wip_warehouse": false,
"is_paused": false,
"track_semi_finished_goods": false
} /api/manufacturing/job-card/{id} Update a job card
Updates the specified job card by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Path parameters
The identifier of the job card to update.
Body parameters
Default: draft
Default: 0
Default: 0
Default: 0
Default: false
Default: false
Default: false
Default: false
Default: false
Default: false
Returns
Returns the updated job card object.
curl https://api.overplane.dev/api/manufacturing/job-card/job-card_abc123 \
-H "Authorization: Bearer sk_test_..." \
-X PATCH \
-H "Content-Type: application/json" \
-d '{"status":"draft","work_order":"work_order_example"}' {
"id": "job-card_abc123",
"created_at": "2024-01-15T09: 30: 00Z",
"updated_at": "2024-01-15T09: 30: 00Z",
"status": "draft",
"work_order": "work_order_example",
"bom_no": "bom_no_example",
"workstation": "workstation_example",
"operation": "operation_example",
"posting_date": "2024-01-15",
"company": "Example Corp",
"for_quantity": 0,
"wip_warehouse": "wip_warehouse_example",
"total_completed_qty": 0,
"total_time_in_mins": 0,
"operation_id": "operation_id_example",
"transferred_qty": 0,
"requested_qty": 0,
"project": "project_example",
"remarks": "remarks_example",
"production_item": "production_item_example",
"barcode": "barcode_example",
"item_name": "item_name_example",
"operation_row_number": "operation_row_number_example",
"sequence_id": 0,
"quality_inspection": "quality_inspection_example",
"hour_rate": 0,
"is_corrective_job_card": false,
"for_job_card": "for_job_card_example",
"for_operation": "for_operation_example",
"serial_no": "serial_no_example",
"batch_no": "batch_no_example",
"quality_inspection_template": "quality_inspection_template_example",
"workstation_type": "workstation_type_example",
"expected_start_date": "2024-01-15",
"expected_end_date": "2024-01-15",
"serial_and_batch_bundle": "serial_and_batch_bundle_example",
"process_loss_qty": 0,
"time_required": 0,
"actual_start_date": "2024-01-15",
"actual_end_date": "2024-01-15",
"finished_good": "finished_good_example",
"target_warehouse": "target_warehouse_example",
"operation_row_id": 0,
"source_warehouse": "source_warehouse_example",
"semi_fg_bom": "semi_fg_bom_example",
"is_subcontracted": false,
"manufactured_qty": 0,
"skip_material_transfer": false,
"backflush_from_wip_warehouse": false,
"is_paused": false,
"track_semi_finished_goods": false
} /api/manufacturing/job-card/{id} Delete a job card
Permanently deletes a job card. This cannot be undone.
Path parameters
The identifier of the job card to delete.
Returns
Returns a confirmation that the job card has been deleted.
curl https://api.overplane.dev/api/manufacturing/job-card/job-card_abc123 \
-H "Authorization: Bearer sk_test_..." \
-X DELETE {
"id": "job-card_abc123",
"deleted": true
} /api/manufacturing/job-card/{id}/submit Submit a job card
Submits a draft job card, transitioning its status from draft to submitted.
Path parameters
The identifier of the job card to act on.
Returns
Returns the job card object with updated status.
curl https://api.overplane.dev/api/manufacturing/job-card/job-card_abc123/submit \
-H "Authorization: Bearer sk_test_..." \
-X POST {
"id": "job-card_abc123",
"created_at": "2024-01-15T09: 30: 00Z",
"updated_at": "2024-01-15T09: 30: 00Z",
"status": "draft",
"work_order": "work_order_example",
"bom_no": "bom_no_example",
"workstation": "workstation_example",
"operation": "operation_example",
"posting_date": "2024-01-15",
"company": "Example Corp",
"for_quantity": 0,
"wip_warehouse": "wip_warehouse_example",
"total_completed_qty": 0,
"total_time_in_mins": 0,
"operation_id": "operation_id_example",
"transferred_qty": 0,
"requested_qty": 0,
"project": "project_example",
"remarks": "remarks_example",
"production_item": "production_item_example",
"barcode": "barcode_example",
"item_name": "item_name_example",
"operation_row_number": "operation_row_number_example",
"sequence_id": 0,
"quality_inspection": "quality_inspection_example",
"hour_rate": 0,
"is_corrective_job_card": false,
"for_job_card": "for_job_card_example",
"for_operation": "for_operation_example",
"serial_no": "serial_no_example",
"batch_no": "batch_no_example",
"quality_inspection_template": "quality_inspection_template_example",
"workstation_type": "workstation_type_example",
"expected_start_date": "2024-01-15",
"expected_end_date": "2024-01-15",
"serial_and_batch_bundle": "serial_and_batch_bundle_example",
"process_loss_qty": 0,
"time_required": 0,
"actual_start_date": "2024-01-15",
"actual_end_date": "2024-01-15",
"finished_good": "finished_good_example",
"target_warehouse": "target_warehouse_example",
"operation_row_id": 0,
"source_warehouse": "source_warehouse_example",
"semi_fg_bom": "semi_fg_bom_example",
"is_subcontracted": false,
"manufactured_qty": 0,
"skip_material_transfer": false,
"backflush_from_wip_warehouse": false,
"is_paused": false,
"track_semi_finished_goods": false
} /api/manufacturing/job-card/{id}/cancel Cancel a job card
Cancels a submitted job card, transitioning its status to cancelled.
Path parameters
The identifier of the job card to act on.
Returns
Returns the job card object with updated status.
curl https://api.overplane.dev/api/manufacturing/job-card/job-card_abc123/cancel \
-H "Authorization: Bearer sk_test_..." \
-X POST {
"id": "job-card_abc123",
"created_at": "2024-01-15T09: 30: 00Z",
"updated_at": "2024-01-15T09: 30: 00Z",
"status": "draft",
"work_order": "work_order_example",
"bom_no": "bom_no_example",
"workstation": "workstation_example",
"operation": "operation_example",
"posting_date": "2024-01-15",
"company": "Example Corp",
"for_quantity": 0,
"wip_warehouse": "wip_warehouse_example",
"total_completed_qty": 0,
"total_time_in_mins": 0,
"operation_id": "operation_id_example",
"transferred_qty": 0,
"requested_qty": 0,
"project": "project_example",
"remarks": "remarks_example",
"production_item": "production_item_example",
"barcode": "barcode_example",
"item_name": "item_name_example",
"operation_row_number": "operation_row_number_example",
"sequence_id": 0,
"quality_inspection": "quality_inspection_example",
"hour_rate": 0,
"is_corrective_job_card": false,
"for_job_card": "for_job_card_example",
"for_operation": "for_operation_example",
"serial_no": "serial_no_example",
"batch_no": "batch_no_example",
"quality_inspection_template": "quality_inspection_template_example",
"workstation_type": "workstation_type_example",
"expected_start_date": "2024-01-15",
"expected_end_date": "2024-01-15",
"serial_and_batch_bundle": "serial_and_batch_bundle_example",
"process_loss_qty": 0,
"time_required": 0,
"actual_start_date": "2024-01-15",
"actual_end_date": "2024-01-15",
"finished_good": "finished_good_example",
"target_warehouse": "target_warehouse_example",
"operation_row_id": 0,
"source_warehouse": "source_warehouse_example",
"semi_fg_bom": "semi_fg_bom_example",
"is_subcontracted": false,
"manufactured_qty": 0,
"skip_material_transfer": false,
"backflush_from_wip_warehouse": false,
"is_paused": false,
"track_semi_finished_goods": false
} Line items
Child objects that belong to this job card. These are accessed via the parent's ID.
Job Card Item
Attributes
Endpoints
/api/manufacturing/job-card-item?parent_id={id} /api/manufacturing/job-card-item /api/manufacturing/job-card-item/{id} /api/manufacturing/job-card-item/{id} /api/manufacturing/job-card-item/reorder {
"id": "job-card-item_abc123",
"idx": 1,
"job_card_id": "job_card_id_example",
"item_code": "item_code_example",
"source_warehouse": "source_warehouse_example",
"uom": "uom_example",
"item_name": "item_name_example",
"description": "description_example",
"required_qty": 0,
"allow_alternative_item": false,
"item_group": "item_group_example",
"stock_uom": "stock_uom_example",
"transferred_qty": 0,
"consumed_qty": 0
} Job Card Operation
Attributes
Endpoints
/api/manufacturing/job-card-operation?parent_id={id} /api/manufacturing/job-card-operation /api/manufacturing/job-card-operation/{id} /api/manufacturing/job-card-operation/{id} /api/manufacturing/job-card-operation/reorder {
"id": "job-card-operation_abc123",
"idx": 1,
"job_card_id": "job_card_id_example",
"status": "Pending",
"completed_time": "completed_time_example",
"sub_operation": "sub_operation_example",
"completed_qty": 0
} Job Card Scheduled Time
Attributes
Endpoints
/api/manufacturing/job-card-scheduled-time?parent_id={id} /api/manufacturing/job-card-scheduled-time /api/manufacturing/job-card-scheduled-time/{id} /api/manufacturing/job-card-scheduled-time/{id} /api/manufacturing/job-card-scheduled-time/reorder {
"id": "job-card-scheduled-time_abc123",
"idx": 1,
"job_card_id": "job_card_id_example",
"from_time": "from_time_example",
"to_time": "to_time_example",
"time_in_mins": 0
} Job Card Secondary Item
Attributes
Endpoints
/api/manufacturing/job-card-secondary-item?parent_id={id} /api/manufacturing/job-card-secondary-item /api/manufacturing/job-card-secondary-item/{id} /api/manufacturing/job-card-secondary-item/{id} /api/manufacturing/job-card-secondary-item/reorder {
"id": "job-card-secondary-item_abc123",
"idx": 1,
"job_card_id": "job_card_id_example",
"item_code": "item_code_example",
"item_name": "item_name_example",
"description": "description_example",
"stock_qty": 0,
"stock_uom": "stock_uom_example",
"type": "type_example",
"bom_secondary_item": "bom_secondary_item_example"
}