POST api/TLSProduct/ProductList
Loads the Product List
Request Information
URI Parameters
None.
Body Parameters
Pagination Model
mltlsProductList| Name | description | Type | Additional information |
|---|---|---|---|
| ProductSysID | integer |
None. |
|
| PortalSysId | integer |
None. |
|
| ProductCode | string |
None. |
|
| HSNCode | string |
None. |
|
| ProductName | string |
None. |
|
| ProductType | string |
None. |
|
| CategorySysID | integer |
None. |
|
| DiscountPerc | decimal number |
None. |
|
| MRP | decimal number |
None. |
|
| ProductCost | decimal number |
None. |
|
| IGST | decimal number |
None. |
|
| CGST | decimal number |
None. |
|
| SGST | decimal number |
None. |
|
| SalesCost | decimal number |
None. |
|
| PointValue | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| CourierCharge | decimal number |
None. |
|
| PageNo | integer |
Required Range: inclusive between 1 and 100000 |
|
| PageSize | integer |
Required Range: inclusive between 1 and 100000 |
|
| OrderBy | string |
None. |
|
| OrderType | string |
None. |
|
| SearchBy | string |
None. |
|
| SearchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderBy": "sample string 20",
"OrderType": "sample string 21",
"PageNo": 18,
"PageSize": 19,
"SearchBy": "sample string 22",
"SearchText": "sample string 23",
"CGST": 12,
"CategorySysID": 7,
"CourierCharge": 17,
"DiscountAmount": 16,
"DiscountPerc": 8,
"HSNCode": "sample string 4",
"IGST": 11,
"MRP": 9,
"PointValue": 15,
"PortalSysId": 2,
"ProductCode": "sample string 3",
"ProductCost": 10,
"ProductName": "sample string 5",
"ProductSysID": 1,
"ProductType": "sample string 6",
"SGST": 13,
"SalesCost": 14
}
application/xml, text/xml
Sample:
<mltlsProductList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.TLSProduct"> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 20</OrderBy> <OrderType xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 21</OrderType> <PageNo xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">18</PageNo> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">19</PageSize> <SearchBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 22</SearchBy> <SearchText xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 23</SearchText> <CGST>12</CGST> <CategorySysID>7</CategorySysID> <CourierCharge>17</CourierCharge> <DiscountAmount>16</DiscountAmount> <DiscountPerc>8</DiscountPerc> <HSNCode>sample string 4</HSNCode> <IGST>11</IGST> <MRP>9</MRP> <PointValue>15</PointValue> <PortalSysId>2</PortalSysId> <ProductCode>sample string 3</ProductCode> <ProductCost>10</ProductCost> <ProductName>sample string 5</ProductName> <ProductSysID>1</ProductSysID> <ProductType>sample string 6</ProductType> <SGST>13</SGST> <SalesCost>14</SalesCost> </mltlsProductList>
response Information
Resource description
Data Set
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |