GET Api/JobCardProjectDetail/GetByJobCardProject/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of JobCardProjectDetailViewModel
NameDescriptionTypeAdditional information
JobCardProjectDetailId

integer

None.

JobCardProjectId

integer

None.

FGItemId

integer

None.

ProcessId

integer

None.

MachineId

integer

None.

ResourceId

integer

None.

JobCardCode

string

None.

FGItemCode

string

None.

FGItemName

string

None.

ProcessCode

string

None.

ProcessName

string

None.

MachineCode

string

None.

MachineName

string

None.

ResourceCode

string

None.

ResourceName

string

None.

StartDate

date

None.

EndDate

date

None.

Model

string

None.

MakeId

integer

None.

WorkCenterId

integer

None.

MakeName

string

None.

WorkCenterName

string

None.

SelectedFlag

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "JobCardProjectDetailId": 1,
    "JobCardProjectId": 2,
    "FGItemId": 3,
    "ProcessId": 4,
    "MachineId": 1,
    "ResourceId": 1,
    "JobCardCode": "sample string 5",
    "FGItemCode": "sample string 6",
    "FGItemName": "sample string 7",
    "ProcessCode": "sample string 8",
    "ProcessName": "sample string 9",
    "MachineCode": "sample string 10",
    "MachineName": "sample string 11",
    "ResourceCode": "sample string 12",
    "ResourceName": "sample string 13",
    "StartDate": "2026-01-27T19:11:40.3761106+05:30",
    "EndDate": "2026-01-27T19:11:40.3761106+05:30",
    "Model": "sample string 14",
    "MakeId": 1,
    "WorkCenterId": 1,
    "MakeName": "sample string 15",
    "WorkCenterName": "sample string 16",
    "SelectedFlag": true
  },
  {
    "JobCardProjectDetailId": 1,
    "JobCardProjectId": 2,
    "FGItemId": 3,
    "ProcessId": 4,
    "MachineId": 1,
    "ResourceId": 1,
    "JobCardCode": "sample string 5",
    "FGItemCode": "sample string 6",
    "FGItemName": "sample string 7",
    "ProcessCode": "sample string 8",
    "ProcessName": "sample string 9",
    "MachineCode": "sample string 10",
    "MachineName": "sample string 11",
    "ResourceCode": "sample string 12",
    "ResourceName": "sample string 13",
    "StartDate": "2026-01-27T19:11:40.3761106+05:30",
    "EndDate": "2026-01-27T19:11:40.3761106+05:30",
    "Model": "sample string 14",
    "MakeId": 1,
    "WorkCenterId": 1,
    "MakeName": "sample string 15",
    "WorkCenterName": "sample string 16",
    "SelectedFlag": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfJobCardProjectDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
  <JobCardProjectDetailViewModel>
    <EndDate>2026-01-27T19:11:40.3761106+05:30</EndDate>
    <FGItemCode>sample string 6</FGItemCode>
    <FGItemId>3</FGItemId>
    <FGItemName>sample string 7</FGItemName>
    <JobCardCode>sample string 5</JobCardCode>
    <JobCardProjectDetailId>1</JobCardProjectDetailId>
    <JobCardProjectId>2</JobCardProjectId>
    <MachineCode>sample string 10</MachineCode>
    <MachineId>1</MachineId>
    <MachineName>sample string 11</MachineName>
    <MakeId>1</MakeId>
    <MakeName>sample string 15</MakeName>
    <Model>sample string 14</Model>
    <ProcessCode>sample string 8</ProcessCode>
    <ProcessId>4</ProcessId>
    <ProcessName>sample string 9</ProcessName>
    <ResourceCode>sample string 12</ResourceCode>
    <ResourceId>1</ResourceId>
    <ResourceName>sample string 13</ResourceName>
    <SelectedFlag>true</SelectedFlag>
    <StartDate>2026-01-27T19:11:40.3761106+05:30</StartDate>
    <WorkCenterId>1</WorkCenterId>
    <WorkCenterName>sample string 16</WorkCenterName>
  </JobCardProjectDetailViewModel>
  <JobCardProjectDetailViewModel>
    <EndDate>2026-01-27T19:11:40.3761106+05:30</EndDate>
    <FGItemCode>sample string 6</FGItemCode>
    <FGItemId>3</FGItemId>
    <FGItemName>sample string 7</FGItemName>
    <JobCardCode>sample string 5</JobCardCode>
    <JobCardProjectDetailId>1</JobCardProjectDetailId>
    <JobCardProjectId>2</JobCardProjectId>
    <MachineCode>sample string 10</MachineCode>
    <MachineId>1</MachineId>
    <MachineName>sample string 11</MachineName>
    <MakeId>1</MakeId>
    <MakeName>sample string 15</MakeName>
    <Model>sample string 14</Model>
    <ProcessCode>sample string 8</ProcessCode>
    <ProcessId>4</ProcessId>
    <ProcessName>sample string 9</ProcessName>
    <ResourceCode>sample string 12</ResourceCode>
    <ResourceId>1</ResourceId>
    <ResourceName>sample string 13</ResourceName>
    <SelectedFlag>true</SelectedFlag>
    <StartDate>2026-01-27T19:11:40.3761106+05:30</StartDate>
    <WorkCenterId>1</WorkCenterId>
    <WorkCenterName>sample string 16</WorkCenterName>
  </JobCardProjectDetailViewModel>
</ArrayOfJobCardProjectDetailViewModel>