POST api/Masters/UpdateProductPhar
Request Information
URI Parameters
None.
Body Parameters
ProductRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Collection of byte |
None. |
|
| ProductCode | string |
None. |
|
| ProductName | string |
None. |
|
| Packing | string |
None. |
|
| MfgCompany | string |
None. |
|
| BatchNo | string |
None. |
|
| CatPharma | string |
None. |
|
| CatGeneral | string |
None. |
|
| CatSurgical | string |
None. |
|
| HSN | string |
None. |
|
| ExpDate | date |
None. |
|
| dscnt | decimal number |
None. |
|
| MRP | decimal number |
None. |
|
| SaleRate | decimal number |
None. |
|
| NetSale | decimal number |
None. |
|
| RetailRate | decimal number |
None. |
|
| GSTPercent | decimal number |
None. |
|
| StockInHand | decimal number |
None. |
|
| Offer | string |
None. |
|
| Note | string |
None. |
|
| RackNo | string |
None. |
|
| Salt | string |
None. |
|
| Brand | string |
None. |
|
| Uses | string |
None. |
|
| FileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Content": "QEA=",
"ProductCode": "sample string 1",
"ProductName": "sample string 2",
"Packing": "sample string 3",
"MfgCompany": "sample string 4",
"BatchNo": "sample string 5",
"CatPharma": "sample string 6",
"CatGeneral": "sample string 7",
"CatSurgical": "sample string 8",
"HSN": "sample string 9",
"ExpDate": "2026-09-16T04:26:25.9664543+05:30",
"dscnt": 10.0,
"MRP": 11.0,
"SaleRate": 12.0,
"NetSale": 13.0,
"RetailRate": 14.0,
"GSTPercent": 15.0,
"StockInHand": 16.0,
"Offer": "sample string 17",
"Note": "sample string 18",
"RackNo": "sample string 19",
"Salt": "sample string 20",
"Brand": "sample string 21",
"Uses": "sample string 22",
"FileName": "sample string 23"
}
application/xml, text/xml
Sample:
<ProductRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models"> <BatchNo>sample string 5</BatchNo> <Brand>sample string 21</Brand> <CatGeneral>sample string 7</CatGeneral> <CatPharma>sample string 6</CatPharma> <CatSurgical>sample string 8</CatSurgical> <Content>QEA=</Content> <ExpDate>2026-09-16T04:26:25.9664543+05:30</ExpDate> <FileName>sample string 23</FileName> <GSTPercent>15</GSTPercent> <HSN>sample string 9</HSN> <MRP>11</MRP> <MfgCompany>sample string 4</MfgCompany> <NetSale>13</NetSale> <Note>sample string 18</Note> <Offer>sample string 17</Offer> <Packing>sample string 3</Packing> <ProductCode>sample string 1</ProductCode> <ProductName>sample string 2</ProductName> <RackNo>sample string 19</RackNo> <RetailRate>14</RetailRate> <SaleRate>12</SaleRate> <Salt>sample string 20</Salt> <StockInHand>16</StockInHand> <Uses>sample string 22</Uses> <dscnt>10</dscnt> </ProductRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.