POST api/OMS/SingleOrderProductWise
Request Information
URI Parameters
None.
Body Parameters
Collection of tblSingleOrderProductWise| Name | Description | Type | Additional information |
|---|---|---|---|
| OMSId | integer |
None. |
|
| BillProductMapId | integer |
None. |
|
| StockQuantity | integer |
None. |
|
| StockEntryBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"OMSId": 1,
"BillProductMapId": 2,
"StockQuantity": 3,
"StockEntryBy": 4
},
{
"OMSId": 1,
"BillProductMapId": 2,
"StockQuantity": 3,
"StockEntryBy": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfOMSEntity.tblSingleOrderProductWise xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Entity">
<OMSEntity.tblSingleOrderProductWise>
<BillProductMapId>2</BillProductMapId>
<OMSId>1</OMSId>
<StockEntryBy>4</StockEntryBy>
<StockQuantity>3</StockQuantity>
</OMSEntity.tblSingleOrderProductWise>
<OMSEntity.tblSingleOrderProductWise>
<BillProductMapId>2</BillProductMapId>
<OMSId>1</OMSId>
<StockEntryBy>4</StockEntryBy>
<StockQuantity>3</StockQuantity>
</OMSEntity.tblSingleOrderProductWise>
</ArrayOfOMSEntity.tblSingleOrderProductWise>
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.