POST api/OMS/BucketWiseProductQCSubmit
Request Information
URI Parameters
None.
Body Parameters
Collection of tblBucketWiseProductQCName | Description | Type | Additional information |
---|---|---|---|
ProductId | integer |
None. |
|
BillProductMapId | Collection of integer |
None. |
|
BillQuantity | integer |
None. |
|
StockQuantity | integer |
None. |
|
StockEntryBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ProductId": 1, "BillProductMapId": [ 1, 2 ], "BillQuantity": 2, "StockQuantity": 3, "StockEntryBy": 4 }, { "ProductId": 1, "BillProductMapId": [ 1, 2 ], "BillQuantity": 2, "StockQuantity": 3, "StockEntryBy": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfOMSEntity.tblBucketWiseProductQC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Entity"> <OMSEntity.tblBucketWiseProductQC> <BillProductMapId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </BillProductMapId> <BillQuantity>2</BillQuantity> <ProductId>1</ProductId> <StockEntryBy>4</StockEntryBy> <StockQuantity>3</StockQuantity> </OMSEntity.tblBucketWiseProductQC> <OMSEntity.tblBucketWiseProductQC> <BillProductMapId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </BillProductMapId> <BillQuantity>2</BillQuantity> <ProductId>1</ProductId> <StockEntryBy>4</StockEntryBy> <StockQuantity>3</StockQuantity> </OMSEntity.tblBucketWiseProductQC> </ArrayOfOMSEntity.tblBucketWiseProductQC>
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.