POST api/bomselectedmpn/update
Request Information
URI Parameters
None.
Body Parameters
BOMSelectedMPN| Name | Description | Type | Additional information |
|---|---|---|---|
| LID | integer |
None. |
|
| BOMID | 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. |
|
| MOQ | string |
None. |
|
| SPQ | string |
None. |
|
| LeadTime | string |
None. |
|
| QuoteReference | string |
None. |
|
| QuoteValidity | string |
None. |
|
| TotalCostOfBoM | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"LID": 1,
"BOMID": 2,
"UNOMindaPartNo": "sample string 3",
"StartDate": "2026-01-14T16:58:58.9126948+05:30",
"CommittedDate": "2026-01-14T16:58:58.9126948+05:30",
"PCCRemarks": "sample string 4",
"ActualDate": "2026-01-14T16:58:58.9126948+05:30",
"QuotedMPN": "sample string 5",
"QuotedMake": "sample string 6",
"BasePrice": 1.0,
"Currency": "sample string 7",
"LandedCost": 1.0,
"BOMCost": 1.0,
"Supplier": "sample string 8",
"MOQ": "sample string 9",
"SPQ": "sample string 10",
"LeadTime": "sample string 11",
"QuoteReference": "sample string 12",
"QuoteValidity": "sample string 13",
"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>2026-01-14T16:58:58.9126948+05:30</ActualDate> <BOMCost>1</BOMCost> <BOMID>2</BOMID> <BasePrice>1</BasePrice> <CommittedDate>2026-01-14T16:58:58.9126948+05:30</CommittedDate> <Currency>sample string 7</Currency> <LID>1</LID> <LandedCost>1</LandedCost> <LeadTime>sample string 11</LeadTime> <MOQ>sample string 9</MOQ> <PCCRemarks>sample string 4</PCCRemarks> <QuoteReference>sample string 12</QuoteReference> <QuoteValidity>sample string 13</QuoteValidity> <QuotedMPN>sample string 5</QuotedMPN> <QuotedMake>sample string 6</QuotedMake> <SPQ>sample string 10</SPQ> <StartDate>2026-01-14T16:58:58.9126948+05:30</StartDate> <Supplier>sample string 8</Supplier> <TotalCostOfBoM>1</TotalCostOfBoM> <UNOMindaPartNo>sample string 3</UNOMindaPartNo> </BOMSelectedMPN>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.