POST api/Product/Get
Request Information
URI Parameters
None.
Body Parameters
ProductMaster_Filter_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentProductID | integer |
None. |
|
| ProductID | integer |
None. |
|
| Sku | string |
None. |
|
| ProductName | string |
None. |
|
| ShowAlias | integer |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| GradeID | integer |
None. |
|
| ItemID | integer |
None. |
|
| SizeID | integer |
None. |
|
| DimensionID | integer |
None. |
|
| SpecID | integer |
None. |
|
| FinishingID | integer |
None. |
|
| HSNCodeID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParentProductID": 1,
"ProductID": 2,
"Sku": "sample string 3",
"ProductName": "sample string 4",
"ShowAlias": 5,
"PageNumber": 6,
"PageSize": 7,
"GradeID": 8,
"ItemID": 9,
"SizeID": 10,
"DimensionID": 11,
"SpecID": 12,
"FinishingID": 13,
"HSNCodeID": 14
}
application/xml, text/xml
Sample:
<ProductMaster_Filter_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP.Model.Master"> <DimensionID>11</DimensionID> <FinishingID>13</FinishingID> <GradeID>8</GradeID> <HSNCodeID>14</HSNCodeID> <ItemID>9</ItemID> <PageNumber>6</PageNumber> <PageSize>7</PageSize> <ParentProductID>1</ParentProductID> <ProductID>2</ProductID> <ProductName>sample string 4</ProductName> <ShowAlias>5</ShowAlias> <SizeID>10</SizeID> <Sku>sample string 3</Sku> <SpecID>12</SpecID> </ProductMaster_Filter_Model>
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.