PUT api/WorkOrderFGItemv/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

WorkOrderFGItemv
NameDescriptionTypeAdditional information
WorkOrderFGItemvId

integer

None.

WorkOrdervId

integer

None.

FGItemId

integer

None.

DrawingNo

string

None.

Quantity

decimal number

None.

UomId

integer

None.

Description

string

None.

Remarks

string

None.

FGItemCode

string

None.

FGItemName

string

None.

UomName

string

None.

WorkOrder

WorkOrderv

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WorkOrderFGItemvId": 1,
  "WorkOrdervId": 2,
  "FGItemId": 3,
  "DrawingNo": "sample string 4",
  "Quantity": 5.1,
  "UomId": 6,
  "Description": "sample string 7",
  "Remarks": "sample string 8",
  "FGItemCode": "sample string 9",
  "FGItemName": "sample string 10",
  "UomName": "sample string 11",
  "WorkOrder": {
    "WorkOrdervId": 1,
    "WorkOrderCode": "sample string 2",
    "WorkOrderDate": "2025-12-08T01:53:59.7363442+05:30",
    "WorkOrderTypeId": 4,
    "AccountId": 1,
    "SalesOrderId": 1,
    "ProjectRefCode": "sample string 5",
    "ProjectRefName": "sample string 6",
    "AccountName": "sample string 7",
    "StartDate": "2025-12-08T01:53:59.7363442+05:30",
    "EndDate": "2025-12-08T01:53:59.7363442+05:30",
    "StatusId": 8,
    "CreatedDate": "2025-12-08T01:53:59.7363442+05:30",
    "CreatedBy": "sample string 10"
  },
  "CreatedDate": "2025-12-08T01:53:59.7363442+05:30",
  "CreatedBy": "sample string 13"
}

application/xml, text/xml

Sample:
<WorkOrderFGItemv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 13</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:53:59.7363442+05:30</CreatedDate>
  <Description>sample string 7</Description>
  <DrawingNo>sample string 4</DrawingNo>
  <FGItemCode>sample string 9</FGItemCode>
  <FGItemId>3</FGItemId>
  <FGItemName>sample string 10</FGItemName>
  <Quantity>5.1</Quantity>
  <Remarks>sample string 8</Remarks>
  <UomId>6</UomId>
  <UomName>sample string 11</UomName>
  <WorkOrder>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 10</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:53:59.7363442+05:30</CreatedDate>
    <AccountId>1</AccountId>
    <AccountName>sample string 7</AccountName>
    <EndDate>2025-12-08T01:53:59.7363442+05:30</EndDate>
    <ProjectRefCode>sample string 5</ProjectRefCode>
    <ProjectRefName>sample string 6</ProjectRefName>
    <SalesOrderId>1</SalesOrderId>
    <StartDate>2025-12-08T01:53:59.7363442+05:30</StartDate>
    <StatusId>8</StatusId>
    <WorkOrderCode>sample string 2</WorkOrderCode>
    <WorkOrderDate>2025-12-08T01:53:59.7363442+05:30</WorkOrderDate>
    <WorkOrderTypeId>4</WorkOrderTypeId>
    <WorkOrdervId>1</WorkOrdervId>
  </WorkOrder>
  <WorkOrderFGItemvId>1</WorkOrderFGItemvId>
  <WorkOrdervId>2</WorkOrdervId>
</WorkOrderFGItemv>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.