POST api/ProductManagement/AddStockProduct
Request Information
URI Parameters
None.
Body Parameters
mlstock| Name | description | Type | Additional information |
|---|---|---|---|
| StockDate | date |
None. |
|
| ProductSysID | integer |
None. |
|
| VendorID | integer |
None. |
|
| ProductIN | integer |
None. |
|
| ProductOut | integer |
None. |
|
| Remarks | string |
None. |
|
| Createdby | string |
None. |
|
| StockType | string |
None. |
|
| ModeofInward | string |
None. |
|
| InvoiceNo | string |
None. |
|
| Invoicevalue | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Createdby": "sample string 7",
"InvoiceNo": "sample string 10",
"Invoicevalue": 11,
"ModeofInward": "sample string 9",
"ProductIN": 4,
"ProductOut": 5,
"ProductSysID": 2,
"Remarks": "sample string 6",
"StockDate": "2025-12-16T04:01:48.315+05:30",
"StockType": "sample string 8",
"VendorID": 3
}
application/xml, text/xml
Sample:
<mlstock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Product"> <Createdby>sample string 7</Createdby> <InvoiceNo>sample string 10</InvoiceNo> <Invoicevalue>11</Invoicevalue> <ModeofInward>sample string 9</ModeofInward> <ProductIN>4</ProductIN> <ProductOut>5</ProductOut> <ProductSysID>2</ProductSysID> <Remarks>sample string 6</Remarks> <StockDate>2025-12-16T04:01:48.3151304+05:30</StockDate> <StockType>sample string 8</StockType> <VendorID>3</VendorID> </mlstock>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |