GET Api/JobCardScheduleFGItemProcessMachine/GetProcessMachineResource/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of JobCardScheduleProcessMachineDailyProductionViewModel
NameDescriptionTypeAdditional information
JobCardScheduleFGItemProcessId

integer

None.

JobCardScheduleFGItemProcessMachineId

integer

None.

JCSFGItemProcessMachineDailyProductionId

integer

None.

ProcessId

integer

None.

MachineId

integer

None.

EmployeeId

integer

None.

ProcessCode

string

None.

ProcessName

string

None.

MachineCode

string

None.

MachineName

string

None.

EmployeeName

string

None.

ProductionQty

decimal number

None.

RejectionQty

decimal number

None.

AcceptedQty

decimal number

None.

ReworkQty

decimal number

None.

Duration

decimal number

None.

ProductionDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "JobCardScheduleFGItemProcessId": 1,
    "JobCardScheduleFGItemProcessMachineId": 1,
    "JCSFGItemProcessMachineDailyProductionId": 1,
    "ProcessId": 2,
    "MachineId": 1,
    "EmployeeId": 1,
    "ProcessCode": "sample string 3",
    "ProcessName": "sample string 4",
    "MachineCode": "sample string 5",
    "MachineName": "sample string 6",
    "EmployeeName": "sample string 7",
    "ProductionQty": 8.1,
    "RejectionQty": 9.1,
    "AcceptedQty": 10.1,
    "ReworkQty": 11.1,
    "Duration": 12.1,
    "ProductionDate": "2026-05-11T13:45:10.8526213+05:30"
  },
  {
    "JobCardScheduleFGItemProcessId": 1,
    "JobCardScheduleFGItemProcessMachineId": 1,
    "JCSFGItemProcessMachineDailyProductionId": 1,
    "ProcessId": 2,
    "MachineId": 1,
    "EmployeeId": 1,
    "ProcessCode": "sample string 3",
    "ProcessName": "sample string 4",
    "MachineCode": "sample string 5",
    "MachineName": "sample string 6",
    "EmployeeName": "sample string 7",
    "ProductionQty": 8.1,
    "RejectionQty": 9.1,
    "AcceptedQty": 10.1,
    "ReworkQty": 11.1,
    "Duration": 12.1,
    "ProductionDate": "2026-05-11T13:45:10.8526213+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfJobCardScheduleProcessMachineDailyProductionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
  <JobCardScheduleProcessMachineDailyProductionViewModel>
    <AcceptedQty>10.1</AcceptedQty>
    <Duration>12.1</Duration>
    <EmployeeId>1</EmployeeId>
    <EmployeeName>sample string 7</EmployeeName>
    <JCSFGItemProcessMachineDailyProductionId>1</JCSFGItemProcessMachineDailyProductionId>
    <JobCardScheduleFGItemProcessId>1</JobCardScheduleFGItemProcessId>
    <JobCardScheduleFGItemProcessMachineId>1</JobCardScheduleFGItemProcessMachineId>
    <MachineCode>sample string 5</MachineCode>
    <MachineId>1</MachineId>
    <MachineName>sample string 6</MachineName>
    <ProcessCode>sample string 3</ProcessCode>
    <ProcessId>2</ProcessId>
    <ProcessName>sample string 4</ProcessName>
    <ProductionDate>2026-05-11T13:45:10.8526213+05:30</ProductionDate>
    <ProductionQty>8.1</ProductionQty>
    <RejectionQty>9.1</RejectionQty>
    <ReworkQty>11.1</ReworkQty>
  </JobCardScheduleProcessMachineDailyProductionViewModel>
  <JobCardScheduleProcessMachineDailyProductionViewModel>
    <AcceptedQty>10.1</AcceptedQty>
    <Duration>12.1</Duration>
    <EmployeeId>1</EmployeeId>
    <EmployeeName>sample string 7</EmployeeName>
    <JCSFGItemProcessMachineDailyProductionId>1</JCSFGItemProcessMachineDailyProductionId>
    <JobCardScheduleFGItemProcessId>1</JobCardScheduleFGItemProcessId>
    <JobCardScheduleFGItemProcessMachineId>1</JobCardScheduleFGItemProcessMachineId>
    <MachineCode>sample string 5</MachineCode>
    <MachineId>1</MachineId>
    <MachineName>sample string 6</MachineName>
    <ProcessCode>sample string 3</ProcessCode>
    <ProcessId>2</ProcessId>
    <ProcessName>sample string 4</ProcessName>
    <ProductionDate>2026-05-11T13:45:10.8526213+05:30</ProductionDate>
    <ProductionQty>8.1</ProductionQty>
    <RejectionQty>9.1</RejectionQty>
    <ReworkQty>11.1</ReworkQty>
  </JobCardScheduleProcessMachineDailyProductionViewModel>
</ArrayOfJobCardScheduleProcessMachineDailyProductionViewModel>