POST api/Product/GetProductMenuMasterList
Request Information
URI Parameters
None.
Body Parameters
GetProductDetailsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompKey | integer |
None. |
|
| OrderdocRef | string |
None. |
|
| StoreKey | integer |
None. |
|
| CurrencyCode | string |
None. |
|
| ProductKey | integer |
None. |
|
| PrdFilterKey | integer |
None. |
|
| PrdTypeKey | integer |
None. |
|
| PrdGroupKey | integer |
None. |
|
| PrdDeptKey | integer |
None. |
|
| PrdBrandKey | integer |
None. |
|
| PrdPaternKey | integer |
None. |
|
| PrdColorKey | integer |
None. |
|
| PrdVariantKey | integer |
None. |
|
| ProdMenuKey | integer |
None. |
|
| PrdOccasTag | string |
None. |
|
| PrdColorTag | string |
None. |
|
| PrdStyleTag | string |
None. |
|
| productsCartlist | Collection of CustCartDetModel |
None. |
|
| Searchbyname | string |
None. |
|
| Searchbytag | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompKey": 1,
"OrderdocRef": "sample string 2",
"StoreKey": 3,
"CurrencyCode": "sample string 4",
"ProductKey": 5,
"PrdFilterKey": 6,
"PrdTypeKey": 7,
"PrdGroupKey": 8,
"PrdDeptKey": 9,
"PrdBrandKey": 10,
"PrdPaternKey": 11,
"PrdColorKey": 12,
"PrdVariantKey": 13,
"ProdMenuKey": 14,
"PrdOccasTag": "sample string 15",
"PrdColorTag": "sample string 16",
"PrdStyleTag": "sample string 17",
"productsCartlist": [
{
"paymHeadnum": 1,
"cartUniqueID": 2,
"orderdocRef": "sample string 3",
"customerKey": 4,
"orderLineKey": 5,
"cartHeadnum": 6,
"cartDate": "2026-04-02T05:07:07.6705514+04:00",
"productKey": 8,
"productName": "sample string 9",
"productDesc": "sample string 10",
"productNotes": "sample string 11",
"prdVariantKey": 12,
"prdColorKey": 13,
"productQty": 14,
"productPrice": 15.1,
"prdReserveQty": 16,
"stockIsConfirmed": true,
"cartDescrip": "sample string 18",
"storeCountryKey": 19,
"currencyCode": "sample string 20",
"delvCountryKey": 21,
"delvStateKey": 22,
"prodpriceLine": 23,
"prdColorName": "sample string 24",
"prdVariantName": "sample string 25",
"discpercent": 26.1,
"pricefor": "sample string 27",
"prodPrice": 28.1,
"prodBasePrice": 29.1,
"prdDiscPercent": 30.1,
"prodPriceAfDisc": 31.1,
"orgProdNetPrice": 32.1,
"prdStockQty": 33,
"prodTaxRate": 34.1,
"productImage": "sample string 35",
"displayTag": "sample string 36",
"deliveryDate": "2026-04-02T05:07:07.6705514+04:00",
"delivTimeStart": "sample string 38",
"delivTimeEnd": "sample string 39",
"prodDeliveryDays": 40,
"delivShipKey": 41,
"delivShipName": "sample string 42",
"taxCategoryKey": 43,
"orgDeliveryCharge": 44.1,
"delivTimePeriod": "sample string 45",
"delivTimeCatog": "sample string 46",
"delivTimeCatogtext": "sample string 47",
"prdTypeIsReturn": true,
"prodTaxCgst": 49.1,
"prodtaxSgst": 50.1,
"prodtaxIgst": 51.1,
"prodtaxVat": 52.1,
"prodTaxAmount": 53.1,
"prdAddonTag": "sample string 54",
"productMainKey": 55,
"giftmessageRecd": "sample string 56"
},
{
"paymHeadnum": 1,
"cartUniqueID": 2,
"orderdocRef": "sample string 3",
"customerKey": 4,
"orderLineKey": 5,
"cartHeadnum": 6,
"cartDate": "2026-04-02T05:07:07.6705514+04:00",
"productKey": 8,
"productName": "sample string 9",
"productDesc": "sample string 10",
"productNotes": "sample string 11",
"prdVariantKey": 12,
"prdColorKey": 13,
"productQty": 14,
"productPrice": 15.1,
"prdReserveQty": 16,
"stockIsConfirmed": true,
"cartDescrip": "sample string 18",
"storeCountryKey": 19,
"currencyCode": "sample string 20",
"delvCountryKey": 21,
"delvStateKey": 22,
"prodpriceLine": 23,
"prdColorName": "sample string 24",
"prdVariantName": "sample string 25",
"discpercent": 26.1,
"pricefor": "sample string 27",
"prodPrice": 28.1,
"prodBasePrice": 29.1,
"prdDiscPercent": 30.1,
"prodPriceAfDisc": 31.1,
"orgProdNetPrice": 32.1,
"prdStockQty": 33,
"prodTaxRate": 34.1,
"productImage": "sample string 35",
"displayTag": "sample string 36",
"deliveryDate": "2026-04-02T05:07:07.6705514+04:00",
"delivTimeStart": "sample string 38",
"delivTimeEnd": "sample string 39",
"prodDeliveryDays": 40,
"delivShipKey": 41,
"delivShipName": "sample string 42",
"taxCategoryKey": 43,
"orgDeliveryCharge": 44.1,
"delivTimePeriod": "sample string 45",
"delivTimeCatog": "sample string 46",
"delivTimeCatogtext": "sample string 47",
"prdTypeIsReturn": true,
"prodTaxCgst": 49.1,
"prodtaxSgst": 50.1,
"prodtaxIgst": 51.1,
"prodtaxVat": 52.1,
"prodTaxAmount": 53.1,
"prdAddonTag": "sample string 54",
"productMainKey": 55,
"giftmessageRecd": "sample string 56"
}
],
"Searchbyname": "sample string 18",
"Searchbytag": true
}
text/xml
Sample:
<GetProductDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport">
<CompKey>1</CompKey>
<CurrencyCode>sample string 4</CurrencyCode>
<OrderdocRef>sample string 2</OrderdocRef>
<PrdBrandKey>10</PrdBrandKey>
<PrdColorKey>12</PrdColorKey>
<PrdColorTag>sample string 16</PrdColorTag>
<PrdDeptKey>9</PrdDeptKey>
<PrdFilterKey>6</PrdFilterKey>
<PrdGroupKey>8</PrdGroupKey>
<PrdOccasTag>sample string 15</PrdOccasTag>
<PrdPaternKey>11</PrdPaternKey>
<PrdStyleTag>sample string 17</PrdStyleTag>
<PrdTypeKey>7</PrdTypeKey>
<PrdVariantKey>13</PrdVariantKey>
<ProdMenuKey>14</ProdMenuKey>
<ProductKey>5</ProductKey>
<Searchbyname>sample string 18</Searchbyname>
<Searchbytag>true</Searchbytag>
<StoreKey>3</StoreKey>
<productsCartlist xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.ViewModels">
<d2p1:CustCartDetModel>
<d2p1:cartDate>2026-04-02T05:07:07.6705514+04:00</d2p1:cartDate>
<d2p1:cartDescrip>sample string 18</d2p1:cartDescrip>
<d2p1:cartHeadnum>6</d2p1:cartHeadnum>
<d2p1:cartUniqueID>2</d2p1:cartUniqueID>
<d2p1:currencyCode>sample string 20</d2p1:currencyCode>
<d2p1:customerKey>4</d2p1:customerKey>
<d2p1:delivShipKey>41</d2p1:delivShipKey>
<d2p1:delivShipName>sample string 42</d2p1:delivShipName>
<d2p1:delivTimeCatog>sample string 46</d2p1:delivTimeCatog>
<d2p1:delivTimeCatogtext>sample string 47</d2p1:delivTimeCatogtext>
<d2p1:delivTimeEnd>sample string 39</d2p1:delivTimeEnd>
<d2p1:delivTimePeriod>sample string 45</d2p1:delivTimePeriod>
<d2p1:delivTimeStart>sample string 38</d2p1:delivTimeStart>
<d2p1:deliveryDate>2026-04-02T05:07:07.6705514+04:00</d2p1:deliveryDate>
<d2p1:delvCountryKey>21</d2p1:delvCountryKey>
<d2p1:delvStateKey>22</d2p1:delvStateKey>
<d2p1:discpercent>26.1</d2p1:discpercent>
<d2p1:displayTag>sample string 36</d2p1:displayTag>
<d2p1:giftmessageRecd>sample string 56</d2p1:giftmessageRecd>
<d2p1:orderLineKey>5</d2p1:orderLineKey>
<d2p1:orderdocRef>sample string 3</d2p1:orderdocRef>
<d2p1:orgDeliveryCharge>44.1</d2p1:orgDeliveryCharge>
<d2p1:orgProdNetPrice>32.1</d2p1:orgProdNetPrice>
<d2p1:paymHeadnum>1</d2p1:paymHeadnum>
<d2p1:prdAddonTag>sample string 54</d2p1:prdAddonTag>
<d2p1:prdColorKey>13</d2p1:prdColorKey>
<d2p1:prdColorName>sample string 24</d2p1:prdColorName>
<d2p1:prdDiscPercent>30.1</d2p1:prdDiscPercent>
<d2p1:prdReserveQty>16</d2p1:prdReserveQty>
<d2p1:prdStockQty>33</d2p1:prdStockQty>
<d2p1:prdTypeIsReturn>true</d2p1:prdTypeIsReturn>
<d2p1:prdVariantKey>12</d2p1:prdVariantKey>
<d2p1:prdVariantName>sample string 25</d2p1:prdVariantName>
<d2p1:pricefor>sample string 27</d2p1:pricefor>
<d2p1:prodBasePrice>29.1</d2p1:prodBasePrice>
<d2p1:prodDeliveryDays>40</d2p1:prodDeliveryDays>
<d2p1:prodPrice>28.1</d2p1:prodPrice>
<d2p1:prodPriceAfDisc>31.1</d2p1:prodPriceAfDisc>
<d2p1:prodTaxAmount>53.1</d2p1:prodTaxAmount>
<d2p1:prodTaxCgst>49.1</d2p1:prodTaxCgst>
<d2p1:prodTaxRate>34.1</d2p1:prodTaxRate>
<d2p1:prodpriceLine>23</d2p1:prodpriceLine>
<d2p1:prodtaxIgst>51.1</d2p1:prodtaxIgst>
<d2p1:prodtaxSgst>50.1</d2p1:prodtaxSgst>
<d2p1:prodtaxVat>52.1</d2p1:prodtaxVat>
<d2p1:productDesc>sample string 10</d2p1:productDesc>
<d2p1:productImage>sample string 35</d2p1:productImage>
<d2p1:productKey>8</d2p1:productKey>
<d2p1:productMainKey>55</d2p1:productMainKey>
<d2p1:productName>sample string 9</d2p1:productName>
<d2p1:productNotes>sample string 11</d2p1:productNotes>
<d2p1:productPrice>15.1</d2p1:productPrice>
<d2p1:productQty>14</d2p1:productQty>
<d2p1:stockIsConfirmed>true</d2p1:stockIsConfirmed>
<d2p1:storeCountryKey>19</d2p1:storeCountryKey>
<d2p1:taxCategoryKey>43</d2p1:taxCategoryKey>
</d2p1:CustCartDetModel>
<d2p1:CustCartDetModel>
<d2p1:cartDate>2026-04-02T05:07:07.6705514+04:00</d2p1:cartDate>
<d2p1:cartDescrip>sample string 18</d2p1:cartDescrip>
<d2p1:cartHeadnum>6</d2p1:cartHeadnum>
<d2p1:cartUniqueID>2</d2p1:cartUniqueID>
<d2p1:currencyCode>sample string 20</d2p1:currencyCode>
<d2p1:customerKey>4</d2p1:customerKey>
<d2p1:delivShipKey>41</d2p1:delivShipKey>
<d2p1:delivShipName>sample string 42</d2p1:delivShipName>
<d2p1:delivTimeCatog>sample string 46</d2p1:delivTimeCatog>
<d2p1:delivTimeCatogtext>sample string 47</d2p1:delivTimeCatogtext>
<d2p1:delivTimeEnd>sample string 39</d2p1:delivTimeEnd>
<d2p1:delivTimePeriod>sample string 45</d2p1:delivTimePeriod>
<d2p1:delivTimeStart>sample string 38</d2p1:delivTimeStart>
<d2p1:deliveryDate>2026-04-02T05:07:07.6705514+04:00</d2p1:deliveryDate>
<d2p1:delvCountryKey>21</d2p1:delvCountryKey>
<d2p1:delvStateKey>22</d2p1:delvStateKey>
<d2p1:discpercent>26.1</d2p1:discpercent>
<d2p1:displayTag>sample string 36</d2p1:displayTag>
<d2p1:giftmessageRecd>sample string 56</d2p1:giftmessageRecd>
<d2p1:orderLineKey>5</d2p1:orderLineKey>
<d2p1:orderdocRef>sample string 3</d2p1:orderdocRef>
<d2p1:orgDeliveryCharge>44.1</d2p1:orgDeliveryCharge>
<d2p1:orgProdNetPrice>32.1</d2p1:orgProdNetPrice>
<d2p1:paymHeadnum>1</d2p1:paymHeadnum>
<d2p1:prdAddonTag>sample string 54</d2p1:prdAddonTag>
<d2p1:prdColorKey>13</d2p1:prdColorKey>
<d2p1:prdColorName>sample string 24</d2p1:prdColorName>
<d2p1:prdDiscPercent>30.1</d2p1:prdDiscPercent>
<d2p1:prdReserveQty>16</d2p1:prdReserveQty>
<d2p1:prdStockQty>33</d2p1:prdStockQty>
<d2p1:prdTypeIsReturn>true</d2p1:prdTypeIsReturn>
<d2p1:prdVariantKey>12</d2p1:prdVariantKey>
<d2p1:prdVariantName>sample string 25</d2p1:prdVariantName>
<d2p1:pricefor>sample string 27</d2p1:pricefor>
<d2p1:prodBasePrice>29.1</d2p1:prodBasePrice>
<d2p1:prodDeliveryDays>40</d2p1:prodDeliveryDays>
<d2p1:prodPrice>28.1</d2p1:prodPrice>
<d2p1:prodPriceAfDisc>31.1</d2p1:prodPriceAfDisc>
<d2p1:prodTaxAmount>53.1</d2p1:prodTaxAmount>
<d2p1:prodTaxCgst>49.1</d2p1:prodTaxCgst>
<d2p1:prodTaxRate>34.1</d2p1:prodTaxRate>
<d2p1:prodpriceLine>23</d2p1:prodpriceLine>
<d2p1:prodtaxIgst>51.1</d2p1:prodtaxIgst>
<d2p1:prodtaxSgst>50.1</d2p1:prodtaxSgst>
<d2p1:prodtaxVat>52.1</d2p1:prodtaxVat>
<d2p1:productDesc>sample string 10</d2p1:productDesc>
<d2p1:productImage>sample string 35</d2p1:productImage>
<d2p1:productKey>8</d2p1:productKey>
<d2p1:productMainKey>55</d2p1:productMainKey>
<d2p1:productName>sample string 9</d2p1:productName>
<d2p1:productNotes>sample string 11</d2p1:productNotes>
<d2p1:productPrice>15.1</d2p1:productPrice>
<d2p1:productQty>14</d2p1:productQty>
<d2p1:stockIsConfirmed>true</d2p1:stockIsConfirmed>
<d2p1:storeCountryKey>19</d2p1:storeCountryKey>
<d2p1:taxCategoryKey>43</d2p1:taxCategoryKey>
</d2p1:CustCartDetModel>
</productsCartlist>
</GetProductDetailsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.