GET Api/JobCardProjectProcess/GetByJobCardProject/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of JobCardProjectProcessViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| JobCardProjectProcessId | integer |
None. |
|
| JobCardProjectId | integer |
None. |
|
| ItemId | integer |
None. |
|
| ProcessId | integer |
None. |
|
| PriorityId | integer |
None. |
|
| StatusId | integer |
None. |
|
| JobCardCode | string |
None. |
|
| JobCardDate | date |
None. |
|
| JobCardStartDate | date |
None. |
|
| JobCardEndDate | date |
None. |
|
| FunctionTransactionTypeId | integer |
None. |
|
| JobCardTypeId | integer |
None. |
|
| JobCardTypeName | string |
None. |
|
| FGItemCode | string |
None. |
|
| FGItemName | string |
None. |
|
| ProcessCode | string |
None. |
|
| ProcessName | string |
None. |
|
| UomId | integer |
None. |
|
| UomAbbr | string |
None. |
|
| UomName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"JobCardProjectProcessId": 1,
"JobCardProjectId": 2,
"ItemId": 3,
"ProcessId": 4,
"PriorityId": 5,
"StatusId": 6,
"JobCardCode": "sample string 7",
"JobCardDate": "2026-01-27T17:55:14.189067+05:30",
"JobCardStartDate": "2026-01-27T17:55:14.189067+05:30",
"JobCardEndDate": "2026-01-27T17:55:14.189067+05:30",
"FunctionTransactionTypeId": 1,
"JobCardTypeId": 1,
"JobCardTypeName": "sample string 11",
"FGItemCode": "sample string 12",
"FGItemName": "sample string 13",
"ProcessCode": "sample string 14",
"ProcessName": "sample string 15",
"UomId": 16,
"UomAbbr": "sample string 17",
"UomName": "sample string 18"
},
{
"JobCardProjectProcessId": 1,
"JobCardProjectId": 2,
"ItemId": 3,
"ProcessId": 4,
"PriorityId": 5,
"StatusId": 6,
"JobCardCode": "sample string 7",
"JobCardDate": "2026-01-27T17:55:14.189067+05:30",
"JobCardStartDate": "2026-01-27T17:55:14.189067+05:30",
"JobCardEndDate": "2026-01-27T17:55:14.189067+05:30",
"FunctionTransactionTypeId": 1,
"JobCardTypeId": 1,
"JobCardTypeName": "sample string 11",
"FGItemCode": "sample string 12",
"FGItemName": "sample string 13",
"ProcessCode": "sample string 14",
"ProcessName": "sample string 15",
"UomId": 16,
"UomAbbr": "sample string 17",
"UomName": "sample string 18"
}
]
application/xml, text/xml
Sample:
<ArrayOfJobCardProjectProcessViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
<JobCardProjectProcessViewModel>
<FGItemCode>sample string 12</FGItemCode>
<FGItemName>sample string 13</FGItemName>
<FunctionTransactionTypeId>1</FunctionTransactionTypeId>
<ItemId>3</ItemId>
<JobCardCode>sample string 7</JobCardCode>
<JobCardDate>2026-01-27T17:55:14.189067+05:30</JobCardDate>
<JobCardEndDate>2026-01-27T17:55:14.189067+05:30</JobCardEndDate>
<JobCardProjectId>2</JobCardProjectId>
<JobCardProjectProcessId>1</JobCardProjectProcessId>
<JobCardStartDate>2026-01-27T17:55:14.189067+05:30</JobCardStartDate>
<JobCardTypeId>1</JobCardTypeId>
<JobCardTypeName>sample string 11</JobCardTypeName>
<PriorityId>5</PriorityId>
<ProcessCode>sample string 14</ProcessCode>
<ProcessId>4</ProcessId>
<ProcessName>sample string 15</ProcessName>
<StatusId>6</StatusId>
<UomAbbr>sample string 17</UomAbbr>
<UomId>16</UomId>
<UomName>sample string 18</UomName>
</JobCardProjectProcessViewModel>
<JobCardProjectProcessViewModel>
<FGItemCode>sample string 12</FGItemCode>
<FGItemName>sample string 13</FGItemName>
<FunctionTransactionTypeId>1</FunctionTransactionTypeId>
<ItemId>3</ItemId>
<JobCardCode>sample string 7</JobCardCode>
<JobCardDate>2026-01-27T17:55:14.189067+05:30</JobCardDate>
<JobCardEndDate>2026-01-27T17:55:14.189067+05:30</JobCardEndDate>
<JobCardProjectId>2</JobCardProjectId>
<JobCardProjectProcessId>1</JobCardProjectProcessId>
<JobCardStartDate>2026-01-27T17:55:14.189067+05:30</JobCardStartDate>
<JobCardTypeId>1</JobCardTypeId>
<JobCardTypeName>sample string 11</JobCardTypeName>
<PriorityId>5</PriorityId>
<ProcessCode>sample string 14</ProcessCode>
<ProcessId>4</ProcessId>
<ProcessName>sample string 15</ProcessName>
<StatusId>6</StatusId>
<UomAbbr>sample string 17</UomAbbr>
<UomId>16</UomId>
<UomName>sample string 18</UomName>
</JobCardProjectProcessViewModel>
</ArrayOfJobCardProjectProcessViewModel>