GET api/JobCardProjectFGItem/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

JobCardProjectFGItemViewModel
NameDescriptionTypeAdditional information
JobCardProjectFGItemId

integer

None.

JobCardProjectId

integer

None.

ItemId

integer

None.

UomId

integer

None.

Quantity

decimal number

None.

ItemCode

string

None.

ItemName

string

None.

JobCardCode

string

None.

JobCardDate

date

None.

JobCardStartDate

date

None.

JobCardEndDate

date

None.

FunctionTransactionTypeId

integer

None.

JobCardTypeId

integer

None.

JobCardTypeName

string

None.

UomAbbr

string

None.

UomName

string

None.

BOMId

integer

None.

BatchId

integer

None.

BatchCode

string

None.

PlannedWeight

decimal number

None.

WorkOrderQty

decimal number

None.

TransactionId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "JobCardProjectFGItemId": 1,
  "JobCardProjectId": 2,
  "ItemId": 3,
  "UomId": 4,
  "Quantity": 5.1,
  "ItemCode": "sample string 6",
  "ItemName": "sample string 7",
  "JobCardCode": "sample string 8",
  "JobCardDate": "2026-01-27T17:55:47.5635928+05:30",
  "JobCardStartDate": "2026-01-27T17:55:47.5635928+05:30",
  "JobCardEndDate": "2026-01-27T17:55:47.5635928+05:30",
  "FunctionTransactionTypeId": 1,
  "JobCardTypeId": 1,
  "JobCardTypeName": "sample string 12",
  "UomAbbr": "sample string 13",
  "UomName": "sample string 14",
  "BOMId": 1,
  "BatchId": 1,
  "BatchCode": "sample string 15",
  "PlannedWeight": 16.1,
  "WorkOrderQty": 17.1,
  "TransactionId": 18
}

application/xml, text/xml

Sample:
<JobCardProjectFGItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
  <BOMId>1</BOMId>
  <BatchCode>sample string 15</BatchCode>
  <BatchId>1</BatchId>
  <FunctionTransactionTypeId>1</FunctionTransactionTypeId>
  <ItemCode>sample string 6</ItemCode>
  <ItemId>3</ItemId>
  <ItemName>sample string 7</ItemName>
  <JobCardCode>sample string 8</JobCardCode>
  <JobCardDate>2026-01-27T17:55:47.5635928+05:30</JobCardDate>
  <JobCardEndDate>2026-01-27T17:55:47.5635928+05:30</JobCardEndDate>
  <JobCardProjectFGItemId>1</JobCardProjectFGItemId>
  <JobCardProjectId>2</JobCardProjectId>
  <JobCardStartDate>2026-01-27T17:55:47.5635928+05:30</JobCardStartDate>
  <JobCardTypeId>1</JobCardTypeId>
  <JobCardTypeName>sample string 12</JobCardTypeName>
  <PlannedWeight>16.1</PlannedWeight>
  <Quantity>5.1</Quantity>
  <TransactionId>18</TransactionId>
  <UomAbbr>sample string 13</UomAbbr>
  <UomId>4</UomId>
  <UomName>sample string 14</UomName>
  <WorkOrderQty>17.1</WorkOrderQty>
</JobCardProjectFGItemViewModel>