POST api/OrgProductController/ShowDeActiveProd
Request Information
URI Parameters
None.
Body Parameters
OrgProductName | Description | Type | Additional information |
---|---|---|---|
Prod_ID | integer |
None. |
|
Cat_ID | integer |
None. |
|
SCat_ID | integer |
None. |
|
Prod_Name | string |
None. |
|
ProdDetails | string |
None. |
|
Prod_Size | string |
None. |
|
Prod_MRP | string |
None. |
|
DiscountPercent | string |
None. |
|
DiscountPrice | string |
None. |
|
Prod_SKU | string |
None. |
|
Prod_Tag | string |
None. |
|
Prod_Img1 | string |
None. |
|
Prod_Img2 | string |
None. |
|
Prod_Img3 | string |
None. |
|
Prod_Img4 | string |
None. |
|
Prod_Img5 | string |
None. |
|
IsActive | string |
None. |
|
CreatedBy | string |
None. |
|
CreatedOn | date |
None. |
|
No | string |
None. |
|
Cat_Name | string |
None. |
|
SCat_Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Prod_ID": 1, "Cat_ID": 2, "SCat_ID": 3, "Prod_Name": "sample string 4", "ProdDetails": "sample string 5", "Prod_Size": "sample string 6", "Prod_MRP": "sample string 7", "DiscountPercent": "sample string 8", "DiscountPrice": "sample string 9", "Prod_SKU": "sample string 10", "Prod_Tag": "sample string 11", "Prod_Img1": "sample string 12", "Prod_Img2": "sample string 13", "Prod_Img3": "sample string 14", "Prod_Img4": "sample string 15", "Prod_Img5": "sample string 16", "IsActive": "sample string 17", "CreatedBy": "sample string 18", "CreatedOn": "2025-04-04T02:27:29.0585484+00:00", "No": "sample string 20", "Cat_Name": "sample string 21", "SCat_Name": "sample string 22" }
application/xml, text/xml
Sample:
<OrgProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <Cat_ID>2</Cat_ID> <Cat_Name>sample string 21</Cat_Name> <CreatedBy>sample string 18</CreatedBy> <CreatedOn>2025-04-04T02:27:29.0585484+00:00</CreatedOn> <DiscountPercent>sample string 8</DiscountPercent> <DiscountPrice>sample string 9</DiscountPrice> <IsActive>sample string 17</IsActive> <No>sample string 20</No> <ProdDetails>sample string 5</ProdDetails> <Prod_ID>1</Prod_ID> <Prod_Img1>sample string 12</Prod_Img1> <Prod_Img2>sample string 13</Prod_Img2> <Prod_Img3>sample string 14</Prod_Img3> <Prod_Img4>sample string 15</Prod_Img4> <Prod_Img5>sample string 16</Prod_Img5> <Prod_MRP>sample string 7</Prod_MRP> <Prod_Name>sample string 4</Prod_Name> <Prod_SKU>sample string 10</Prod_SKU> <Prod_Size>sample string 6</Prod_Size> <Prod_Tag>sample string 11</Prod_Tag> <SCat_ID>3</SCat_ID> <SCat_Name>sample string 22</SCat_Name> </OrgProduct>
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.