POST api/bomselectedmpn/update

Request Information

URI Parameters

None.

Body Parameters

BOMSelectedMPN
NameDescriptionTypeAdditional information
LID

integer

None.

UNOMindaPartNo

string

None.

StartDate

date

None.

CommittedDate

date

None.

PCCRemarks

string

None.

ActualDate

date

None.

QuotedMPN

string

None.

QuotedMake

string

None.

BasePrice

decimal number

None.

Currency

string

None.

LandedCost

decimal number

None.

BOMCost

decimal number

None.

Supplier

string

None.

MOQSPQ

string

None.

LeadTime

string

None.

QuoteReference

string

None.

QuoteValidity

string

None.

TotalCostOfBoM

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "LID": 1,
  "UNOMindaPartNo": "sample string 2",
  "StartDate": "2025-11-29T20:31:38.0002915+05:30",
  "CommittedDate": "2025-11-29T20:31:38.0002915+05:30",
  "PCCRemarks": "sample string 3",
  "ActualDate": "2025-11-29T20:31:38.0002915+05:30",
  "QuotedMPN": "sample string 4",
  "QuotedMake": "sample string 5",
  "BasePrice": 1.0,
  "Currency": "sample string 6",
  "LandedCost": 1.0,
  "BOMCost": 1.0,
  "Supplier": "sample string 7",
  "MOQSPQ": "sample string 8",
  "LeadTime": "sample string 9",
  "QuoteReference": "sample string 10",
  "QuoteValidity": "sample string 11",
  "TotalCostOfBoM": 1.0
}

application/xml, text/xml

Sample:
<BOMSelectedMPN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OEMWebAPI.Models">
  <ActualDate>2025-11-29T20:31:38.0002915+05:30</ActualDate>
  <BOMCost>1</BOMCost>
  <BasePrice>1</BasePrice>
  <CommittedDate>2025-11-29T20:31:38.0002915+05:30</CommittedDate>
  <Currency>sample string 6</Currency>
  <LID>1</LID>
  <LandedCost>1</LandedCost>
  <LeadTime>sample string 9</LeadTime>
  <MOQSPQ>sample string 8</MOQSPQ>
  <PCCRemarks>sample string 3</PCCRemarks>
  <QuoteReference>sample string 10</QuoteReference>
  <QuoteValidity>sample string 11</QuoteValidity>
  <QuotedMPN>sample string 4</QuotedMPN>
  <QuotedMake>sample string 5</QuotedMake>
  <StartDate>2025-11-29T20:31:38.0002915+05:30</StartDate>
  <Supplier>sample string 7</Supplier>
  <TotalCostOfBoM>1</TotalCostOfBoM>
  <UNOMindaPartNo>sample string 2</UNOMindaPartNo>
</BOMSelectedMPN>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.