POST
api/v1/save-reqested-product
Request Information
Body Parameters
RequestedProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | integer |
None. |
|
| ProductId | integer |
None. |
|
| ProductName | string |
None. |
|
| CategoryId | integer |
None. |
|
| CategoryName | string |
None. |
|
| Subcategory | integer |
None. |
|
| SubcategoryName | string |
None. |
|
| BrandId | integer |
None. |
|
| BrandName | string |
None. |
|
| IsVariant | boolean |
None. |
|
| VariantDetails | string |
None. |
|
| ProductDescription | string |
None. |
|
| PackSize | string |
None. |
|
| BusinessType | string |
None. |
|
| DefaultFilter | string |
None. |
|
| PurchasePrice | decimal number |
None. |
|
| MRPPrice | decimal number |
None. |
|
| SellingPrice | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| Capping | integer |
None. |
|
| Weight | decimal number |
None. |
|
| Height | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| Length | decimal number |
None. |
|
| Barcode | string |
None. |
|
| ClientId | integer |
None. |
|
| SellerId | integer |
None. |
|
| SentForApproval | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ApprovedBy | integer |
None. |
|
| ApprovedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsNew | integer |
None. |
|
| RequestorName | string |
None. |
|
| RejectReason | string |
None. |
|
| SkuMasterId | integer |
None. |
|
| ChildSellerId | integer |
None. |
Request Formats
application/json, text/json
{
"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-04T11:18:44.6395442+00:00",
"ApprovedBy": 31,
"ApprovedOn": "2026-02-04T11:18:44.6395442+00:00",
"ModifiedBy": 33,
"ModifiedOn": "2026-02-04T11:18:44.6395442+00:00",
"IsNew": 35,
"RequestorName": "sample string 36",
"RejectReason": "sample string 37",
"SkuMasterId": 38,
"ChildSellerId": 39
}
text/html
{"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-04T11:18:44.6395442+00:00","ApprovedBy":31,"ApprovedOn":"2026-02-04T11:18:44.6395442+00:00","ModifiedBy":33,"ModifiedOn":"2026-02-04T11:18:44.6395442+00:00","IsNew":35,"RequestorName":"sample string 36","RejectReason":"sample string 37","SkuMasterId":38,"ChildSellerId":39}
application/xml, text/xml
<RequestedProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RequestOperations.Product"> <ApprovedBy>31</ApprovedBy> <ApprovedOn>2026-02-04T11:18:44.6395442+00:00</ApprovedOn> <Barcode>sample string 25</Barcode> <BrandId>8</BrandId> <BrandName>sample string 9</BrandName> <BusinessType>sample string 14</BusinessType> <Capping>20</Capping> <CategoryId>4</CategoryId> <CategoryName>sample string 5</CategoryName> <ChildSellerId>39</ChildSellerId> <ClientId>26</ClientId> <CreatedBy>29</CreatedBy> <CreatedOn>2026-02-04T11:18:44.6395442+00:00</CreatedOn> <DefaultFilter>sample string 15</DefaultFilter> <Discount>19</Discount> <Height>22</Height> <IsNew>35</IsNew> <IsVariant>true</IsVariant> <Length>24</Length> <MRPPrice>17</MRPPrice> <ModifiedBy>33</ModifiedBy> <ModifiedOn>2026-02-04T11:18:44.6395442+00:00</ModifiedOn> <PackSize>sample string 13</PackSize> <ProductDescription>sample string 12</ProductDescription> <ProductId>2</ProductId> <ProductName>sample string 3</ProductName> <PurchasePrice>16</PurchasePrice> <RejectReason>sample string 37</RejectReason> <RequestId>1</RequestId> <RequestorName>sample string 36</RequestorName> <SellerId>27</SellerId> <SellingPrice>18</SellingPrice> <SentForApproval>28</SentForApproval> <SkuMasterId>38</SkuMasterId> <Subcategory>6</Subcategory> <SubcategoryName>sample string 7</SubcategoryName> <VariantDetails>sample string 11</VariantDetails> <Weight>21.1</Weight> <Width>23</Width> </RequestedProduct>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: SuccessError
Response Formats
application/json, text/json
{
"ReturnValue": 1,
"ReturnMessage": "sample string 2"
}
text/html
{"ReturnValue":1,"ReturnMessage":"sample string 2"}
application/xml, text/xml
<SuccessError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models"> <ReturnMessage>sample string 2</ReturnMessage> <ReturnValue>1</ReturnValue> </SuccessError>
