POST
api/v1/get-product-request-list
Request Information
Body Parameters
CommonDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
|
| SearchField | string |
None. |
|
| SortField | string |
None. |
|
| SortDirection | string |
None. |
|
| ClientId | integer |
None. |
|
| SellerId | integer |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
{
"PageNo": 1,
"PageSize": 1,
"SearchField": "sample string 1",
"SortField": "sample string 2",
"SortDirection": "sample string 3",
"ClientId": 1,
"SellerId": 1,
"CreatedBy": 4
}
text/html
{"PageNo":1,"PageSize":1,"SearchField":"sample string 1","SortField":"sample string 2","SortDirection":"sample string 3","ClientId":1,"SellerId":1,"CreatedBy":4}
application/xml, text/xml
<CommonDataTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models"> <ClientId>1</ClientId> <CreatedBy>4</CreatedBy> <PageNo>1</PageNo> <PageSize>1</PageSize> <SearchField>sample string 1</SearchField> <SellerId>1</SellerId> <SortDirection>sample string 3</SortDirection> <SortField>sample string 2</SortField> </CommonDataTable>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: ValueTupleOfListOfRequestedProductAndInt32
Response Formats
application/json, text/json
{
"Item1": [
{
"RequestId": 1,
"ProductId": 2,
"ProductName": "sample string 3",
"CategoryId": 4,
"CategoryName": "sample string 5",
"Subcategory": 6,
"SubcategoryName": "sample string 7",
"BrandId": 8,
"BrandName": "sample string 9",
"IsVariant": true,
"VariantDetails": "sample string 11",
"ProductDescription": "sample string 12",
"PackSize": "sample string 13",
"BusinessType": "sample string 14",
"DefaultFilter": "sample string 15",
"PurchasePrice": 16.0,
"MRPPrice": 17.0,
"SellingPrice": 18.0,
"Discount": 19.0,
"Capping": 20,
"Weight": 21.1,
"Height": 22.0,
"Width": 23.0,
"Length": 24.0,
"Barcode": "sample string 25",
"ClientId": 26,
"SellerId": 27,
"SentForApproval": 28,
"CreatedBy": 29,
"CreatedOn": "2026-02-05T03:20:06.6700362+00:00",
"ApprovedBy": 31,
"ApprovedOn": "2026-02-05T03:20:06.6700362+00:00",
"ModifiedBy": 33,
"ModifiedOn": "2026-02-05T03:20:06.6700362+00:00",
"IsNew": 35,
"RequestorName": "sample string 36",
"RejectReason": "sample string 37",
"SkuMasterId": 38,
"ChildSellerId": 39
},
{
"RequestId": 1,
"ProductId": 2,
"ProductName": "sample string 3",
"CategoryId": 4,
"CategoryName": "sample string 5",
"Subcategory": 6,
"SubcategoryName": "sample string 7",
"BrandId": 8,
"BrandName": "sample string 9",
"IsVariant": true,
"VariantDetails": "sample string 11",
"ProductDescription": "sample string 12",
"PackSize": "sample string 13",
"BusinessType": "sample string 14",
"DefaultFilter": "sample string 15",
"PurchasePrice": 16.0,
"MRPPrice": 17.0,
"SellingPrice": 18.0,
"Discount": 19.0,
"Capping": 20,
"Weight": 21.1,
"Height": 22.0,
"Width": 23.0,
"Length": 24.0,
"Barcode": "sample string 25",
"ClientId": 26,
"SellerId": 27,
"SentForApproval": 28,
"CreatedBy": 29,
"CreatedOn": "2026-02-05T03:20:06.6700362+00:00",
"ApprovedBy": 31,
"ApprovedOn": "2026-02-05T03:20:06.6700362+00:00",
"ModifiedBy": 33,
"ModifiedOn": "2026-02-05T03:20:06.6700362+00:00",
"IsNew": 35,
"RequestorName": "sample string 36",
"RejectReason": "sample string 37",
"SkuMasterId": 38,
"ChildSellerId": 39
}
],
"Item2": 1
}
text/html
{"Item1":[{"RequestId":1,"ProductId":2,"ProductName":"sample string 3","CategoryId":4,"CategoryName":"sample string 5","Subcategory":6,"SubcategoryName":"sample string 7","BrandId":8,"BrandName":"sample string 9","IsVariant":true,"VariantDetails":"sample string 11","ProductDescription":"sample string 12","PackSize":"sample string 13","BusinessType":"sample string 14","DefaultFilter":"sample string 15","PurchasePrice":16.0,"MRPPrice":17.0,"SellingPrice":18.0,"Discount":19.0,"Capping":20,"Weight":21.1,"Height":22.0,"Width":23.0,"Length":24.0,"Barcode":"sample string 25","ClientId":26,"SellerId":27,"SentForApproval":28,"CreatedBy":29,"CreatedOn":"2026-02-05T03:20:06.6700362+00:00","ApprovedBy":31,"ApprovedOn":"2026-02-05T03:20:06.6700362+00:00","ModifiedBy":33,"ModifiedOn":"2026-02-05T03:20:06.6700362+00:00","IsNew":35,"RequestorName":"sample string 36","RejectReason":"sample string 37","SkuMasterId":38,"ChildSellerId":39},{"RequestId":1,"ProductId":2,"ProductName":"sample string 3","CategoryId":4,"CategoryName":"sample string 5","Subcategory":6,"SubcategoryName":"sample string 7","BrandId":8,"BrandName":"sample string 9","IsVariant":true,"VariantDetails":"sample string 11","ProductDescription":"sample string 12","PackSize":"sample string 13","BusinessType":"sample string 14","DefaultFilter":"sample string 15","PurchasePrice":16.0,"MRPPrice":17.0,"SellingPrice":18.0,"Discount":19.0,"Capping":20,"Weight":21.1,"Height":22.0,"Width":23.0,"Length":24.0,"Barcode":"sample string 25","ClientId":26,"SellerId":27,"SentForApproval":28,"CreatedBy":29,"CreatedOn":"2026-02-05T03:20:06.6700362+00:00","ApprovedBy":31,"ApprovedOn":"2026-02-05T03:20:06.6700362+00:00","ModifiedBy":33,"ModifiedOn":"2026-02-05T03:20:06.6700362+00:00","IsNew":35,"RequestorName":"sample string 36","RejectReason":"sample string 37","SkuMasterId":38,"ChildSellerId":39}],"Item2":1}
application/xml, text/xml
<ValueTupleOfArrayOfRequestedProductintGtodQxAF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
<Item1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RequestOperations.Product">
<d2p1:RequestedProduct>
<d2p1:ApprovedBy>31</d2p1:ApprovedBy>
<d2p1:ApprovedOn>2026-02-05T03:20:06.6700362+00:00</d2p1:ApprovedOn>
<d2p1:Barcode>sample string 25</d2p1:Barcode>
<d2p1:BrandId>8</d2p1:BrandId>
<d2p1:BrandName>sample string 9</d2p1:BrandName>
<d2p1:BusinessType>sample string 14</d2p1:BusinessType>
<d2p1:Capping>20</d2p1:Capping>
<d2p1:CategoryId>4</d2p1:CategoryId>
<d2p1:CategoryName>sample string 5</d2p1:CategoryName>
<d2p1:ChildSellerId>39</d2p1:ChildSellerId>
<d2p1:ClientId>26</d2p1:ClientId>
<d2p1:CreatedBy>29</d2p1:CreatedBy>
<d2p1:CreatedOn>2026-02-05T03:20:06.6700362+00:00</d2p1:CreatedOn>
<d2p1:DefaultFilter>sample string 15</d2p1:DefaultFilter>
<d2p1:Discount>19</d2p1:Discount>
<d2p1:Height>22</d2p1:Height>
<d2p1:IsNew>35</d2p1:IsNew>
<d2p1:IsVariant>true</d2p1:IsVariant>
<d2p1:Length>24</d2p1:Length>
<d2p1:MRPPrice>17</d2p1:MRPPrice>
<d2p1:ModifiedBy>33</d2p1:ModifiedBy>
<d2p1:ModifiedOn>2026-02-05T03:20:06.6700362+00:00</d2p1:ModifiedOn>
<d2p1:PackSize>sample string 13</d2p1:PackSize>
<d2p1:ProductDescription>sample string 12</d2p1:ProductDescription>
<d2p1:ProductId>2</d2p1:ProductId>
<d2p1:ProductName>sample string 3</d2p1:ProductName>
<d2p1:PurchasePrice>16</d2p1:PurchasePrice>
<d2p1:RejectReason>sample string 37</d2p1:RejectReason>
<d2p1:RequestId>1</d2p1:RequestId>
<d2p1:RequestorName>sample string 36</d2p1:RequestorName>
<d2p1:SellerId>27</d2p1:SellerId>
<d2p1:SellingPrice>18</d2p1:SellingPrice>
<d2p1:SentForApproval>28</d2p1:SentForApproval>
<d2p1:SkuMasterId>38</d2p1:SkuMasterId>
<d2p1:Subcategory>6</d2p1:Subcategory>
<d2p1:SubcategoryName>sample string 7</d2p1:SubcategoryName>
<d2p1:VariantDetails>sample string 11</d2p1:VariantDetails>
<d2p1:Weight>21.1</d2p1:Weight>
<d2p1:Width>23</d2p1:Width>
</d2p1:RequestedProduct>
<d2p1:RequestedProduct>
<d2p1:ApprovedBy>31</d2p1:ApprovedBy>
<d2p1:ApprovedOn>2026-02-05T03:20:06.6700362+00:00</d2p1:ApprovedOn>
<d2p1:Barcode>sample string 25</d2p1:Barcode>
<d2p1:BrandId>8</d2p1:BrandId>
<d2p1:BrandName>sample string 9</d2p1:BrandName>
<d2p1:BusinessType>sample string 14</d2p1:BusinessType>
<d2p1:Capping>20</d2p1:Capping>
<d2p1:CategoryId>4</d2p1:CategoryId>
<d2p1:CategoryName>sample string 5</d2p1:CategoryName>
<d2p1:ChildSellerId>39</d2p1:ChildSellerId>
<d2p1:ClientId>26</d2p1:ClientId>
<d2p1:CreatedBy>29</d2p1:CreatedBy>
<d2p1:CreatedOn>2026-02-05T03:20:06.6700362+00:00</d2p1:CreatedOn>
<d2p1:DefaultFilter>sample string 15</d2p1:DefaultFilter>
<d2p1:Discount>19</d2p1:Discount>
<d2p1:Height>22</d2p1:Height>
<d2p1:IsNew>35</d2p1:IsNew>
<d2p1:IsVariant>true</d2p1:IsVariant>
<d2p1:Length>24</d2p1:Length>
<d2p1:MRPPrice>17</d2p1:MRPPrice>
<d2p1:ModifiedBy>33</d2p1:ModifiedBy>
<d2p1:ModifiedOn>2026-02-05T03:20:06.6700362+00:00</d2p1:ModifiedOn>
<d2p1:PackSize>sample string 13</d2p1:PackSize>
<d2p1:ProductDescription>sample string 12</d2p1:ProductDescription>
<d2p1:ProductId>2</d2p1:ProductId>
<d2p1:ProductName>sample string 3</d2p1:ProductName>
<d2p1:PurchasePrice>16</d2p1:PurchasePrice>
<d2p1:RejectReason>sample string 37</d2p1:RejectReason>
<d2p1:RequestId>1</d2p1:RequestId>
<d2p1:RequestorName>sample string 36</d2p1:RequestorName>
<d2p1:SellerId>27</d2p1:SellerId>
<d2p1:SellingPrice>18</d2p1:SellingPrice>
<d2p1:SentForApproval>28</d2p1:SentForApproval>
<d2p1:SkuMasterId>38</d2p1:SkuMasterId>
<d2p1:Subcategory>6</d2p1:Subcategory>
<d2p1:SubcategoryName>sample string 7</d2p1:SubcategoryName>
<d2p1:VariantDetails>sample string 11</d2p1:VariantDetails>
<d2p1:Weight>21.1</d2p1:Weight>
<d2p1:Width>23</d2p1:Width>
</d2p1:RequestedProduct>
</Item1>
<Item2>1</Item2>
</ValueTupleOfArrayOfRequestedProductintGtodQxAF>
