GET Api/JobCardReport/GetProdDataByScheduleId/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JobCardScheduleReportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| JobCardProjectId | integer |
None. |
|
| JobCardCode | string |
None. |
|
| JobCardScheduleId | integer |
None. |
|
| JobCardScheduleDate | date |
None. |
|
| WorkOrderNo | string |
None. |
|
| ItemId | integer |
None. |
|
| ItemCode | string |
None. |
|
| ItemName | string |
None. |
|
| Quantity | decimal number |
None. |
|
| BatchCode | string |
None. |
|
| BatchId | integer |
None. |
|
| BatchNo | string |
None. |
|
| CompanyCode | string |
None. |
|
| PlannedWeight | decimal number |
None. |
|
| PriorityId | integer |
None. |
|
| PriorityName | string |
None. |
|
| JobCardScheduleReportProcessViewModel | Collection of JobCardScheduleReportProcessViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"JobCardProjectId": 1,
"JobCardCode": "sample string 2",
"JobCardScheduleId": 3,
"JobCardScheduleDate": "2026-05-11T13:45:00.5713427+05:30",
"WorkOrderNo": "sample string 5",
"ItemId": 6,
"ItemCode": "sample string 7",
"ItemName": "sample string 8",
"Quantity": 9.1,
"BatchCode": "sample string 10",
"BatchId": 1,
"BatchNo": "sample string 11",
"CompanyCode": "sample string 12",
"PlannedWeight": 13.1,
"PriorityId": 1,
"PriorityName": "sample string 14",
"JobCardScheduleReportProcessViewModel": [
{
"ProcessId": 1,
"ProcessName": "sample string 2",
"EmployeeId": 3,
"EmployeeName": "sample string 4",
"ProductionDate": "2026-05-11T13:45:00.5713427+05:30",
"Quantity": 5.1,
"ActualWeight": 6.1,
"RejectQty": 7.1,
"Remarks": "sample string 8",
"ProcessSeqNo": 9
},
{
"ProcessId": 1,
"ProcessName": "sample string 2",
"EmployeeId": 3,
"EmployeeName": "sample string 4",
"ProductionDate": "2026-05-11T13:45:00.5713427+05:30",
"Quantity": 5.1,
"ActualWeight": 6.1,
"RejectQty": 7.1,
"Remarks": "sample string 8",
"ProcessSeqNo": 9
}
]
}
application/xml, text/xml
Sample:
<JobCardScheduleReportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
<BatchCode>sample string 10</BatchCode>
<BatchId>1</BatchId>
<BatchNo>sample string 11</BatchNo>
<CompanyCode>sample string 12</CompanyCode>
<ItemCode>sample string 7</ItemCode>
<ItemId>6</ItemId>
<ItemName>sample string 8</ItemName>
<JobCardCode>sample string 2</JobCardCode>
<JobCardProjectId>1</JobCardProjectId>
<JobCardScheduleDate>2026-05-11T13:45:00.5713427+05:30</JobCardScheduleDate>
<JobCardScheduleId>3</JobCardScheduleId>
<JobCardScheduleReportProcessViewModel>
<JobCardScheduleReportProcessViewModel>
<ActualWeight>6.1</ActualWeight>
<EmployeeId>3</EmployeeId>
<EmployeeName>sample string 4</EmployeeName>
<ProcessId>1</ProcessId>
<ProcessName>sample string 2</ProcessName>
<ProcessSeqNo>9</ProcessSeqNo>
<ProductionDate>2026-05-11T13:45:00.5713427+05:30</ProductionDate>
<Quantity>5.1</Quantity>
<RejectQty>7.1</RejectQty>
<Remarks>sample string 8</Remarks>
</JobCardScheduleReportProcessViewModel>
<JobCardScheduleReportProcessViewModel>
<ActualWeight>6.1</ActualWeight>
<EmployeeId>3</EmployeeId>
<EmployeeName>sample string 4</EmployeeName>
<ProcessId>1</ProcessId>
<ProcessName>sample string 2</ProcessName>
<ProcessSeqNo>9</ProcessSeqNo>
<ProductionDate>2026-05-11T13:45:00.5713427+05:30</ProductionDate>
<Quantity>5.1</Quantity>
<RejectQty>7.1</RejectQty>
<Remarks>sample string 8</Remarks>
</JobCardScheduleReportProcessViewModel>
</JobCardScheduleReportProcessViewModel>
<PlannedWeight>13.1</PlannedWeight>
<PriorityId>1</PriorityId>
<PriorityName>sample string 14</PriorityName>
<Quantity>9.1</Quantity>
<WorkOrderNo>sample string 5</WorkOrderNo>
</JobCardScheduleReportViewModel>