GET api/JobCardScheduleFGItemProcess/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JobCardScheduleFGItemProcessViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| JobCardScheduleFGItemProcessId | integer |
None. |
|
| JobCardScheduleId | integer |
None. |
|
| ProcessId | integer |
None. |
|
| UomId | integer |
None. |
|
| FromBinId | integer |
None. |
|
| ToBinId | integer |
None. |
|
| WorkCenterId | integer |
None. |
|
| TotSchedProdQty | decimal number |
None. |
|
| TotProdQty | decimal number |
None. |
|
| ProdQty | decimal number |
None. |
|
| QA | decimal number |
None. |
|
| QR | decimal number |
None. |
|
| TotQR | decimal number |
None. |
|
| LastQR | decimal number |
None. |
|
| BalQty | decimal number |
None. |
|
| ProcessSeqNo | integer |
None. |
|
| isFinalProcess | boolean |
None. |
|
| WorkTypeId | integer |
None. |
|
| isQCRequired | boolean |
None. |
|
| ActualStartDate | date |
None. |
|
| ActualEndDate | date |
None. |
|
| TimeDuration | time interval |
None. |
|
| CostTypeUnitId | integer |
None. |
|
| ProcessTypeId | integer |
None. |
|
| JobCardScheduleNo | string |
None. |
|
| ProcessCode | string |
None. |
|
| ProcessName | string |
None. |
|
| UomAbbr | string |
None. |
|
| UomName | string |
None. |
|
| FromBinName | string |
None. |
|
| ToBinName | string |
None. |
|
| BatchNo | string |
None. |
|
| ProductionItemId | integer |
None. |
|
| ProductionItemCode | string |
None. |
|
| ProductionItemName | string |
None. |
|
| ItemId | integer |
None. |
|
| ItemCode | string |
None. |
|
| ItemName | string |
None. |
|
| isSaved | boolean |
None. |
|
| QCStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"JobCardScheduleFGItemProcessId": 1,
"JobCardScheduleId": 2,
"ProcessId": 3,
"UomId": 4,
"FromBinId": 5,
"ToBinId": 6,
"WorkCenterId": 7,
"TotSchedProdQty": 8.1,
"TotProdQty": 9.1,
"ProdQty": 10.1,
"QA": 11.1,
"QR": 12.1,
"TotQR": 13.1,
"LastQR": 14.1,
"BalQty": 15.1,
"ProcessSeqNo": 16,
"isFinalProcess": true,
"WorkTypeId": 18,
"isQCRequired": true,
"ActualStartDate": "2026-01-27T17:55:20.2823416+05:30",
"ActualEndDate": "2026-01-27T17:55:20.2823416+05:30",
"TimeDuration": "00:00:00.1234567",
"CostTypeUnitId": 23,
"ProcessTypeId": 24,
"JobCardScheduleNo": "sample string 25",
"ProcessCode": "sample string 26",
"ProcessName": "sample string 27",
"UomAbbr": "sample string 28",
"UomName": "sample string 29",
"FromBinName": "sample string 30",
"ToBinName": "sample string 31",
"BatchNo": "sample string 32",
"ProductionItemId": 33,
"ProductionItemCode": "sample string 34",
"ProductionItemName": "sample string 35",
"ItemId": 1,
"ItemCode": "sample string 36",
"ItemName": "sample string 37",
"isSaved": true,
"QCStatus": 39
}
application/xml, text/xml
Sample:
<JobCardScheduleFGItemProcessViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel"> <ActualEndDate>2026-01-27T17:55:20.2823416+05:30</ActualEndDate> <ActualStartDate>2026-01-27T17:55:20.2823416+05:30</ActualStartDate> <BalQty>15.1</BalQty> <BatchNo>sample string 32</BatchNo> <CostTypeUnitId>23</CostTypeUnitId> <FromBinId>5</FromBinId> <FromBinName>sample string 30</FromBinName> <ItemCode>sample string 36</ItemCode> <ItemId>1</ItemId> <ItemName>sample string 37</ItemName> <JobCardScheduleFGItemProcessId>1</JobCardScheduleFGItemProcessId> <JobCardScheduleId>2</JobCardScheduleId> <JobCardScheduleNo>sample string 25</JobCardScheduleNo> <LastQR>14.1</LastQR> <ProcessCode>sample string 26</ProcessCode> <ProcessId>3</ProcessId> <ProcessName>sample string 27</ProcessName> <ProcessSeqNo>16</ProcessSeqNo> <ProcessTypeId>24</ProcessTypeId> <ProdQty>10.1</ProdQty> <ProductionItemCode>sample string 34</ProductionItemCode> <ProductionItemId>33</ProductionItemId> <ProductionItemName>sample string 35</ProductionItemName> <QA>11.1</QA> <QCStatus>39</QCStatus> <QR>12.1</QR> <TimeDuration>PT0.1234567S</TimeDuration> <ToBinId>6</ToBinId> <ToBinName>sample string 31</ToBinName> <TotProdQty>9.1</TotProdQty> <TotQR>13.1</TotQR> <TotSchedProdQty>8.1</TotSchedProdQty> <UomAbbr>sample string 28</UomAbbr> <UomId>4</UomId> <UomName>sample string 29</UomName> <WorkCenterId>7</WorkCenterId> <WorkTypeId>18</WorkTypeId> <isFinalProcess>true</isFinalProcess> <isQCRequired>true</isQCRequired> <isSaved>true</isSaved> </JobCardScheduleFGItemProcessViewModel>